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
Commit message (
Expand
)
Author
Age
Files
Lines
*
-Wc++98-compat: warn on C++11 attributes and alignas.
Richard Smith
2011-10-14
1
-1
/
+4
*
Test for r141985.
Richard Smith
2011-10-14
1
-0
/
+10
*
Don't try to diagnose anything when we're passing incomplete types
Douglas Gregor
2011-10-14
1
-1
/
+0
*
Only warn in -Wliteral-conversion if the conversion loses information
Matt Beaumont-Gay
2011-10-14
1
-10
/
+5
*
Revert the -Wc++98-compat flag because dgregor doesn't like it.
Jeffrey Yasskin
2011-10-14
1
-10
/
+0
*
Fix a test case where FileCheck is used to test code corrected by -fixit.
Richard Trieu
2011-10-13
1
-1
/
+1
*
Convert newly-added test from -std=c++0x to -std=c++11.
Richard Smith
2011-10-13
1
-1
/
+1
*
Extend -Wno-sizeof-array-argument to strncpy and friends.
Nico Weber
2011-10-13
1
-0
/
+25
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
79
-79
/
+79
*
Implement the first piece of a -Wc++98-compat flag so that people can build in
Jeffrey Yasskin
2011-10-13
1
-0
/
+10
*
Allow calling an overloaded function set by taking the address of the
Douglas Gregor
2011-10-13
2
-1
/
+11
*
Switch diagnostic text from "C++0x" over to "C++11".
Douglas Gregor
2011-10-12
9
-21
/
+21
*
Teach __has_nothrow_assign not to complain about access (GCC and EDG
Douglas Gregor
2011-10-12
1
-0
/
+34
*
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-10-11
8
-50
/
+51
*
Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in
Richard Smith
2011-10-11
1
-1
/
+1
*
Add more testing for -Wc++0x-compat warnings.
Richard Smith
2011-10-11
1
-0
/
+24
*
Add an explanatory comment to test/SemaCXX/typo-correction.cpp
Kaelyn Uhrain
2011-10-11
1
-2
/
+8
*
[Microsoft] If -fms-compatibility, then downgrade missing typename error to w...
Francois Pichet
2011-10-11
1
-2
/
+2
*
Add typo correction for type names.
Kaelyn Uhrain
2011-10-11
2
-4
/
+33
*
Only accept a typo correction if it doesn't trigger additional errors
Kaelyn Uhrain
2011-10-11
1
-1
/
+4
*
Extend lvalue evaluation in ExprConstant.cpp to handle CK_LValueBitCast (whic...
Eli Friedman
2011-10-11
1
-0
/
+4
*
When performing a user-defined conversion via a constructor, be sure
Douglas Gregor
2011-10-10
1
-0
/
+15
*
Don't suggest 'noreturn' for function template instantiations, because
Douglas Gregor
2011-10-10
1
-6
/
+26
*
Give nicer note when a member redeclaration has or lacks 'const'
Kaelyn Uhrain
2011-10-10
2
-4
/
+17
*
Don't analyze comparisons in type- or value-dependent
Douglas Gregor
2011-10-10
1
-1
/
+23
*
Parse the initializer for a class member after handling its
Douglas Gregor
2011-10-10
1
-0
/
+4
*
Push "out-of-line" declarations into scope when their lexical/semantic
Douglas Gregor
2011-10-09
1
-0
/
+13
*
Only allow taking the address of an expression of type 'overloaded
Douglas Gregor
2011-10-09
1
-0
/
+11
*
Diagnose attempts to declare a non-static data member with a
Douglas Gregor
2011-10-09
1
-0
/
+5
*
constexpr functions are implicitly const. More tests to follow.
Richard Smith
2011-09-30
1
-1
/
+1
*
Suggest adding 'constexpr' if the GNU extension for in-class initializers for...
Richard Smith
2011-09-30
1
-2
/
+2
*
Mark the ExtWarn for in-class initialization of static const float members as...
Richard Smith
2011-09-29
2
-4
/
+4
*
PR11040: CheckICE should not allow an lvalue bitcast as part of an integer co...
Eli Friedman
2011-09-29
1
-1
/
+3
*
In C++0x, static const volatile data members cannot be initialized in-class.
Richard Smith
2011-09-29
2
-0
/
+29
*
constexpr: semantic checking for constexpr variables.
Richard Smith
2011-09-29
1
-2
/
+2
*
c - Enumerators may inherit the deprecated/unavailable
Fariborz Jahanian
2011-09-29
1
-2
/
+2
*
Add support for alignment-specifiers in C1X and C++11, remove
Peter Collingbourne
2011-09-29
1
-6
/
+6
*
Move test, so it actually tests what it is supposed to (given that we don't h...
Eli Friedman
2011-09-27
1
-8
/
+0
*
Revert r140589. It was causing failures during llvm compilation:
Bill Wendling
2011-09-27
1
-8
/
+4
*
PR11009: Fix a FIXME which was leading to an assertion failure with rvalue re...
Eli Friedman
2011-09-27
1
-0
/
+8
*
Add typo correction for the type name in C++ "new" statements
Kaelyn Uhrain
2011-09-27
1
-4
/
+8
*
Fix regression of -Warray-bounds involving varargs functions [PR 11007].
Ted Kremenek
2011-09-26
1
-0
/
+9
*
Move string literal to bool conversion into its own warning flag -Wstring-con...
Richard Trieu
2011-09-26
2
-16
/
+18
*
Correctly parse braced member initializers (even in delayed parsing) and corr...
Sebastian Redl
2011-09-24
2
-21
/
+34
*
Fix the expected error for narrowing conversions in generalized-initializers....
Sebastian Redl
2011-09-24
1
-2
/
+2
*
[microsoft] In Microsoft mode, if we are inside a template class member funct...
Francois Pichet
2011-09-24
1
-0
/
+22
*
Add a new warning to -Wliteral-conversion to catch cases where a string literal
Richard Trieu
2011-09-23
1
-0
/
+16
*
When checking for weak vtables, check whether the actual definition of
Douglas Gregor
2011-09-23
1
-0
/
+27
*
[microsoft] Move missing typename warning from -fms-extensions to -fms-compat...
Francois Pichet
2011-09-21
2
-34
/
+44
*
Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...
Francois Pichet
2011-09-20
2
-20
/
+20
[next]