summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/cxx11-gnu-attrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-8/+8
* Allow writing calling convention attributes on function types.Aaron Ballman2018-05-031-3/+2
* Improve some infrastructure for extended parameter infos andJohn McCall2016-03-031-0/+1
* Fix assertion on C++ attributes in fillAttributedTypeLocAlexander Musman2015-05-291-0/+13
* Sema: Don't give attribute alias vars with struct type an init exprDavid Majnemer2015-02-081-0/+3
* Removing the alloc_size attribute. The attribute was semantically handled, bu...Aaron Ballman2013-12-211-2/+0
* Switch %clang -cc1 tests to %clang_cc1Alp Toker2013-10-281-1/+1
* Extend test to show an alias can be before a definition.Rafael Espindola2013-10-211-1/+2
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-1/+1
* Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, theseRichard Smith2013-01-151-0/+10
* clang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit -triple x86_64-unknown-u...NAKAMURA Takumi2013-01-141-1/+1
* Add extra tests for [[gnu::...]] attributes, missed from r172382.Richard Smith2013-01-141-0/+45