Age | Commit message (Expand) | Author |
---|---|---|
2009-08-03 | Per advice that Doug Gregor gave me several months ago, clean up the | Ted Kremenek |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-03-23 | Deallocate 'DeclRefExpr's in correctly formed '#pragma unused' | Ted Kremenek |
2009-03-23 | Implement '#pragma unused'. | Ted Kremenek |
2009-03-06 | Handle #pragma pack(0). I left this out of diagnostic because users should | Daniel Dunbar |
2009-02-17 | Make PragmaPackStack be a private class in SemaAttr and make its | Chris Lattner |
2009-02-17 | move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp f... | Chris Lattner |