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
/
PreprocessorLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-2
/
+2
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
1
-8
/
+6
*
Change some terminology in SourceLocation: instead of referring to
Chris Lattner
2009-01-16
1
-1
/
+1
*
remove a sneaky version of Diag hiding in PreprocessorLexer.
Chris Lattner
2008-11-22
1
-7
/
+1
*
Change the Lexer::Diag method to not magically silence warnings,
Chris Lattner
2008-11-22
1
-2
/
+0
*
- Default initialize ParsingPreprocessorDirective, ParsingFilename, and
Ted Kremenek
2008-11-20
1
-1
/
+4
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
1
-0
/
+3
*
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-18
1
-1
/
+1
*
Move some diagnostic handling to PreprocessorLexer.
Ted Kremenek
2008-11-12
1
-0
/
+7
*
Add virtual dtor to PreprocessorLexer.
Ted Kremenek
2008-11-12
1
-0
/
+2
*
Move LexIncludeFilename from Lexer to PreprocessorLexer.
Ted Kremenek
2008-11-12
1
-0
/
+40