hanchenye-llvm-project/clang/lib/Basic
Argyrios Kyrtzidis f096a6e754 SourceManager::isAtStartOfMacroInstantiation should check not only if the location
is at the first token but that the location's offset is not inside the token as well.

llvm-svn: 133800
2011-06-24 17:28:26 +00:00
..
Builtins.cpp Test commit. 2011-02-20 00:59:54 +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
Diagnostic.cpp A StringRef-ication of the DiagnosticIDs API and internals. 2011-05-25 05:05:01 +00:00
DiagnosticIDs.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +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 Automatic Reference Counting. 2011-06-15 23:02:42 +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 SourceManager::isAtStartOfMacroInstantiation should check not only if the location 2011-06-24 17:28:26 +00:00
TargetInfo.cpp Move additional register names to their own lookup, separate from 2011-06-21 00:05:20 +00:00
Targets.cpp Move additional register names to their own lookup, separate from 2011-06-21 00:05:20 +00:00
TokenKinds.cpp
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