1. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  2. facde17 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  3. 5f3c163 Implement #pragma redefine_extname. by David Chisnall · 12 years ago
  4. 62c9258 Recognize gcc's ms_struct pragma (and ignore for now). This is wip. by Fariborz Jahanian · 13 years ago
  5. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 13 years ago
  6. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 13 years ago
  7. 80c60f7 When we parse a pragma, keep track of how that pragma was originally by Douglas Gregor · 14 years ago
  8. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  9. aa8b0d1 Implement #pragma GCC visibility. by Eli Friedman · 14 years ago
  10. cbb98ed Parser: Add support for #pragma align, which is just another spelling of #pragma by Daniel Dunbar · 14 years ago
  11. 9b36c3f Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. by Argyrios Kyrtzidis · 14 years ago
  12. 861800c Parse: Add support for '#pragma options align'. by Daniel Dunbar · 14 years ago
  13. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  14. 9991479 Add parser support for #pragma weak. by Eli Friedman · 15 years ago
  15. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 15 years ago
  16. fcdd8fe Add Parser support for #pragma pack by Daniel Dunbar · 16 years ago