llvm-project/clang/lib
Chris Lattner 79bf976518 tidy up
llvm-svn: 101447
2010-04-16 06:12:51 +00:00
..
AST Split adding the primary virtual base offsets out into a separate pass. This fixes a bug where we would lay out virtual bases in the wrong order. 2010-04-15 16:12:58 +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 Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default 2010-04-15 17:33:31 +00:00
CodeGen tidy up 2010-04-16 06:12:51 +00:00
Driver Tidy up comment. 2010-04-15 06:18:42 +00:00
Frontend Fix a bug in caret-line-pruning logic that only happens when we have a 2010-04-16 00:23:51 +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 Improve line marker directive locations, patch by Jordy Rose 2010-04-14 04:28:50 +00:00
Parse Audit uses of Sema::LookupSingleName for those lookups that are 2010-04-15 23:40:53 +00:00
Rewrite make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." 2010-04-14 03:57:19 +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 Expand the argument diagnostics for too many arguments and give 2010-04-16 04:56:46 +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