hanchenye-llvm-project/clang/test
Douglas Gregor 30313cbb80 When libclang is walking a member access expression, don't walk into
an implicit "this"; it causes clang_getCursor() to find the implicit
"this" expression (which isn't written in the source!) rather than the
actual member.

llvm-svn: 119516
2010-11-17 17:15:08 +00:00
..
ASTMerge
Analysis Static analyzer: Catch calls to malloc() with 2010-11-16 18:47:04 +00:00
CXX Implement C++0x [temp.func.order]p3 (aka DR532) properly. In 2010-11-15 15:41:16 +00:00
CodeCompletion Revert the fix for PR8013. 2010-11-09 20:03:54 +00:00
CodeGen Re-enable test with modifications for Neon vector changes in clang. 2010-11-17 00:44:53 +00:00
CodeGenCXX Reset the lifetime-managed flag between emission of the agg conditional 2010-11-17 00:07:33 +00:00
CodeGenObjC Adding couple of Block API, a bug fix and 2010-11-11 00:11:38 +00:00
CodeGenObjCXX Adding couple of Block API, a bug fix and 2010-11-11 00:11:38 +00:00
Coverage
Driver Use ld directly on linux. Changes from the previous try: 2010-11-07 20:14:31 +00:00
FixIt
Frontend
Headers
Index When libclang is walking a member access expression, don't walk into 2010-11-17 17:15:08 +00:00
Lexer Split out -Wconversion warnings about constant precision into their 2010-11-09 22:22:12 +00:00
Misc Implement -working-directory. 2010-11-03 22:45:23 +00:00
PCH Read/write from/to PCH the diagnostic mappings that the user set so that e.g. #pragma clang diagnostic can be used in a PCH. 2010-11-05 22:10:18 +00:00
Parser Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. 2010-11-16 18:18:13 +00:00
Preprocessor This really seems like a boring set of fixes to our tests to make them more 2010-11-16 10:26:08 +00:00
Rewriter Fixes a rewrite bug, rewriting nested property usage 2010-11-08 18:37:50 +00:00
Sema Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922 2010-11-16 21:00:12 +00:00
SemaCXX Fix PR8625 and correctly interpret member-calls to static members when 2010-11-16 08:49:43 +00:00
SemaObjC Check for duplicate declaration of a property in current and 2010-11-10 18:01:36 +00:00
SemaObjCXX
SemaTemplate When we're type-checking the result of calling a conversion function 2010-11-13 19:36:57 +00:00
CMakeLists.txt test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv" and "--no-progress-bar". 2010-11-11 04:09:51 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg
lit.site.cfg.in
make_test_dirs.pl