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