hanchenye-llvm-project/clang/test
Fariborz Jahanian b59625ecea Test for selector-warning PCH patch.
radar 6507158.

llvm-svn: 109261
2010-07-23 20:32:57 +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 Add FILE* leak check to StreamChecker. Patch by Lei Zhang. 2010-07-23 14:14:59 +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 Switch some random local-decl cleanups over to using lazy cleanups. Turn on 2010-07-21 06:13:08 +00:00
CodeGenCXX Implement proper base/member destructor EH chaining. 2010-07-21 05:30:47 +00:00
CodeGenObjC Re-apply fixed version of 108749, correctly conditionalizing the new sections on 2010-07-20 16:20:26 +00:00
CodeGenObjCXX When checking whether to bind an expression to a temporary, don't bind Obj-C message send expressions who call methods that return references. 2010-07-16 21:18:37 +00:00
Coverage "this patch properly addresses escaping < and > which might appear 2010-05-12 23:27:11 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +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 Update test case to include USRs containing offsets instead of line/columns. 2010-07-22 11:30:17 +00:00
Lexer tests: Make FileCheck version check that preamble isn't longer than we expected. 2010-07-22 02:22:24 +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 Test for selector-warning PCH patch. 2010-07-23 20:32:57 +00:00
Parser Fix PR7673 by allowing an empty clobbers section in an ASM statement. 2010-07-22 07:11:21 +00:00
Preprocessor Add another terrible VC++ compatibility hack: allow users to 2010-07-17 16:24:30 +00:00
Rewriter Fix a rewriter bug which originates in SemaInit involving 2010-07-21 17:36:39 +00:00
Sema Vectors are not integer types, so the type system should not classify 2010-07-23 15:58:24 +00:00
SemaCXX Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess; 2010-07-23 19:25:41 +00:00
SemaObjC Warn when property ivar lookup finds a global variable 2010-07-22 23:33:21 +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 Add test cases for r98003 and r98006. 2010-03-08 23:38:27 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
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 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