llvm-project/clang/lib/Basic
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
..
CMakeLists.txt Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
ConvertUTF.c Fixup whitespacing. 2009-04-14 18:24:37 +00:00
Diagnostic.cpp when creating custom warning diagnostics, do not attempt to map 2009-05-02 19:34:21 +00:00
FileManager.cpp Implement caching of stat() calls for precompiled headers, which is 2009-04-27 18:38:38 +00:00
IdentifierTable.cpp Simplify the scheme used for keywords, and change the classification 2009-04-28 03:13:54 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
SourceLocation.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
SourceManager.cpp Be more careful in our teardown of the PCHReader after deciding to 2009-04-27 21:28:04 +00:00
TargetInfo.cpp in a tied operand, don't copy over the name or constraint string, just the flags. 2009-04-26 18:05:25 +00:00
Targets.cpp change TargetInfo::ConstraintInfo to be a struct that contains 2009-04-26 07:16:29 +00:00
TokenKinds.cpp Clean up and document code modification hints. 2009-02-27 17:53:17 +00:00