hanchenye-llvm-project/clang/test
Fariborz Jahanian 7a3f3a0402 Contributed test case for PR7936
by Jean-Daniel Dupas.

llvm-svn: 111700
2010-08-21 00:17:33 +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 Handle nested compound values in BindArray for multidimensional arrays. Fixes PR7945. 2010-08-20 01:05:59 +00:00
CXX Revert r111609, which is failing its new test. 2010-08-20 03:26:10 +00:00
CodeCompletion When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +00:00
CodeGen fix some vector extractions to return properly zero extended values 2010-08-20 16:08:33 +00:00
CodeGenCXX Fix a major regression with value-initialization of class types with 2010-08-20 16:57:37 +00:00
CodeGenObjC Patch to issue warning when colllection expresion's type 2010-08-12 22:25:42 +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/OptParser: Add a NoForward flag to prevent forwarding certain options to 2010-08-13 04:44:20 +00:00
FixIt Introduce -f{no-}spell-checking options to enable/disable 2010-07-09 17:35:33 +00:00
Frontend Revert r110440, the fix for PR4897. Chris claims to have a better way. 2010-08-08 07:49:23 +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 When performing code-completion in the presence of a preamble, make 2010-08-20 00:59:43 +00:00
Lexer Test for PR7888. 2010-08-19 19:13: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 Fix an issue with writing to PCH another included PCH, introduced by the "using an AST on-disk hash table for name lookup" commit. 2010-08-20 23:35:55 +00:00
Parser Fix a crash when parsing malformed out-of-line member function 2010-08-16 17:58:53 +00:00
Preprocessor Implement #pragma push_macro, patch by Francois Pichet! 2010-08-17 15:55:45 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false 2010-08-19 04:39:37 +00:00
SemaCXX We don't actually need to check the implicit object argument's 2010-08-19 17:02:01 +00:00
SemaObjC Diagnose if type of iboutletcollection attribute is a builtin type. 2010-08-17 23:19:16 +00:00
SemaObjCXX Contributed test case for PR7936 2010-08-21 00:17:33 +00:00
SemaTemplate Add a workaround for PR7947, a crash trying to recover from invalid C++ code. 2010-08-20 20:54:15 +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 %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
lit.site.cfg.in
make_test_dirs.pl