llvm-project/clang/lib
Chris Lattner b714a4b4a0 revert r101568, which miscompiles this testcase, distilled from ldecod:
void exit_picture()
{
  char yuv_types[4][6]= {"4:0:0","4:2:0","4:2:2","4:4:4"};
  foo(yuv_types);
}

llvm-svn: 101623
2010-04-17 06:53:44 +00:00
..
AST make our existing "switch on bool" warning work for C. Since 2010-04-16 23:34:13 +00:00
Analysis Use direct assignment instead of user defined conversion. 2010-04-14 05:50:04 +00:00
Basic clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. 2010-04-15 15:06:22 +00:00
Checker Static analyzer: Don't crash when casting a symbolic region address to a float. Fixes PR 6854. 2010-04-16 17:54:33 +00:00
CodeGen revert r101568, which miscompiles this testcase, distilled from ldecod: 2010-04-17 06:53:44 +00:00
Driver Driver: Add missing claim() for -mllvm options. 2010-04-17 06:10:00 +00:00
Frontend Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Headers Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. 2010-04-15 01:43:08 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex emit warn_char_constant_too_large at most once per literal, fixing PR6852 2010-04-16 23:44:05 +00:00
Parse Audit uses of Sema::LookupSingleName for those lookups that are 2010-04-15 23:40:53 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Consolidate most of the integer constant expression builtin requirement 2010-04-17 02:26:23 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00