summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* There is no such thing as __attribute__((align)); that's a __declspec attribu...Aaron Ballman2014-01-131-1/+1
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-1/+21
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-021-21/+1
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-1/+21
* For the various CF and NS attributes, don't complain if the parameterDouglas Gregor2011-10-091-0/+13
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-1/+1
* Implement dependent alignment attribute support. This is a bit gross given theChandler Carruth2010-06-251-5/+18
* Revert r104106; it's breaking linking of Boost.Serialization.Douglas Gregor2010-05-191-21/+0
* Teach clang to instantiate attributes on more declarations. Fixes PR7102.Douglas Gregor2010-05-191-0/+21
* Protect isIntegerConstantExpr from seeing type- or value-dependentDouglas Gregor2010-05-181-0/+8