index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
return.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo-correction crash if a typo occurs within the operand of a
Richard Smith
2016-06-30
1
-1
/
+1
*
Remove an assert that's not true on invalid code.
Nico Weber
2015-01-04
1
-0
/
+8
*
Issue diagnostic when constructor or destructor
Fariborz Jahanian
2013-12-03
1
-0
/
+10
*
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
2013-03-28
1
-2
/
+1
*
Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...
Richard Smith
2013-03-28
1
-1
/
+24
*
Move test/Sema/return.cpp into test/SemaCXX/return.cpp
Hans Wennborg
2011-06-30
1
-0
/
+11
*
Make -Wignored-qualifiers point to the first ignored qualifier.
Hans Wennborg
2011-06-03
1
-0
/
+5
*
Even a return statement of an expression with a dependent type in a void
Nick Lewycky
2011-06-01
1
-0
/
+11
*
Fix PR9453 by not trying to print a warning about ignored qualifiers
Rafael Espindola
2011-03-11
1
-0
/
+4
*
When digging into a cv-qualified return type that is a pointer type to
Douglas Gregor
2011-03-01
1
-0
/
+8
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Fix the behavior of -Wignored-qualifiers on return type qualifiers in
Chandler Carruth
2011-02-23
1
-0
/
+15
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-1
/
+1
*
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
Chandler Carruth
2010-07-14
1
-1
/
+11
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When the return type of a function is dependent, don't perform any
Douglas Gregor
2009-10-01
1
-0
/
+13
*
Add warning for falling off the end of a function that should return a
Mike Stump
2009-07-22
1
-0
/
+5