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