llvm-project/clang/lib
Anders Carlsson 8345a70c67 Fix an assert when assigning a boolean value to a bitfield of type _Bool.
llvm-svn: 101678
2010-04-17 21:52:22 +00:00
..
AST If a wide bit-field is inside a union its offset should always be 0. 2010-04-17 20:21:41 +00:00
Analysis Use direct assignment instead of user defined conversion. 2010-04-14 05:50:04 +00:00
Basic Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not 2010-04-17 20:17:31 +00:00
Checker Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. 2010-04-17 09:33:03 +00:00
CodeGen Fix an assert when assigning a boolean value to a bitfield of type _Bool. 2010-04-17 21:52:22 +00:00
Driver Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not 2010-04-17 20:17:31 +00:00
Frontend Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not 2010-04-17 20:17:31 +00:00
Headers Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. 2010-04-15 01:43:08 +00:00
Index Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. 2010-04-17 09:33:03 +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 Vtable -> VTable renames across the board. 2010-04-17 20:15:18 +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