index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
return.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
2013-03-28
Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...
Richard Smith
2011-06-30
Move test/Sema/return.cpp into test/SemaCXX/return.cpp
Hans Wennborg
2011-06-03
Make -Wignored-qualifiers point to the first ignored qualifier.
Hans Wennborg
2011-06-01
Even a return statement of an expression with a dependent type in a void
Nick Lewycky
2011-03-11
Fix PR9453 by not trying to print a warning about ignored qualifiers
Rafael Espindola
2011-03-01
When digging into a cv-qualified return type that is a pointer type to
Douglas Gregor
2011-02-28
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-23
Fix the behavior of -Wignored-qualifiers on return type qualifiers in
Chandler Carruth
2011-02-19
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2010-07-14
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
Chandler Carruth
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-01
When the return type of a function is dependent, don't perform any
Douglas Gregor
2009-07-22
Add warning for falling off the end of a function that should return a
Mike Stump