summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-cxx0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of [[hiding]], [[override]] and [[base_check]].Anders Carlsson2011-01-231-12/+0
* Get rid of the [[final]] C++0x attribute.Anders Carlsson2011-01-231-8/+0
* __attribute__((aligned(n))) directly specifies the alignment of a declarationJohn McCall2010-10-081-2/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't automatically assume that an id-expression refers to aDouglas Gregor2009-12-011-2/+2
* Parse C++ member check attributes - base_check, hiding, and override.Alexis Hunt2009-11-251-0/+12
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-0/+24
OpenPOWER on IntegriCloud