summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-ambig-decl-expr.cpp
AgeCommit message (Expand)Author
2023-05-20[Clang] Fix parsing of `(auto(x))`.Corentin Jabot
2021-09-28Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-09-23Revert "Diagnose -Wunused-value based on CFG reachability"Yuanfang Chen
2021-09-22Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-09-21Revert "Diagnose -Wunused-value based on CFG reachability"Aaron Ballman
2021-09-20Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-02-08Revert "[Sema] Fix -Warray-bounds false negative when casting an out-of-bound...einvbri
2021-02-03[Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array ...Ilya Mirsky
2020-02-24Fix TryParsePtrOperatorSeq.Michele Scandale
2019-11-27Properly disambiguate between array declarators and array subscript expressions.Richard Smith
2019-05-07Improve function / variable disambiguation.Richard Smith
2018-02-02Add missing direct-init / parameter-declaration-clause disambiguation whenRichard Smith
2012-08-23When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith
2010-07-15When we're performing tentative parsing to determine whether theDouglas Gregor