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