clang-1/lib
Douglas Gregor ad90e96fb7 PCH support for CompoundAssignOperator and ConditionalOperator
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69237 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-15 22:40:36 +00:00
..
AST Fix decl type merges when they have 2009-04-15 21:54:48 +00:00
Analysis Add analyzer support for objc_atomicCompareAndSwap() 2009-04-11 00:54:13 +00:00
Basic fix some out of bounds array access problems, which manifest particularly 2009-04-15 18:48:23 +00:00
CodeGen Fixup codegen for copy/dispose for block literals. Radar 6791245 2009-04-15 22:11:36 +00:00
Driver Driver: Add --help-hidden 2009-04-15 16:34:29 +00:00
Frontend PCH support for CompoundAssignOperator and ConditionalOperator 2009-04-15 22:40:36 +00:00
Headers define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. 2009-04-07 05:12:42 +00:00
Lex Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Parse Rejigger how -pedantic and -pedantic-errors work and their interaction 2009-04-15 07:01:18 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema When declaring a variable that has a constructor and a direct initializer, for example: 2009-04-15 21:48:18 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00