llvm-project/clang/lib/Basic
Chris Lattner c243f299ce teach FormatDiagnostic to aggregate previously formatted arguments and
pass them down into the ArgToStringFn implementation.  This allows 
redundancy across operands to a diagnostic to be eliminated.

This isn't used yet, so no functionality change.

llvm-svn: 84602
2009-10-20 05:25:22 +00:00
..
Builtins.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
CMakeLists.txt Provide a common set of routines in Version.h that return Subversion 2009-10-05 20:33:49 +00:00
ConvertUTF.c Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Diagnostic.cpp teach FormatDiagnostic to aggregate previously formatted arguments and 2009-10-20 05:25:22 +00:00
FileManager.cpp Add support for a chain of stat caches in the FileManager, rather than 2009-10-16 18:18:30 +00:00
IdentifierTable.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
SourceLocation.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SourceManager.cpp Replace the -code-completion-dump option with 2009-09-22 21:11:38 +00:00
TargetInfo.cpp fix PR4938 by recognizing % as a modifier on outputs, 2009-10-13 04:32:07 +00:00
Targets.cpp The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h header and the clang stddef.h header where clang was defining as int where we use long. 2009-10-18 13:33:59 +00:00
TokenKinds.cpp Clean up and document code modification hints. 2009-02-27 17:53:17 +00:00
Version.cpp Provide a common set of routines in Version.h that return Subversion 2009-10-05 20:33:49 +00:00