aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/decl-expr-ambiguity.cpp
AgeCommit message (Expand)Author
2012-10-16Implement GCC's -Wint-to-pointer-cast.David Blaikie
2012-07-30Extend the ',' versus ';' diagnostic for -Wvexing-parse to cover the with-arg...Richard Smith
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2012-05-02Try harder to recognize hidden tag type names in potential declarations insteadKaelyn Uhrain
2012-01-13Don't crash while trying to diagnose a function declared at block scope with anRichard Smith
2012-01-12Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith
2012-01-09Restore some parts of this test which were accidental reverted in r147649.Richard Smith
2012-01-06David Blaikie and Chandler would like us to diagnoseRichard Smith
2012-01-06Tweak to r147599 for PR10828: Move the check from the parser into sema, and useRichard Smith
2012-01-05PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-09-08Use the new-initialization code for initializing scalars with aDouglas Gregor
2010-03-12Improve the unused-value check to look into comma expressions and filter outJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-01Ok, ok, I give in. Fix tests for unused result warning.Daniel Dunbar
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-05-16Make the RAII extension warning silencing for __extension__ a bit Eli Friedman
2009-04-28Emit keyword extension warning in all modes, not just C99 mode.Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-04Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor
2008-12-17Removed the warningDouglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-18implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better.Chris Lattner
2008-10-21Initial step toward supporting qualification conversions (C++ 4.4).Douglas Gregor
2008-10-21Tweak an expected-error to match the output. IMHO it is better to diagnose 'i...Gabor Greif
2008-10-15Issue a warning when there's an ambiguous function declarator (that could be ...Argyrios Kyrtzidis
2008-10-05Add some text from the C++ standard and additional ambiguity resolution tests.Argyrios Kyrtzidis
2008-10-05Handle ambiguities between expressions and type-ids that occur inside parenth...Argyrios Kyrtzidis
2008-10-05Found a subtle bug caused by an implicit enum-to-bool conversion (of the Tent...Argyrios Kyrtzidis
2008-10-05Disambiguate between a declaration or an expression, in the 'for-init-stateme...Argyrios Kyrtzidis
2008-10-05Fix Parser::isCXXConditionDeclaration to properly resolve declarations.Argyrios Kyrtzidis
2008-10-05Disambiguate between a declaration or expression for the 'condition' part of ...Argyrios Kyrtzidis
2008-10-05Consider GNU attributes when doing ambiguity resolution.Argyrios Kyrtzidis
2008-10-05Resolve ambiguous C++ statements (C++ 6.8p1).Argyrios Kyrtzidis