Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
17ff58a63197b398ae52697b088dc0fb8b255519
/
lib
/
Lex
/
Pragma.cpp
17ff58a
When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().
by Ted Kremenek
· 17 years ago
56b05c8
remove one more Preprocessor::Diag method.
by Chris Lattner
· 17 years ago
3692b09
Convert the lexer and start converting the PP over to using canonical Diag methods.
by Chris Lattner
· 17 years ago
68a91d5
Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change.
by Ted Kremenek
· 17 years ago
4095080
Add Preprocessor::RemovePragmaHandler. - No functionality change.
by Daniel Dunbar
· 17 years ago
0b9e736
clean up a bunch of fixme's I added, by moving
by Chris Lattner
· 17 years ago
acc5f3e
More #include cleaning
by Daniel Dunbar
· 17 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Lex/Pragma.cpp]
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
2243449
Add support for #pragma mark, which shouldn't warn about bogus tokens.
by Chris Lattner
· 18 years ago
22f6bbc
Switch lexer/pp over to new Token::is/isNot api
by Chris Lattner
· 18 years ago
0edde55
change calls to getMacroInfo into hasMacroDefinition() where possible.
by Chris Lattner
· 18 years ago
f1c99ac
refactor the interface to Preprocessor::GetIncludeFilenameSpelling,
by Chris Lattner
· 18 years ago
d217773
At one point there were going to be lexer and parser tokens.
by Chris Lattner
· 18 years ago
25bdb51
simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*.
by Chris Lattner
· 18 years ago
9dc1f53
Reimplement SourceLocation. Instead of having a
by Chris Lattner
· 18 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago