hanchenye-llvm-project/clang/test
Ted Kremenek 0030be81f5 Remove unicode quotes characters that somehow made it into a recent commit of mine.
llvm-svn: 108552
2010-07-16 20:49:01 +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 Improved false positive rate for the idempotent operations checker and moved it into the default path-sensitive analysis options. 2010-07-16 20:41:41 +00:00
CXX Treat template parameters as part of the declaration-specifiers for the 2010-07-16 08:13:16 +00:00
CodeCompletion Only filter out names reserved for the implementation (e.g., __blah or 2010-07-14 17:44:04 +00:00
CodeGen Fix for PR3800: make sure not to evaluate the expression for a read-write 2010-07-16 00:55:21 +00:00
CodeGenCXX When deferring the emission of declarations with initializers in C++, remember 2010-07-15 23:40:35 +00:00
CodeGenObjC Teach IR generation how to lazily emit cleanups. This has a lot of advantages, 2010-07-13 20:32:21 +00:00
CodeGenObjCXX extern variable declared locally to objective-c++ method 2010-06-30 18:27:47 +00:00
Coverage
Driver Driver/Darwin: Resolve deployment target defaulting to be more predictable; 2010-07-15 16:18:06 +00:00
FixIt Introduce -f{no-}spell-checking options to enable/disable 2010-07-09 17:35:33 +00:00
Frontend Driver/Darwin: Resolve deployment target defaulting to be more predictable; 2010-07-15 16:18:06 +00:00
Headers Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always 2010-06-30 06:30:56 +00:00
Index Add test case that was causing an infinite loop when reading PCH files. The test works with ToT Clang already 2010-07-14 04:45:33 +00:00
Lexer change the 'invalid token after top level declarator' message to be 2010-07-11 22:46:04 +00:00
Misc tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
PCH Make PCHReader cope with PCH files containing more than one predefines buffer. 2010-07-14 17:49:11 +00:00
Parser Revert Microsoft-specific override of the "typedef requires a name" 2010-07-16 15:40:40 +00:00
Preprocessor Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always 2010-06-30 06:30:56 +00:00
Rewriter fix PR7280 by making the warning on code like this: 2010-07-11 23:34:02 +00:00
Sema Remove unicode quotes characters that somehow made it into a recent commit of mine. 2010-07-16 20:49:01 +00:00
SemaCXX Make this grossness default to the error it should always be. 2010-07-16 05:46:45 +00:00
SemaObjC Don't error when doing default property synthesis 2010-07-14 18:11:52 +00:00
SemaObjCXX Extend the "cannot convert from base class pointer to derived class 2010-07-01 02:14:45 +00:00
SemaTemplate When performing template name lookup for a dependent member access 2010-07-16 16:54:17 +00:00
CMakeLists.txt
Makefile see comment. 2010-07-15 05:22:46 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
lit.site.cfg.in
make_test_dirs.pl