summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/return.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo-correction crash if a typo occurs within the operand of aRichard Smith2016-06-301-1/+1
* Remove an assert that's not true on invalid code.Nico Weber2015-01-041-0/+8
* Issue diagnostic when constructor or destructorFariborz Jahanian2013-12-031-0/+10
* For -Wignored-qualifiers, don't warn on qualifiers which we acquire via aRichard Smith2013-03-281-2/+1
* Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...Richard Smith2013-03-281-1/+24
* Move test/Sema/return.cpp into test/SemaCXX/return.cppHans Wennborg2011-06-301-0/+11
* Make -Wignored-qualifiers point to the first ignored qualifier.Hans Wennborg2011-06-031-0/+5
* Even a return statement of an expression with a dependent type in a voidNick Lewycky2011-06-011-0/+11
* Fix PR9453 by not trying to print a warning about ignored qualifiersRafael Espindola2011-03-111-0/+4
* When digging into a cv-qualified return type that is a pointer type toDouglas Gregor2011-03-011-0/+8
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Fix the behavior of -Wignored-qualifiers on return type qualifiers inChandler Carruth2011-02-231-0/+15
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-141-1/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When the return type of a function is dependent, don't perform anyDouglas Gregor2009-10-011-0/+13
* Add warning for falling off the end of a function that should return aMike Stump2009-07-221-0/+5
OpenPOWER on IntegriCloud