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
/
MacroInfo.cpp
Age
Commit message (
Expand
)
Author
2011-10-17
For modules, all macros that aren't include guards are implicitly
Douglas Gregor
2011-09-01
Modules hide macro definitions by default, so that silly things like
Douglas Gregor
2011-07-25
Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc.
Chandler Carruth
2011-07-07
Make the Preprocessor more memory efficient and improve macro instantiation d...
Argyrios Kyrtzidis
2011-06-03
Copy IsWarnIfUnused too when making a copy of a MacroInfo.
Benjamin Kramer
2010-12-15
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-08-18
More PCH -> AST renaming.
Sebastian Redl
2010-08-17
Implement #pragma push_macro, patch by Francois Pichet!
Chris Lattner
2010-07-27
Record macros in dependent PCHs. Also add various info tables to dependent PC...
Sebastian Redl
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-09
fix PR3764 - A redefinition of a pre-processor macro fails
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner