index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
/
PPDirectives.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
1
-6
/
+6
*
As a performance optimization, don't bother calling MacroInfo::isIdenticalTo
Chris Lattner
2009-01-16
1
-9
/
+16
*
PTH:
Ted Kremenek
2008-12-23
1
-0
/
+7
*
Preprocessor: Allocate MacroInfo objects using a BumpPtrAllocator instead usi...
Ted Kremenek
2008-12-15
1
-7
/
+19
*
eliminate the isCXXNamedOperator function and some string compares and
Chris Lattner
2008-12-13
1
-8
/
+2
*
Added PTH optimization to not process entire blocks of tokens that appear in ...
Ted Kremenek
2008-12-12
1
-0
/
+78
*
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
1
-1
/
+1
*
Rename IsNonPragmaNonMacroLexer to IsFileLexer.
Ted Kremenek
2008-11-20
1
-2
/
+2
*
Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is a...
Ted Kremenek
2008-11-19
1
-1
/
+1
*
When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().
Ted Kremenek
2008-11-19
1
-4
/
+9
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
1
-6
/
+6
*
don't turn identifierinfo's into strings in diagnostics.
Chris Lattner
2008-11-19
1
-2
/
+2
*
Revert 59574 (caused tests to fail).
Ted Kremenek
2008-11-19
1
-2
/
+2
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
1
-2
/
+2
*
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-18
1
-2
/
+2
*
remove one more Preprocessor::Diag method.
Chris Lattner
2008-11-18
1
-7
/
+9
*
Convert the lexer and start converting the PP over to using canonical Diag me...
Chris Lattner
2008-11-18
1
-14
/
+27
*
Add hooks to use PTHLexer::Lex instead of Lexer::Lex when CurLexer is null.
Ted Kremenek
2008-11-18
1
-3
/
+5
*
Added conditional guard 'if (CurLexer)' when using SetCommentRetentionState().
Ted Kremenek
2008-11-18
1
-6
/
+6
*
Change a bunch of uses of 'CurLexer->' to 'CurPPLexer->', which should be the
Ted Kremenek
2008-11-18
1
-40
/
+40
*
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-10-27
1
-1
/
+1
*
Stop the preprocessor from poking the lexer's private parts.
Chris Lattner
2008-10-12
1
-6
/
+6
*
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-09-26
1
-4
/
+3
*
Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo
Chris Lattner
2008-09-26
1
-7
/
+15
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+0
*
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-10
1
-1
/
+2
*
fix PR2357 (#ifs didnt invalidate the multiple-inclusion optimization state)
Nuno Lopes
2008-06-01
1
-9
/
+10
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1153
[prev]