aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema
AgeCommit message (Expand)Author
2012-05-12Only check NSArray/NSDictionary boxing method params once.Jordy Rose
2012-05-1280-col violations and minor reformatting. No functionality change.Jordy Rose
2012-05-12Clean up ObjC boxing method checks by reducing duplicated code.Jordy Rose
2012-05-12Remove unused variable. Thanks to Dmitri Gribenko for noticing it.Rafael Espindola
2012-05-12Don't crash on boxed strings when +stringWithUTF8String: is missing.Jordy Rose
2012-05-11Teach the parser to deal with multiple spellings for the sameDouglas Gregor
2012-05-11Make sure that we recognize __attribute__((align)) as a synonym forDouglas Gregor
2012-05-11When diagnosing inaccessible temporary destructors in decltype expressions, useRichard Smith
2012-05-11Merge branch 'format-string-braced-init'Matt Beaumont-Gay
2012-05-11PR11857: When the wrong number of arguments are provided for a functionRichard Smith
2012-05-11Fix a recent regression with the merging of format attributes.Rafael Espindola
2012-05-10Warn about visibility attributes in typedefs.Rafael Espindola
2012-05-10Fix an old (2009) FIXME:Rafael Espindola
2012-05-09objective-c. Fixes a 'fixit' where location ofFariborz Jahanian
2012-05-09Pull some cases of initialization with self-reference warnings out ofRichard Trieu
2012-05-09[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis
2012-05-09Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may...Ted Kremenek
2012-05-09A little tweak to the SFINAE condition reporting. Don't say:Richard Smith
2012-05-09Update the SelfReferenceChecker. Refactored some of the visitor methods.Richard Trieu
2012-05-08Bind cleanups after doing l2r conversion on the operand of aJohn McCall
2012-05-08Fixes a typo. note_xxx not not_xxx.Fariborz Jahanian
2012-05-08Clean up SemaDeclAttr for high-warnings build.Jordy Rose
2012-05-08Add missing 'y'.Rafael Espindola
2012-05-07Process attributes in the order they appear in the source code. This make clangRafael Espindola
2012-05-07When we suppress an error due to SFINAE, stash the diagnostic away with theRichard Smith
2012-05-07Change how we suppress access control in explicit instantiationsJohn McCall
2012-05-07There is no reason for these methods to be out-of-line.John McCall
2012-05-07Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall
2012-05-07A union can have a constexpr defaulted default constructor, if it has anRichard Smith
2012-05-07Detecting illegal instantiations of abstract types when using a function-styl...Aaron Ballman
2012-05-06Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is importantRafael Espindola
2012-05-05Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa...Argyrios Kyrtzidis
2012-05-04Move Sema::VerifyIntegerConstantExpression() andDouglas Gregor
2012-05-04Inhibit ObjC format warning only in system headers (NSLocalizedString).Jean-Daniel Dupas
2012-05-04IsTailPaddedMemberArray uses a FieldDecl'sSean Callanan
2012-05-04Move Sema::RequireNonAbstractType() off of PartialDiagnostic.Douglas Gregor
2012-05-04Switch RequireLiteralType() off of PartialDiagnostic.Douglas Gregor
2012-05-04Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor
2012-05-04Thread safety analysis: check for LOCKABLE attribute on base classes.DeLesley Hutchins
2012-05-04Fix handling of wint_t - we can't assume wint_t is purely an integer promotio...James Molloy
2012-05-04Skip checking for infinite for-loops if there are global or static variablesRichard Trieu
2012-05-03Add support for full-width 128-bit integer literals.Stephen Canon
2012-05-03Do not keep track of the set of visited Objective-C containers whenDouglas Gregor
2012-05-03Disable -Wformat-extra-args for arguments defined in system headers.Bob Wilson
2012-05-03Silence unused-variable warning when assertions are disabled.Kaelyn Uhrain
2012-05-03Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith
2012-05-03objective-c: warn for properties being default synthesizedFariborz Jahanian
2012-05-03Fix a note without a SourceLocation.Richard Trieu
2012-05-02Revert most of r154844, which was disabled in r155975. Keep around theRichard Smith
2012-05-02Thread safety analysis: additional support for smart pointers in lock express...DeLesley Hutchins