llvm-project/clang/lib
Chris Lattner 195f88386c when creating custom warning diagnostics, do not attempt to map
them with -Werror.  Custom diags cannot be mapped, and this makes
-Werror cause a determinstic crash for the checker and other
clients of the custom diagnostics machinery.  rdar://6816191

llvm-svn: 70639
2009-05-02 19:34:21 +00:00
..
AST When determining whether an expression refers to a bit-field, look 2009-05-02 02:18:30 +00:00
Analysis retain/release checker: Enhance leak description to say that the bug 2009-05-02 19:05:19 +00:00
Basic when creating custom warning diagnostics, do not attempt to map 2009-05-02 19:34:21 +00:00
CodeGen When creating a dwarf record type for an objc interface, make sure to propagate 2009-05-02 01:13:16 +00:00
Driver DragonFly ToolChain definition for driver. 2009-05-02 18:28:39 +00:00
Frontend When printing a source line as part of a diagnostic, the source line 2009-05-01 23:32:58 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex Implement -Wfour-char-constants, which is an extension, not an extwarn, 2009-04-28 21:51:46 +00:00
Parse teach -parse-noop about int128_t and friends. 2009-05-01 16:33:20 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Fix a thinko and a test. 2009-05-02 18:36:10 +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