llvm-project/clang/lib/Basic
Richard Trieu 50f5f46a93 Properly update the FormattedArgs vector when the template type diffing falls
back to regular type printing.

llvm-svn: 159976
2012-07-10 01:46:04 +00:00
..
Builtins.cpp Move a method from IdentifierTable.h out of line and remove the SmallString include. 2012-02-04 13:45:25 +00:00
CMakeLists.txt Share ConvertUTF8toWide() between Lex and CodeGen. 2012-07-03 02:24:52 +00:00
ConvertUTF.c When checking the encoding of an 8-bit string literal, don't just check the 2012-03-08 21:59:28 +00:00
ConvertUTFWrapper.cpp Share ConvertUTF8toWide() between Lex and CodeGen. 2012-07-03 02:24:52 +00:00
Diagnostic.cpp Properly update the FormattedArgs vector when the template type diffing falls 2012-07-10 01:46:04 +00:00
DiagnosticIDs.cpp Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
FileManager.cpp Fix for r159256 on Windows. 2012-06-27 11:42:56 +00:00
FileSystemStatCache.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
IdentifierTable.cpp Documentation cleanup: escape @ in a Doxygen comment. 2012-06-15 21:27:44 +00:00
LangOptions.cpp Add a -cc1-level option -fmodule-name=<name>, which will be used when 2011-11-15 19:35:01 +00:00
Makefile Use tabs instead of spaces. 2012-03-02 16:06:37 +00:00
Module.cpp Back out my heinous hack that tricked the module generation mechanism 2012-02-02 18:42:48 +00:00
ObjCRuntime.cpp A few more cleanups for the GNU family of ObjC runtimes. 2012-07-04 10:37:03 +00:00
SourceLocation.cpp Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit this into every TU that includes SourceLocation.h. 2012-02-26 16:55:50 +00:00
SourceManager.cpp Documentation cleanup: Delete a duplicated/malformed doc comment. 2012-07-02 23:56:17 +00:00
TargetInfo.cpp objective-c modern translator: buildit objc bool 2012-04-16 21:03:30 +00:00
Targets.cpp Wire up -mrdrnd for X86. 2012-07-07 09:39:18 +00:00
TokenKinds.cpp This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def and makes use of it in tok::getTokenSimpleSpelling. 2009-11-28 16:09:28 +00:00
Version.cpp Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion already adds some. 2012-05-26 19:39:52 +00:00
VersionTuple.cpp Restructure how the driver communicates information about the 2012-06-20 06:18:46 +00:00