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