clang-1/lib/Basic
Chris Lattner fe526d2be9 fix some out of bounds array access problems, which manifest particularly
spectacularly when built for x86-64.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69197 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-15 18:48:23 +00:00
..
CMakeLists.txt Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. 2009-04-01 15:50:34 +00:00
ConvertUTF.c Fixup whitespacing. 2009-04-14 18:24:37 +00:00
Diagnostic.cpp fix some out of bounds array access problems, which manifest particularly 2009-04-15 18:48:23 +00:00
FileManager.cpp FileManager: 2009-02-12 03:17:57 +00:00
IdentifierTable.cpp Add initial support for -imacros. Right now it has the same semantics as 2009-04-08 18:24:34 +00:00
LangOptions.cpp
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
SourceLocation.cpp Remove some now-unneeded calls to llvm::errs().flush(). 2009-03-10 18:00:19 +00:00
SourceManager.cpp Include the SourceManager's line table in the PCH file. We can now 2009-04-13 16:31:14 +00:00
TargetInfo.cpp TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). 2009-02-28 17:11:49 +00:00
Targets.cpp Support -miphoneos-version-min in clang-cc. 2009-04-10 19:52:24 +00:00
TokenKinds.cpp Clean up and document code modification hints. 2009-02-27 17:53:17 +00:00