llvm-project/clang/lib/Lex
Douglas Gregor 0634737452 Remove an unused bit from the serialized IdentifierInfo
llvm-svn: 165683
2012-10-11 00:48:48 +00:00
..
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
HeaderMap.cpp Dont cast away const needlessly. Found by gcc48 -Wcast-qual. 2012-09-06 15:59:27 +00:00
HeaderSearch.cpp Under certain terrible circumstances (<rdar://problem/10805775>), 2012-09-25 18:29:14 +00:00
Lexer.cpp StringRef'ize Preprocessor::CreateString(). 2012-09-24 21:07:17 +00:00
LiteralSupport.cpp Rename CanFitInto64Bits to alwaysFitsInto64Bits per discussion on IRC. 2012-09-25 22:32:51 +00:00
MacroArgs.cpp StringRef'ize Preprocessor::CreateString(). 2012-09-24 21:07:17 +00:00
MacroArgs.h Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
MacroInfo.cpp Deserialize macro history when we deserialize an identifier that has 2012-10-11 00:46:49 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ModuleMap.cpp [Modules] Introduce Module::TopHeaders which is a set of top-level headers 2012-10-05 00:22:33 +00:00
PPCaching.cpp [preprocessor] In Preprocessor::CachingLex() check whether there were more tokens 2012-04-04 02:57:01 +00:00
PPCallbacks.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
PPDirectives.cpp Rework the (de-)serialization of macros, as stored in 2012-10-09 23:05:51 +00:00
PPExpressions.cpp Change the wording of the extension warning from 2012-09-24 18:19:21 +00:00
PPLexerChange.cpp Make preprocessor act in a GCC-compatible fashion when a macro is redefined 2012-08-30 13:38:46 +00:00
PPMacroExpansion.cpp Remove an unused bit from the serialized IdentifierInfo 2012-10-11 00:48:48 +00:00
PTHLexer.cpp Fix dead store found by static analyzer. 2012-09-16 06:18:45 +00:00
Pragma.cpp Rework the (de-)serialization of macros, as stored in 2012-10-09 23:05:51 +00:00
PreprocessingRecord.cpp [preprocessing record] Have PPEntityID be independent of the size of the 2012-10-05 00:22:28 +00:00
Preprocessor.cpp Rework the (de-)serialization of macros, as stored in 2012-10-09 23:05:51 +00:00
PreprocessorLexer.cpp Documentation cleanup: Use \brief for summaries, and escape # characters. 2012-06-17 03:41:54 +00:00
ScratchBuffer.cpp Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
TokenConcatenation.cpp Add missing cctype includes. 2012-08-10 10:58:18 +00:00
TokenLexer.cpp Revert r163022, it caused PR13924. 2012-09-26 08:19:01 +00:00