1. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 15 years ago
  2. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 15 years ago
  3. ac06a0e Protect isIntegerConstantExpr from seeing type- or value-dependent by Douglas Gregor · 15 years ago
  4. 1bcee0a Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: by John McCall · 16 years ago
  5. 7d384dd Split LookupResult into its own header. by John McCall · 16 years ago
  6. a24dc2e Carry lookup configuration throughout lookup on the LookupResult. Give by John McCall · 16 years ago
  7. f36e02d Refactor the LookupResult API to simplify most common operations. Require users to by John McCall · 16 years ago
  8. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  9. 7a02a37 Per advice that Doug Gregor gave me several months ago, clean up the by Ted Kremenek · 16 years ago
  10. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 16 years ago
  11. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 16 years ago
  12. 45a3c05 Deallocate 'DeclRefExpr's in correctly formed '#pragma unused' by Ted Kremenek · 16 years ago
  13. 4726d03 Implement '#pragma unused'. by Ted Kremenek · 16 years ago
  14. 79cd116 Handle #pragma pack(0). I left this out of diagnostic because users should by Daniel Dunbar · 16 years ago
  15. 574aa40 Make PragmaPackStack be a private class in SemaAttr and make its by Chris Lattner · 16 years ago
  16. 5a0c351 move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file. by Chris Lattner · 16 years ago