aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-attributes.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Parse: __attribute__((keyword)) shouldn't errorDavid Majnemer1-1/+1
2014-12-28Parse: Don't crash when 'typename' shows up in an attributeDavid Majnemer1-0/+2
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith1-0/+3
2013-10-24PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith1-0/+6
2013-08-01Parse: Don't consider attributes of broken member declaratorsDavid Majnemer1-1/+4
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+1
2010-08-05Convert this file to not have Windows line endings -- likely committed fromChandler Carruth1-9/+9
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-25Fix attribute between function decl ')' and '{' or '=0'John Thompson1-0/+9