1. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  2. 20039ae Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility pop". by Rafael Espindola · 13 years ago
  3. 3fc809d Remove redundant argument. by Rafael Espindola · 13 years ago
  4. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  5. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago
  6. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  7. f81e5a9 Change all references of type ExprTy to Expr and get rid of the typedefs. by Richard Trieu · 13 years ago
  8. c1a0a73 Add ms_struct attribute on record typee (and ignore it for now) - wip. by Fariborz Jahanian · 13 years ago
  9. 62c9258 Recognize gcc's ms_struct pragma (and ignore for now). This is wip. by Fariborz Jahanian · 13 years ago
  10. 4421d2b On Mac OS X, the presence of an 'availability' attribute for that by Douglas Gregor · 13 years ago
  11. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 13 years ago
  12. 2a5c45b Allow #pragma unused to be used on global variables like gcc. Fixes rdar://8793832. by Argyrios Kyrtzidis · 14 years ago
  13. b918d0f Convert "#pragma unused(...)" into tokens for the parser. by Argyrios Kyrtzidis · 14 years ago
  14. 90f1450 Treat visibility on an enclosing namespace as a non-explicit source of by John McCall · 14 years ago
  15. 268f89e Make #pragma unused work for static local variables. by Douglas Gregor · 14 years ago
  16. 2127ecc Warn if a variable marked with the "unused" attribute is used. Patch by Darin Adler! by Anders Carlsson · 14 years ago
  17. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  18. ea31864 Move things around so that Sema.h no longer depends on even DeclBase.h. by John McCall · 14 years ago
  19. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  20. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  21. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  22. aa8b0d1 Implement #pragma GCC visibility. by Eli Friedman · 14 years ago
  23. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  24. ddc6ff6 Sema: Fix a bug with #pragma options align=reset, reset against an empty stack by Daniel Dunbar · 14 years ago
  25. d6b305d Sema: Fix comment, apparently #pragma options align=power is just the same as by Daniel Dunbar · 14 years ago
  26. 450f793 Sema: Just ignore '#pragma options align=power' for now, this is no worse than by Daniel Dunbar · 14 years ago
  27. 6f73914 Parse/Sema: Add support for '#pragma options align=packed', which, it should be by Daniel Dunbar · 14 years ago
  28. 638e7cf Parse/Sema: Add support for '#pragma options align=native'. by Daniel Dunbar · 14 years ago
  29. c6082fe Sema: Add initial support for '#pragma options align=mac68k'. by Daniel Dunbar · 14 years ago
  30. ae2232b Sema: Factor out struct for alignment stack entries. by Daniel Dunbar · 14 years ago
  31. 9f21f89 Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which by Daniel Dunbar · 14 years ago
  32. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  33. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  34. ac06a0e Protect isIntegerConstantExpr from seeing type- or value-dependent by Douglas Gregor · 14 years ago
  35. 1bcee0a Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: by John McCall · 15 years ago
  36. 7d384dd Split LookupResult into its own header. by John McCall · 15 years ago
  37. a24dc2e Carry lookup configuration throughout lookup on the LookupResult. Give by John McCall · 15 years ago
  38. f36e02d Refactor the LookupResult API to simplify most common operations. Require users to by John McCall · 15 years ago
  39. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  40. 7a02a37 Per advice that Doug Gregor gave me several months ago, clean up the by Ted Kremenek · 15 years ago
  41. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  42. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  43. 45a3c05 Deallocate 'DeclRefExpr's in correctly formed '#pragma unused' by Ted Kremenek · 15 years ago
  44. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 15 years ago
  45. 79cd116 Handle #pragma pack(0). I left this out of diagnostic because users should by Daniel Dunbar · 15 years ago
  46. 574aa40 Make PragmaPackStack be a private class in SemaAttr and make its by Chris Lattner · 15 years ago
  47. 5a0c351 move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file. by Chris Lattner · 15 years ago