aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema
AgeCommit message (Expand)Author
2012-11-14Accept and pass arguments to __unknown_anytype in argumentJohn McCall
2012-11-13Don't try to save the assigned value in a Objective-C property assignmentEli Friedman
2012-11-13For classes that have the warn_unused_result attribute, don't apply theKaelyn Uhrain
2012-11-13Copy the decls returned by DeclContext::lookup_result to aArgyrios Kyrtzidis
2012-11-13Fix some wrong-code bugs in implicitly-defined assignment operators:Richard Smith
2012-11-13A couple of small fixes to r167783Kaelyn Uhrain
2012-11-13When filtering the list of associated namespaces so that we don't suggest peopleNick Lewycky
2012-11-12Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain
2012-11-12Factor duplicated implicit memcpy call generation code out of copy/moveRichard Smith
2012-11-12Finish reverting r167761, it's causing test failures.Eric Christopher
2012-11-12Fix more try scoping bugs introduced by r167650.David Blaikie
2012-11-12Don't test for incomplete types.Bill Wendling
2012-11-12Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...Ted Kremenek
2012-11-12Check that the input size is correct for the given constraint.Bill Wendling
2012-11-10Rework my implementation of circular-reference finding to not useDouglas Gregor
2012-11-10Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek
2012-11-10Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek
2012-11-10Handle redeclarations of catch variables in catch blocks.David Blaikie
2012-11-10Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor
2012-11-10PR14296: function parameter name collisions in function try/catchDavid Blaikie
2012-11-09-Wobjc-literal-compare: look through implicit casts.Jordan Rose
2012-11-09PR13788: Don't perform checks on the initializer of a dependently-typedRichard Smith
2012-11-09Use isInvalidDecl() instead of isStatic() as suggested by dblaikie.Nico Weber
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-08Avoid to write function name in comment. Thanks to Dmitri Gribenko.Abramo Bagnara
2012-11-08Readded line removed by mistake.Abramo Bagnara
2012-11-08Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara
2012-11-08PR14284: crash on ext-valid returning NULL from a void functionDavid Blaikie
2012-11-07Reduce nesting. No functionality change.Nico Weber
2012-11-07When template deduction fails on a derived class, try a template deduction onRichard Trieu
2012-11-07PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith
2012-11-07Add missing check to warning for packed attribute. PR14259.Eli Friedman
2012-11-07PR13552: Fix the end location of a CXXNewExpr.David Blaikie
2012-11-06Fix assertion failure with auto and nested initializer list; PR14272.Eli Friedman
2012-11-04Put the usage-directive inside the nearest namespace or TU decl. We don't wantNick Lewycky
2012-11-03Address review comments for r167358: explicitly check for CK_BitCast instead ofDmitri Gribenko
2012-11-03Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249.Dmitri Gribenko
2012-11-01Update the front end to use minsize attributeQuentin Colombet
2012-10-31Correctly reject gotos in function-level try blocks. PR14225.Eli Friedman
2012-10-31Address Jordan's review: comments, spaces.Anna Zaks
2012-10-29Revert commit r166946Quentin Colombet
2012-10-29Partially roll back r166898; it exposed a bug in the standard.Richard Smith
2012-10-29Make forcesizeopt attribute available to the end userQuentin Colombet
2012-10-29-Warc-repeated-use-of-weak: allow single reads in loops from local variables.Jordan Rose
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-27Revert 166876 while I debug a bootstrap problem.Rafael Espindola