hanchenye-llvm-project/clang/test
Douglas Gregor ac2e43082a Fix handling of dependent nested namespace specifiers in UsingDecls
during template instantiation, from Martin Vejnar!

llvm-svn: 115051
2010-09-29 17:58:28 +00:00
..
ASTMerge Hack in some really terrible C++ record PCH support that I need right now. 2010-06-03 19:28:45 +00:00
Analysis Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
CXX Check that an overloaded function name, when used by the ! operator, 2010-09-20 17:13:33 +00:00
CodeCompletion When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
CodeGen vla expressions used in __typeof__ must be evaluated. 2010-09-28 20:42:35 +00:00
CodeGenCXX Correctly set "explicit template instantiation" kind on inner structs of templates whose explicit instantiation is first declared and then defined. 2010-09-27 21:02:09 +00:00
CodeGenObjC update a bunch of tests that are using the x86 backend instead of grepping IR :( 2010-09-22 06:09:31 +00:00
CodeGenObjCXX Copying result of object property reference expression 2010-09-27 17:30:38 +00:00
Coverage Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! 2010-09-29 16:09:28 +00:00
Driver Fix last test still failing on Win32. 100% pass rate now! 2010-09-11 20:43:12 +00:00
FixIt Update test 2010-09-17 23:01:08 +00:00
Frontend Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Headers Define _Bool, bool, true, and false macros in <stdbool.h> when we're 2010-09-29 04:57:11 +00:00
Index Add test case for <rdar://problem/8452791> (fixed in r114392). 2010-09-28 21:11:07 +00:00
Lexer Lexer: Implement GCC's version of pragma message. 2010-09-27 06:19:02 +00:00
Misc Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
PCH Fix C++ PCH issue. 2010-09-13 11:45:48 +00:00
Parser enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! 2010-09-28 23:35:09 +00:00
Preprocessor Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
Rewriter Fix rewriting of property declared in @protocol's. 2010-09-24 18:36:58 +00:00
Sema Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. 2010-09-28 14:54:07 +00:00
SemaCXX Centralize the management of CXXRecordDecl::DefinitionData's Empty bit 2010-09-28 20:38:10 +00:00
SemaObjC Patch to support transparent_union arguments 2010-09-27 22:42:37 +00:00
SemaObjCXX When we have two identifiers in a row in Objective-C, make sure to 2010-09-28 17:48:56 +00:00
SemaTemplate Fix handling of dependent nested namespace specifiers in UsingDecls 2010-09-29 17:58:28 +00:00
CMakeLists.txt CMake: Clang test targets depend on the {FileCheck,not,count} tools. 2010-07-29 22:57:17 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Let lit give helpful advice if 'make test' was not run yet. 2010-09-27 20:40:32 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +00:00
make_test_dirs.pl