aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX
AgeCommit message (Expand)Author
2012-11-28C++ core issue 1344, PR10618: promote "addition of default argument makes thisRichard Smith
2012-11-25Add a basic testcase for the "variable is not needed" warning and one thatRafael Espindola
2012-11-19When adding a NamedDecl to a correction, add the underlying Decl (viaKaelyn Uhrain
2012-11-16Take into account the zero sign bit for positive numbers when computing the bitRichard Trieu
2012-11-15Teach the uninitialized field warning about anonymous structs and union members.Nick Lewycky
2012-11-15Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o...Richard Trieu
2012-11-15Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, theRichard Smith
2012-11-14Improve -Wtautological-constant-out-of-range-compare by taking into accountRichard Trieu
2012-11-14In ExpressionEvaluationContextRecord manage LambdaMangle with a sharedArgyrios Kyrtzidis
2012-11-14Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie
2012-11-13For classes that have the warn_unused_result attribute, don't apply theKaelyn Uhrain
2012-11-13A couple of small fixes to r167783Kaelyn Uhrain
2012-11-12Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain
2012-11-12Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...Ted Kremenek
2012-11-09Don't crash on calling static member overloaded operator, PR14120Nico Weber
2012-11-08Fix a bug I found while preparing my devmtg talk: When passing NULL to aMatt Beaumont-Gay
2012-11-08PR14284: crash on ext-valid returning NULL from a void functionDavid Blaikie
2012-11-07PR12713 - crash on invalid due to unmatched parens in decltypeDavid Blaikie
2012-11-07PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith
2012-11-06Fix assertion failure with auto and nested initializer list; PR14272.Eli Friedman
2012-11-06Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han
2012-11-05Delete comment I forgot to delete in my last change.Nico Weber
2012-11-05Use Richard's BE_THE_HEADER trick to simplify a test. No intended behavior ch...Nico Weber
2012-11-02Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins
2012-11-02Change diagnostics for enums with fixed underlying type so in C++98 mode, we ...Eli Friedman
2012-11-01Fix an incorrect assert, the LHS can be an LValue.Rafael Espindola
2012-10-31Correctly reject gotos in function-level try blocks. PR14225.Eli Friedman
2012-10-30Update test case.Ted Kremenek
2012-10-29Partially roll back r166898; it exposed a bug in the standard.Richard Smith
2012-10-28Revert functional part of r166896 and just suppress -Wunneeded-internal-decla...Richard Smith
2012-10-28When determining whether to try evaluating the initializer of a variable, checkRichard Smith
2012-10-28In -Wunneeded-internal-declaration, suppress the warning for variables whichRichard Smith
2012-10-28Fix invalid jump scopes again. This time without trying to find out if anRafael Espindola
2012-10-28Add a testcase from the previous bootstrap problem.Rafael Espindola
2012-10-27Revert 166876 while I debug a bootstrap problem.Rafael Espindola
2012-10-27Reapply 166855 with an early exit on null QualTypes.Rafael Espindola
2012-10-27Add a reduced testcase of the last bootstrap failure.Rafael Espindola
2012-10-27Revert r166855. I can reproduce the bootstrap failure and have a testcaseRafael Espindola
2012-10-27Add a test case for the stack overflow in rdar://12542261Argyrios Kyrtzidis
2012-10-27Fix cases where we were not producing an error when a computed goto couldRafael Espindola
2012-10-26In Parser::ParseDecltypeSpecifier, make sure the end location it returnsArgyrios Kyrtzidis
2012-10-24PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclaratorRichard Smith
2012-10-24Fix false positive in -Wunused-variable when a ctor call make involve cleanups.David Blaikie
2012-10-24Update regression tests for r166617.Eli Friedman
2012-10-24Don't print scope qualifiers for references to a type defined locally in a fu...Eli Friedman
2012-10-24Add an additional test for namespaces and -Wmissing-variable-declarations. M...Eli Friedman
2012-10-24Add a test showing that nodebug is accepted in methods too. Patch byRafael Espindola
2012-10-23Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski.Eli Friedman
2012-10-23Fix -Wunused-value to not warn on expressions that have unresolved lookups dueMatt Beaumont-Gay
2012-10-23Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. TheseRichard Smith