index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Lex
/
Pragma.cpp
Age
Commit message (
Expand
)
Author
2009-01-16
Improve #pragma comment support by building the string argument and
Chris Lattner
2009-01-16
Implement basic support for parsing #pragma comment, a microsoft extension
Chris Lattner
2008-11-20
Just use the SourceLocation of SysHeaderTok when doing a callback to emit #line
Ted Kremenek
2008-11-19
Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is a...
Ted Kremenek
2008-11-19
When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().
Ted Kremenek
2008-11-18
remove one more Preprocessor::Diag method.
Chris Lattner
2008-11-18
Convert the lexer and start converting the PP over to using canonical Diag me...
Chris Lattner
2008-11-18
Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change.
Ted Kremenek
2008-10-04
Add Preprocessor::RemovePragmaHandler.
Daniel Dunbar
2008-09-26
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-08-11
More #include cleaning
Daniel Dunbar
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]