hanchenye-llvm-project/clang/test
Douglas Gregor ac322ec9b9 Implement the "call super" code completion for C++. If the virtual
member function you're typing in overrides another virtual function,
this fills in a (qualified!) call to that virtual function to make
such delegation easy.

llvm-svn: 112294
2010-08-27 21:18:54 +00:00
..
ASTMerge
Analysis Fix horrible GRExprEngine bug where switch statements with no 'case:' statements would cause the path to get prematurely aborted. Fixes <rdar://problem/8360854>. 2010-08-26 22:19:33 +00:00
CXX Support explicit instantiation of function templates and members of class 2010-08-25 08:27:02 +00:00
CodeCompletion When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +00:00
CodeGen add radar # 2010-08-26 20:05:48 +00:00
CodeGenCXX Debug info for friends! 2010-08-27 17:47:47 +00:00
CodeGenObjC Robustify test. 2010-08-25 17:32:22 +00:00
CodeGenObjCXX Just disable the hidden-visibility optimization for now by hiding it behind 2010-08-12 23:36:15 +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 Implement the "call super" code completion for C++. If the virtual 2010-08-27 21:18:54 +00:00
Lexer Test for PR7888. 2010-08-19 19:13:24 +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 ...I forgot to check my new test after adding it, and lo, there's slightly different 2010-08-26 17:42:30 +00:00
Preprocessor filecheckize test 2010-08-21 00:29:50 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema With lax vector conversions (the default) make sure we convert between two 2010-08-26 00:42:16 +00:00
SemaCXX Continue to instantiate sub-statements in a CompoundStmt as long as 2010-08-27 19:56:05 +00:00
SemaObjC Fix typo in error message and testcase. 2010-08-25 23:45:44 +00:00
SemaObjCXX In Sema::AddBuiltinOperatorCandidates, candidate pointer types set can also contain a ObjCObjectPointerType since r111699. 2010-08-23 07:12:16 +00:00
SemaTemplate Continue to instantiate sub-statements in a CompoundStmt as long as 2010-08-27 19:56:05 +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