clang-1/include/clang
Eli Friedman 85c3515516 Sanity fix for PR3642: if we're treating a diagnostic as an error, it's
required to actually be an error for correctness.  The attached testcase 
now gives an error instead of mysteriously crashing.

Now, it's possible we actually want to support the given usage, but I 
haven't looked at the relevant code closely.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65253 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-22 00:20:44 +00:00
..
AST More work to integrate newly added ObjCQualifiedClassType into the type system. 2009-02-21 21:17:01 +00:00
Analysis Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary 2009-02-19 23:45:28 +00:00
Basic Sanity fix for PR3642: if we're treating a diagnostic as an error, it's 2009-02-22 00:20:44 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver map source ranges through macro expansions. Before: 2009-02-20 00:25:28 +00:00
Lex switch the macroinfo argument lists from being allocated off the heap 2009-02-20 22:46:43 +00:00
Parse disable copying and assignment of AttributeList 2009-02-19 06:41:35 +00:00
Rewrite this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
Sema Fix -Wimplicit-function-declaration, which required some refactoring and 2009-01-29 06:55:46 +00:00