aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema
AgeCommit message (Expand)Author
2012-06-07Ignore corrections to functions with bodies when deciding whichKaelyn Uhrain
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer
2012-06-07Attach fixits for CFBridgingRetain/Release outside any casts.Jordan Rose
2012-06-07Insert a space if necessary when suggesting CFBridgingRetain/Release.Jordan Rose
2012-06-06Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer
2012-06-06Introduce -Wunused-private-field. If enabled, this warning detectsDaniel Jasper
2012-06-05objective-c: merge deprecated/unavailable attributes toFariborz Jahanian
2012-06-04Teach format string checking about compile-time CFString constants.Jordan Rose
2012-06-04Teach printf/scanf about enums with fixed underlying types.Jordan Rose
2012-06-04Add a warning for when an array-to-pointer decay is performed on an arrayRichard Smith
2012-06-04objective-c: Handle more warning cases for whenFariborz Jahanian
2012-06-04Removing the lambda extension warning concerning single return statements, as...Aaron Ballman
2012-06-04When adding built-in operator candidates for overload resolutionDouglas Gregor
2012-06-03Improve fixit for comparison operator on lhs of bitwise operator.Nico Weber
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-02Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...Alexander Kornienko
2012-06-01Don't allow multiple correction candidates that have the same identifierKaelyn Uhrain
2012-06-01[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...Argyrios Kyrtzidis
2012-06-01Anonymous union members within a struct are now properly handled as an uneval...Aaron Ballman
2012-05-31In TypoCorrectionConsumer, BestResults to CorrectionResults to lessenKaelyn Uhrain
2012-05-31objc: properties of NSObject attribute mustFariborz Jahanian
2012-05-30Change wording of 'memcpy' type mismatch warning and remove fixit.Anna Zaks
2012-05-30Disable -Wunique-enum for anonymous enums.David Blaikie
2012-05-30objective-c: revert r157407. It broke a projectFariborz Jahanian
2012-05-30Remove some extra braces.Eric Christopher
2012-05-30Add new -Wunique-enum which will warn on enums which all elements have theRichard Trieu
2012-05-30Add fixits for memory access warnings.Anna Zaks
2012-05-29objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian
2012-05-28Fix PR12960 by not attempting to correct cases when we're not actually instan...David Blaikie
2012-05-27-Wdeprecated warning to include reference (as a note)Fariborz Jahanian
2012-05-27Use the SelectorSet typedef more widely throughout Sema.Benjamin Kramer
2012-05-26Change warning to error when property setter names conflict.Fariborz Jahanian
2012-05-26In response to some discussions on IRC, tweak the wording of the newRichard Smith
2012-05-26Fix indentation.David Blaikie
2012-05-26Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to aAlexander Kornienko
2012-05-25Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,Richard Smith
2012-05-24Some cleanups around the uninitialized variables warning, and a FIXME. No fun...Richard Smith
2012-05-24objective-c: warn on use of property settersFariborz Jahanian
2012-05-24Get rid of some non-ASCII en-dashes that crept in.Eli Friedman
2012-05-24Implement the C++11 discarded value expression rules for volatile lvalues. <...Eli Friedman
2012-05-24objective-c: Fixes a corner case and interesting bug.Fariborz Jahanian
2012-05-24DR1152 / PR12931 / PR6177: A candidate function which requires binding a constRichard Smith
2012-05-24Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...Eli Friedman
2012-05-24implement Sema support for the alloc_size attributeNuno Lopes
2012-05-23Correct the starting location for instantiations of field declarations whichRichard Smith
2012-05-22Recognize the MS inheritance attributes and turn them into attributesJohn McCall
2012-05-21Remove unused argument in my last patch.Fariborz Jahanian
2012-05-21objective-c: When default synthesizing readonly IBOutlet propertiesFariborz Jahanian