hanchenye-llvm-project/clang/test
Ted Kremenek 0e12f9cc7b Partial fix for PR 8015 (fix is actually by Jordy Rose, and I added a test case for follow-on work). This patch adds a bandaid for RegionStore's limited reasoning about symbolic array values.
llvm-svn: 112766
2010-09-01 23:27:26 +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 Partial fix for PR 8015 (fix is actually by Jordy Rose, and I added a test case for follow-on work). This patch adds a bandaid for RegionStore's limited reasoning about symbolic array values. 2010-09-01 23:27:26 +00:00
CXX Make inline namespace not be transparent after all. The concept simply doesn't fit. Instead, special-case the few places where transparent contexts have the desired behavior for inline namespaces. Fixes a redeclaration issue in inline namespaces. 2010-08-31 20:53:31 +00:00
CodeCompletion When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
CodeGen Fix PR8029, a x86-32 ABI regression in introduced in r112211 2010-08-30 22:03:23 +00:00
CodeGenCXX fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive 2010-09-01 00:50:20 +00:00
CodeGenObjC Robustify test. 2010-08-25 17:32:22 +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 Fix the source-range information for an EnumConstantDecl; previously, 2010-09-01 20:41:53 +00:00
Lexer Implement __has_feature(cxx_inline_namespaces) 2010-08-31 23:28:47 +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 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 when emitting an error about a missing } in a compound statement, emit 2010-09-01 15:49:26 +00:00
SemaCXX Transfer calling-convention attributes down to member function pointers. 2010-09-01 16:29:03 +00:00
SemaObjC when emitting an error about a missing } in a compound statement, emit 2010-09-01 15:49:26 +00:00
SemaObjCXX ObjClang++: Allow declaration of block variable in a collection 2010-08-29 17:20:53 +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