summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/attributes.cpp
AgeCommit message (Expand)Author
2014-01-13There is no such thing as __attribute__((align)); that's a __declspec attribu...Aaron Ballman
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2011-10-09For the various CF and NS attributes, don't complain if the parameterDouglas Gregor
2011-01-04Enhance the diagnostic for negative array sizes to include theChandler Carruth
2010-06-25Implement dependent alignment attribute support. This is a bit gross given theChandler Carruth
2010-05-19Revert r104106; it's breaking linking of Boost.Serialization.Douglas Gregor
2010-05-19Teach clang to instantiate attributes on more declarations. Fixes PR7102.Douglas Gregor
2010-05-18Protect isIntegerConstantExpr from seeing type- or value-dependentDouglas Gregor