llvm-project/clang/lib
Ken Dyck 2c229a7c17 Use getTypeAlignInChars() for alignment in VisitSizeOfAlignOfExpr().
llvm-svn: 94677
2010-01-27 12:54:25 +00:00
..
AST Implement access control for overloaded functions. Suppress access control 2010-01-27 01:50:18 +00:00
Analysis Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Basic Add support for 3dnow and 3dnowa, and define the target macros accordingly. (This is needed in order to build Qt). 2010-01-27 03:47:49 +00:00
Checker Use getTypeAlignInChars() for alignment in VisitSizeOfAlignOfExpr(). 2010-01-27 12:54:25 +00:00
CodeGen Unique ObjC strings (GNU Runtime); fix for PR6142. Note: Doing this in the runtime-specific code is a bit ugly. It would be a good idea to hoist all of the string / protocol uniqueing code up into CGObjCRuntime or CodeGenModule and only handle emitting the original versions in the runtime-specific code. 2010-01-27 12:49:23 +00:00
Driver Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of 2010-01-27 00:57:11 +00:00
Frontend Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
Headers fix a bug in the _MM_TRANSPOSE4_PS definition, patch by Brian Sumner from 2010-01-27 07:54:50 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Fix typo in comment 2010-01-26 19:43:43 +00:00
Parse Fixit to remove 'volatile' in file-scope 'asm volatile'. 2010-01-25 23:12:50 +00:00
Rewrite -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Fix a major oversight in the comparison of standard conversion 2010-01-27 03:51:04 +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