summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-attributes.cpp
AgeCommit message (Expand)Author
2025-03-10[clang] NNS: don't print trailing scope resolution operator in diagnostics (#...Matheus Izvekov
2023-08-15Complete the implementation of P2361 Unevaluated string literalsCorentin Jabot
2023-01-05Parse: handle another case of invalid handling for attributesSaleem Abdulrasool
2022-11-21parse: process GNU and standard attributes on top-level declsSaleem Abdulrasool
2021-08-10[Parser] Fix attr infloop on "int x [[c"Sam McCall
2021-04-15Fix potential infinite loop with malformed attribute syntaxAaron Ballman
2021-04-13Require commas between double square bracket attributes.Aaron Ballman
2020-02-24Fix TryParsePtrOperatorSeq.Michele Scandale
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