llvm-project/clang/Basic
Chris Lattner ae41157ee5 Implement support for arbitrarily mapping non-error diagnostics to be either
ignored, warned about, or error'd.  Use this to implement the -Wunused_macros
command line option.

llvm-svn: 38676
2006-07-05 00:55:08 +00:00
..
Diagnostic.cpp Implement support for arbitrarily mapping non-error diagnostics to be either 2006-07-05 00:55:08 +00:00
FileManager.cpp implement #pragma GCC dependency 2006-06-25 06:23:00 +00:00
Makefile Compile without rtti or exceptions. 2006-07-03 05:01:42 +00:00
SourceBuffer.cpp Add a new SourceBuffer::getNewMemBuffer method. 2006-06-28 06:35:31 +00:00
SourceManager.cpp Add a fast-path in getSpelling for identifiers. 2006-07-04 23:01:03 +00:00
TokenKinds.cpp Initial checkin of c-language parser 2006-06-18 05:43:12 +00:00