llvm-project/clang/lib
Daniel Dunbar 75c9be7e80 Parse: Add support for '#pragma options align'.
Also, fix a source location bug with the rparen in #pragma pack.

llvm-svn: 104784
2010-05-26 23:29:06 +00:00
..
AST Added source order to CXXBaseOrMemberInitializer. 2010-05-26 18:09:23 +00:00
Analysis Fix crash in CFG construction for 'break' statements appearing in statement expressions 2010-05-21 20:30:15 +00:00
Basic don't make _Bool be a keyword in -fms-extensions mode, patch by 2010-05-21 20:22:37 +00:00
Checker Small fix. 2010-05-26 03:36:08 +00:00
CodeGen Correctly pass aggregates by reference when emitting thunks. 2010-05-26 22:34:26 +00:00
Driver Attempt to make MSVC happy. 2010-05-22 05:05:12 +00:00
Frontend Predefine the '__clang_analyzer__' macro when using '-analyze'. 2010-05-26 21:36:54 +00:00
Headers fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. 2010-05-15 16:54:46 +00:00
Index Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex Tell the string literal parser when it's not permitted to emit 2010-05-26 05:35:51 +00:00
Parse Parse: Add support for '#pragma options align'. 2010-05-26 23:29:06 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Introduce priorities into the code-completion results. 2010-05-26 22:00:08 +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