aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/return.cpp
AgeCommit message (Expand)Author
2013-03-28For -Wignored-qualifiers, don't warn on qualifiers which we acquire via aRichard Smith
2013-03-28Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...Richard Smith
2011-06-30Move test/Sema/return.cpp into test/SemaCXX/return.cppHans Wennborg
2011-06-03Make -Wignored-qualifiers point to the first ignored qualifier.Hans Wennborg
2011-06-01Even a return statement of an expression with a dependent type in a voidNick Lewycky
2011-03-11Fix PR9453 by not trying to print a warning about ignored qualifiersRafael Espindola
2011-03-01When digging into a cv-qualified return type that is a pointer type toDouglas Gregor
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-23Fix the behavior of -Wignored-qualifiers on return type qualifiers inChandler Carruth
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2010-07-14Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-01When the return type of a function is dependent, don't perform anyDouglas Gregor
2009-07-22Add warning for falling off the end of a function that should return aMike Stump