hanchenye-llvm-project/clang/lib/Basic
Richard Smith 812924502b When checking the encoding of an 8-bit string literal, don't just check the
first codepoint! Also, don't reject empty raw string literals for spurious
"encoding" issues. Also, don't rely on undefined behavior in ConvertUTF.c.

llvm-svn: 152344
2012-03-08 21:59:28 +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
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
Diagnostic.cpp More ArrayRef-ification of methods. 2012-02-22 09:51:33 +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 Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
FileSystemStatCache.cpp
IdentifierTable.cpp Moving tagging of '__experimental_modules_import' IdentifierInfo out of 2012-03-01 22:53:32 +00:00
LangOptions.cpp
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
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 [PCH] Recover gracefully if the ASTReader detects that a file is different 2012-02-20 23:58:07 +00:00
TargetInfo.cpp Add support for bitcasts to vector type in Evaluate. 2011-12-22 03:51:45 +00:00
Targets.cpp TargetInfo: create less temporary strings. 2012-03-05 15:10:44 +00:00
TokenKinds.cpp
Version.cpp More git-svn compatible version string, by request. 2012-03-07 00:44:24 +00:00
VersionTuple.cpp