aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-attr.cpp
AgeCommit message (Expand)Author
2012-11-07Add missing check to warning for packed attribute. PR14259.Eli Friedman
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-08-01Instantiate attributes from the pattern record when instantiatingJohn McCall
2010-05-17Instantiate attributes on typedefs. This is a quick fix for PR7148,Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-07When instantiating a field decl, make sure to clone its attributes. With this...Anders Carlsson