hanchenye-llvm-project/clang/lib/Lex
Daniel Dunbar 58ecb2ab51 Unbreak and add test case for r90276, a situation in which getBuffer is expected to fail.
Also, update SourceManager.h doxyments for getBuffer() to reflect reality.

llvm-svn: 90701
2009-12-06 09:19:25 +00:00
..
CMakeLists.txt Lexically order files in CMakeLists.txt files. 2009-07-15 21:08:41 +00:00
HeaderMap.cpp Update location of DataTypes.h to reflect move in LLVM with r85086. 2009-10-26 01:37:10 +00:00
HeaderSearch.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Lexer.cpp Extend the source manager with the ability to override the contents of 2009-12-02 06:49:09 +00:00
LiteralSupport.cpp cleanup parsing of MS integer suffixes a little. this fixes PR5616 2009-11-28 13:37:52 +00:00
MacroArgs.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
MacroArgs.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
MacroInfo.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
PPCaching.cpp Remove an overly-eager assertion when replacing tokens with an 2009-11-12 00:03:40 +00:00
PPDirectives.cpp Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients should be forced to deal with error conditions. 2009-12-06 09:19:12 +00:00
PPExpressions.cpp Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. 2009-11-13 05:51:54 +00:00
PPLexerChange.cpp Unbreak and add test case for r90276, a situation in which getBuffer is expected to fail. 2009-12-06 09:19:25 +00:00
PPMacroExpansion.cpp Add 'has_feature(cxx_exceptions)' to allow code to determine via preprocessor logic if C++ exceptions are enabled. 2009-12-03 01:34:15 +00:00
PTHLexer.cpp Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
Pragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Preprocessor.cpp Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients should be forced to deal with error conditions. 2009-12-06 09:19:12 +00:00
PreprocessorLexer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ScratchBuffer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
TokenConcatenation.cpp Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
TokenLexer.cpp minor tidy. 2009-12-04 06:14:03 +00:00