summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-cxx0x.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR19252: Fix crash if alignas is used with an auto-typed variable. Don't checkRichard Smith2014-03-271-0/+2
* No longer accepting attribute spellings with prefix and suffix underscores ex...Aaron Ballman2013-12-111-0/+3
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-1/+1
* Add -Wdeprecated warnings and fixits for things deprecated in C++11:Richard Smith2013-06-131-1/+1
* Diagnose uses of 'alignof' on functions in -pedantic mode.Richard Smith2013-03-181-1/+3
* Handle alignas(foo...) pack expansions.Richard Smith2013-02-221-6/+11
* Fix diagnostic for bad alignas use: it can't be applied to functions.Richard Smith2013-02-011-1/+1
* Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith2013-02-011-1/+1
* Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith2013-01-291-3/+3
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-1/+1
* Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith2013-01-291-5/+13
* Remove a non-gcc-compatible extension that would apply attributes on declarat...Eli Friedman2011-12-171-1/+1
* Fix grammar for C++11 alignment specifiers, and add a few FIXMEs.Peter Collingbourne2011-10-231-0/+7
* Attach class template attributes to the templated CXXRecordDecl,Peter Collingbourne2011-10-231-0/+4
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne2011-09-291-6/+6
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+5
* 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