llvm-project/clang/lib
Anders Carlsson 7914dad72d Calculate offset correctly when taking the address of a virtual member function.
llvm-svn: 95305
2010-02-04 16:38:05 +00:00
..
AST Allow calling convention attributes to apply to types. Patch by Chip Davis! 2010-02-04 05:44:44 +00:00
Analysis Add format string type checking support for 'long double'. 2010-02-01 23:23:50 +00:00
Basic Don't explicitly force utf strings into the __TEXT,__ustring 2010-02-01 20:59:08 +00:00
Checker Cast evaluation no longer touch GRState. 2010-02-04 04:56:43 +00:00
CodeGen Calculate offset correctly when taking the address of a virtual member function. 2010-02-04 16:38:05 +00:00
Driver Driver: Add -[no-]integrated-as for clang. 2010-02-03 03:07:56 +00:00
Frontend Fix rewriting of 'const' __block variables in 2010-02-04 00:07:58 +00:00
Headers fix PR6187: various load functions in xmmintrin.h were missing 'const'. 2010-02-01 20:14:14 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex don't inform comment handlers about comments in #if 0 blocks, 2010-02-03 21:06:21 +00:00
Parse In some contexts, type declarations cannot occur. Pass this information down to ParseClassSpecifier, to make its decision easier. Fixes PR6200. 2010-02-03 21:21:43 +00:00
Rewrite Fixes a rewrite bug rewriting nested ivars reference. 2010-01-28 01:41:20 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Allow calling convention attributes to apply to types. Patch by Chip Davis! 2010-02-04 05:44:44 +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