llvm-project/clang/lib
Chris Lattner 6968641ac5 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info.
Temporarily accept both of them, I'll rip out the old one after awhile.

llvm-svn: 69662
2009-04-21 05:34:31 +00:00
..
AST Fix PR4027 + rdar://6808859, we were rejecting implicit casts of 2009-04-21 05:19:11 +00:00
Analysis Remove loc::FuncVal. 2009-04-20 06:35:22 +00:00
Basic Don't crash in the diagnostic printer if we happen to get passed a 2009-04-20 06:13:16 +00:00
CodeGen use of predefined identifiers like __func__ at global scope warn in sema, 2009-04-21 04:41:23 +00:00
Driver rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. 2009-04-21 05:34:31 +00:00
Frontend make "in included from" and "in instatiation from" messages respect 2009-04-21 03:57:54 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex improve MacroInfo to track the source range of the macro definition, 2009-04-21 04:46:33 +00:00
Parse Fixup codegen for write barriers for block variables. Radar 6786715 2009-04-21 00:51:43 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things 2009-04-21 01:19:28 +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