.. |
CMakeLists.txt
|
Introduce the notion of a "preprocessing record", which keeps track of
|
2010-03-18 17:52:52 +00:00 |
HeaderMap.cpp
|
Simplify code. No functionality change.
|
2010-01-10 09:51:00 +00:00 |
HeaderSearch.cpp
|
Fix the #include search path when reading from stdin, from Jon Simons!
|
2010-08-06 12:06:13 +00:00 |
Lexer.cpp
|
Introduce basic support for loading a precompiled preamble while
|
2010-07-26 21:36:20 +00:00 |
LiteralSupport.cpp
|
Complain when string literals are too long for the active language
|
2010-07-20 14:33:20 +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
|
Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow.
|
2010-07-27 23:01:28 +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
|
Fix the #include search path when reading from stdin, from Jon Simons!
|
2010-08-06 12:06:13 +00:00 |
PPExpressions.cpp
|
Fix namespace polution.
|
2010-07-26 21:25:24 +00:00 |
PPLexerChange.cpp
|
push some source location information down through the compiler,
|
2010-04-20 20:35:58 +00:00 |
PPMacroExpansion.cpp
|
After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor!
|
2010-07-31 01:52:11 +00:00 |
PTHLexer.cpp
|
Add PTHLexer::LexEndOfFile() to emit diagnostics at end-of-file similar to those by Lexer::LexEndOfFile().
|
2010-07-27 02:59:02 +00:00 |
Pragma.cpp
|
Transcribe clattner email to SVN.
|
2010-07-29 02:46:02 +00:00 |
PreprocessingRecord.cpp
|
Robustify PreprocessingRecord slightly, by only creating macro
|
2010-03-19 21:58:23 +00:00 |
Preprocessor.cpp
|
Introduce basic support for loading a precompiled preamble while
|
2010-07-26 21:36: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
|
Add another terrible VC++ compatibility hack: allow users to
|
2010-07-17 16:24:30 +00:00 |