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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PTHLexer:
Ted Kremenek
2008-11-21
1
-14
/
+26
*
PTHLexer:
Ted Kremenek
2008-11-20
1
-0
/
+12
*
Handle another case where we should use PTHLexer as an alternative to the nor...
Ted Kremenek
2008-11-20
1
-1
/
+3
*
PTHLexer:
Ted Kremenek
2008-11-20
1
-19
/
+11
*
Rename IsNonPragmaNonMacroLexer to IsFileLexer.
Ted Kremenek
2008-11-20
2
-7
/
+7
*
Rewrote PTHLexer::Lex by digging through the sources of Lexer again. Now we ...
Ted Kremenek
2008-11-20
1
-28
/
+37
*
Add ugly "test harness" for PTHLexer that is not enabled by default. The
Ted Kremenek
2008-11-20
1
-6
/
+49
*
Make FIXME a hard assertion.
Ted Kremenek
2008-11-20
1
-2
/
+6
*
Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead of
Ted Kremenek
2008-11-20
1
-5
/
+6
*
Just use the SourceLocation of SysHeaderTok when doing a callback to emit #line
Ted Kremenek
2008-11-20
1
-2
/
+2
*
Assign the result of getCurrentFileLexer() to a PreprocessorLexer* instead of...
Ted Kremenek
2008-11-20
1
-1
/
+1
*
- Default initialize ParsingPreprocessorDirective, ParsingFilename, and
Ted Kremenek
2008-11-20
2
-16
/
+16
*
Add (untested) implementation of PTHLexer::isNextPPTokenLParen() and PTHLexer...
Ted Kremenek
2008-11-20
1
-4
/
+14
*
Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is a...
Ted Kremenek
2008-11-19
3
-7
/
+7
*
Move more cases of using 'CurLexer' to 'CurPPLexer'.
Ted Kremenek
2008-11-19
3
-27
/
+38
*
Add stub for PTHLexer::isNextPPTokenLParen().
Ted Kremenek
2008-11-19
1
-1
/
+6
*
When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().
Ted Kremenek
2008-11-19
4
-7
/
+20
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
5
-24
/
+21
*
CMake: Added some source files.
Oscar Fuentes
2008-11-19
1
-0
/
+2
*
Remove Preprocessor::CacheTokens boolean data member. The same functionality ...
Argyrios Kyrtzidis
2008-11-19
2
-5
/
+1
*
don't turn identifierinfo's into strings in diagnostics.
Chris Lattner
2008-11-19
2
-3
/
+3
*
Revert 59574 (caused tests to fail).
Ted Kremenek
2008-11-19
2
-7
/
+16
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
2
-16
/
+7
*
Initialize CurPPLexer in Preprocessor's constructor.
Ted Kremenek
2008-11-19
1
-1
/
+1
*
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-18
6
-65
/
+42
*
remove one more Preprocessor::Diag method.
Chris Lattner
2008-11-18
3
-12
/
+16
*
Convert the lexer and start converting the PP over to using canonical Diag me...
Chris Lattner
2008-11-18
4
-33
/
+56
*
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
1
-8
/
+4
*
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-18
1
-2
/
+4
*
- Add Lexer::isPragma() accessor for clients of Lexer that aren't friends.
Ted Kremenek
2008-11-18
1
-8
/
+14
*
Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change.
Ted Kremenek
2008-11-18
2
-5
/
+5
*
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
*
- Add 'CurPPLexer' to Preprocessor to keep track of the current
Ted Kremenek
2008-11-18
1
-0
/
+1
*
Trivial tidying
Chris Lattner
2008-11-16
1
-2
/
+0
*
Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ...
Ted Kremenek
2008-11-13
2
-18
/
+13
*
Use PushIncludeMacroStack/PopMacroStack instead of manually pushing/popping f...
Ted Kremenek
2008-11-13
1
-14
/
+6
*
Move some diagnostic handling to PreprocessorLexer.
Ted Kremenek
2008-11-12
3
-14
/
+17
*
Add virtual dtor to PreprocessorLexer.
Ted Kremenek
2008-11-12
1
-0
/
+2
*
Remove Lexer::LexIncludeFilename.
Ted Kremenek
2008-11-12
1
-21
/
+0
*
Move LexIncludeFilename from Lexer to PreprocessorLexer.
Ted Kremenek
2008-11-12
1
-0
/
+40
*
Use PushIncludeMacroStack() instead of manually manipulating the include stack.
Ted Kremenek
2008-11-12
1
-4
/
+1
*
Add skeleton for PTH lexer.
Ted Kremenek
2008-11-12
1
-0
/
+79
*
Introduce annotation tokens, a special kind of token, created and used only b...
Argyrios Kyrtzidis
2008-11-08
1
-0
/
+24
*
Fixed build warning. No functionality change.
Sanjiv Gupta
2008-10-31
1
-2
/
+2
*
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-31
1
-34
/
+61
*
Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uniniti...
Ted Kremenek
2008-10-28
1
-1
/
+4
*
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-10-27
2
-3
/
+3
*
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes
2008-10-26
1
-0
/
+21
[next]