llvm-project/clang/lib
Ted Kremenek db1832d928 Start pulling out pieces of the monolithic retain/release checker into
reusable and modular API pieces.

Start by pulling the logic for deriving the Cocoa naming convention
into a separate API, header, and source file.

llvm-svn: 94662
2010-01-27 06:13:48 +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 Start pulling out pieces of the monolithic retain/release checker into 2010-01-27 06:13:48 +00:00
CodeGen Structs and classes with non-trivial destructors or copy constructors should be passed indirectly in the 32-bit ABI. Fixes PR6094. 2010-01-27 03:25:19 +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 _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +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