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
/
Parse
/
ParsePragma.h
Age
Commit message (
Expand
)
Author
2013-05-06
Move PragmaCommentHandler to lib/Parse in preparation for calling Sema
Reid Kleckner
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2012-10-04
Permanently end the whole "pragma got handled by the parser too early"
Eli Friedman
2012-06-06
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-02-18
Implement #pragma redefine_extname.
David Chisnall
2011-04-25
Recognize gcc's ms_struct pragma (and ignore for now).
Fariborz Jahanian
2011-02-14
OpenCL: add support for __kernel, kernel keywords and EXTENSION,
Peter Collingbourne
2011-02-14
Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions
Peter Collingbourne
2010-09-09
When we parse a pragma, keep track of how that pragma was originally
Douglas Gregor
2010-08-26
One who seeks knowledge learns something new every day.
John McCall
2010-08-05
Implement #pragma GCC visibility.
Eli Friedman
2010-07-31
Parser: Add support for #pragma align, which is just another spelling of #pragma
Daniel Dunbar
2010-07-13
Modify the pragma handlers to accept and use StringRefs instead of Identifier...
Argyrios Kyrtzidis
2010-05-26
Parse: Add support for '#pragma options align'.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-06-05
Add parser support for #pragma weak.
Eli Friedman
2009-03-23
Implement '#pragma unused'.
Ted Kremenek
2008-10-04
Add Parser support for #pragma pack
Daniel Dunbar