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
/
PPMacroExpansion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Introduce a new PresumedLoc class to represent the concept of a location
Chris Lattner
2009-01-27
1
-11
/
+23
*
remove my hacks that aggressively threw away multiple
Chris Lattner
2009-01-26
1
-8
/
+1
*
This change refactors some of the low-level lexer interfaces a bit.
Chris Lattner
2009-01-26
1
-10
/
+14
*
eagerly resolve the spelling locations of macro argument preexpansions.
Chris Lattner
2009-01-26
1
-1
/
+1
*
Eagerly resolve the spelling location of the tokens in a definition
Chris Lattner
2009-01-26
1
-0
/
+6
*
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-26
1
-4
/
+7
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-3
/
+3
*
Preprocessor: Allocate MacroInfo objects using a BumpPtrAllocator instead usi...
Ted Kremenek
2008-12-15
1
-1
/
+1
*
Handle another case where we should use PTHLexer as an alternative to the nor...
Ted Kremenek
2008-11-20
1
-1
/
+3
*
Assign the result of getCurrentFileLexer() to a PreprocessorLexer* instead of...
Ted Kremenek
2008-11-20
1
-1
/
+1
*
Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is a...
Ted Kremenek
2008-11-19
1
-1
/
+1
*
Move more cases of using 'CurLexer' to 'CurPPLexer'.
Ted Kremenek
2008-11-19
1
-0
/
+2
*
When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().
Ted Kremenek
2008-11-19
1
-1
/
+1
*
Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change.
Ted Kremenek
2008-11-18
1
-1
/
+1
*
Fix the root cause of PR2750 instead of the side effect.
Chris Lattner
2008-09-29
1
-8
/
+13
*
The awesome GNU "comma elision extension" works with both the standard
Chris Lattner
2008-05-08
1
-3
/
+6
*
Plug a memory leak in the "this macro expands into a single trivially-
Sam Bishop
2008-03-21
1
-1
/
+4
*
move #include to the file that needs it.
Chris Lattner
2008-03-18
1
-0
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+523