hanchenye-llvm-project/clang/test
Douglas Gregor 4ae34afaf9 libclang visitation for DependentScopeDeclRefExpr
llvm-svn: 112975
2010-09-03 17:24:10 +00:00
..
ASTMerge
Analysis Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. 2010-09-03 00:25:02 +00:00
CXX Add a quick-and-dirty hack to give a better diagnostic for [class.protected] 2010-09-03 04:56:05 +00:00
CodeCompletion When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
CodeGen IRgen: Fix silly thinko in r112021, which was generating code for the same expr 2010-09-03 02:07:00 +00:00
CodeGenCXX Re-commit r112916 with an additional fix for the self-host failures. 2010-09-03 01:26:39 +00:00
CodeGenObjC tests: Fix a dependency on the temporary value names. 2010-09-03 00:24:06 +00:00
CodeGenObjCXX Fix IRGen when property-dot syntax used to access 2010-09-01 19:36:41 +00:00
Coverage Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
Driver Driver/Darwin: Switch to using simplified tool chain by default -- what better 2010-08-23 20:58:55 +00:00
FixIt When complaining about a duplicate declspec, provide a Fix-It that 2010-08-23 14:34:43 +00:00
Frontend Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Headers Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. 2010-08-20 23:00:03 +00:00
Index libclang visitation for DependentScopeDeclRefExpr 2010-09-03 17:24:10 +00:00
Lexer Implement __has_feature(cxx_inline_namespaces) 2010-08-31 23:28:47 +00:00
Misc
PCH AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. 2010-08-24 22:50:24 +00:00
Parser Revert my user-defined literal commits - r1124{58,60,67} pending 2010-08-30 17:47:05 +00:00
Preprocessor Now that GCC will have #pragma push/pop (in GCC 4.6), allow the 2010-08-30 15:15:34 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. 2010-09-03 00:25:02 +00:00
SemaCXX Add symantic support for the Pascal calling convention via 2010-09-03 01:29:35 +00:00
SemaObjC when emitting an error about a missing } in a compound statement, emit 2010-09-01 15:49:26 +00:00
SemaObjCXX Patch to allow alternative representation of c++ 2010-09-03 01:26:16 +00:00
SemaTemplate When template substitution into a template parameter reduces the level 2010-08-30 23:23:59 +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 tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on 2010-08-24 21:39:55 +00:00
lit.site.cfg.in
make_test_dirs.pl