hanchenye-llvm-project/clang/lib/Lex
Douglas Gregor f09b6c9c85 Plug a leak in the preprocessing record's handling of inclusion
directives. We had a std::string in an object that was allocated via a
BumpPtrAllocator.

llvm-svn: 117912
2010-11-01 15:03:47 +00:00
..
CMakeLists.txt Add a __has_attribute macro that works much like __has_feature and __has_builtin. 2010-10-20 02:31:43 +00:00
HeaderMap.cpp Simplify code. No functionality change. 2010-01-10 09:51:00 +00:00
HeaderSearch.cpp Revert r110440, the fix for PR4897. Chris claims to have a better way. 2010-08-08 07:49:23 +00:00
Lexer.cpp Update remaining attribute macros to new style. 2010-10-23 08:44:57 +00:00
LiteralSupport.cpp allow I128 suffixes in msextensions mode just like i128 suffixes, patch 2010-10-14 00:24:10 +00:00
MacroArgs.cpp Audit all Preprocessor::getSpelling() callers, improving failure 2010-03-16 22:30:13 +00:00
MacroArgs.h The PreExpArgTokens array is indexed with an argument #, 2009-12-28 06:17:16 +00:00
MacroInfo.cpp More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PPCaching.cpp Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is 2010-07-12 21:41:41 +00:00
PPDirectives.cpp Extend the preprocessing record and libclang with support for 2010-10-20 22:00:55 +00:00
PPExpressions.cpp move logic for computing signed integer overflow when constant folding 2010-10-13 23:46:56 +00:00
PPLexerChange.cpp push some source location information down through the compiler, 2010-04-20 20:35:58 +00:00
PPMacroExpansion.cpp Make the deserialization of macro definitions lazy, so that we can 2010-10-30 00:23:06 +00:00
PTHLexer.cpp Don't emit end-of-file diagnostics like "unterminated conditional" or 2010-08-12 17:04:55 +00:00
Pragma.cpp Fix typo in comment. 2010-10-19 17:40:50 +00:00
PreprocessingRecord.cpp Plug a leak in the preprocessing record's handling of inclusion 2010-11-01 15:03:47 +00:00
Preprocessor.cpp Really^2 fix <rdar://problem/8361834>, this time without crashing. 2010-10-19 22:15:20 +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 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." 2010-04-14 03:57:19 +00:00
TokenLexer.cpp Rename alignof -> alignOf to avoid irritating C++'0x compilers, 2010-10-30 05:14:06 +00:00