llvm-project/clang/lib/Basic
Chris Lattner 2dc4b55bd8 simplify
llvm-svn: 135170
2011-07-14 18:45:41 +00:00
..
Builtins.cpp Remove unused member of Builtin::Info. 2011-07-05 21:53:01 +00:00
CMakeLists.txt Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq 2011-04-15 22:04:17 +00:00
ConvertUTF.c Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Diagnostic.cpp Apply patch from Richard Trieu to fix PR9548: 2011-07-11 17:49:21 +00:00
DiagnosticIDs.cpp Keep track of when "unrecoverable" errors occur, then allow 2011-07-06 17:40:26 +00:00
FileManager.cpp My testing shows that function stat has no problem with trailing separators. (tested on Windows and Darwin). 2011-06-03 09:44:29 +00:00
FileSystemStatCache.cpp Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. 2010-12-17 21:22:22 +00:00
IdentifierTable.cpp objc-arc: enforce performSelector rules in rejecting retaining selectors 2011-07-05 22:38:59 +00:00
Makefile Basic: Simplify getClangRepositoryPath and getClangRevision. 2010-09-29 19:15:29 +00:00
SourceLocation.cpp Fix diagnostic pragmas. 2010-12-15 18:44:22 +00:00
SourceManager.cpp Keep track of which source locations are part of a macro argument 2011-07-07 23:56:36 +00:00
TargetInfo.cpp Split out logic for valid clobbers and valid inline asm registers. 2011-06-28 18:20:53 +00:00
Targets.cpp simplify 2011-07-14 18:45:41 +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 Like the coding standards say, do not use "using namespace std". 2011-04-23 09:06:00 +00:00
VersionTuple.cpp Implement a new 'availability' attribute, that allows one to specify 2011-03-23 00:50:03 +00:00