summaryrefslogtreecommitdiff
path: root/lib/Sema/DelayedDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-291-3/+10
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-02-211-3/+5
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-2/+4
* [Sema] Delay partial availability diagnostics, just like deprecatedErik Pilkington2016-10-281-21/+12
* [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDeclErik Pilkington2016-08-051-9/+9
* Addressing review comments for r261163.Manman Ren2016-02-221-4/+0
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-171-0/+4
* Add -Wpartial-availability.Nico Weber2015-03-191-0/+2
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-161-1/+3
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-1/+1
* Squelch leak found by LSan by handling missing switch case.Jordan Rose2014-04-241-2/+3
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-2/+11
* objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian2012-09-211-0/+2
* objc: When issue diagnostic about deprecated method, alsoFariborz Jahanian2012-03-021-2/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Automatic Reference Counting.John McCall2011-06-151-0/+3
* Teach DelayedDiagnostic to copy its string, rather than hope that theDouglas Gregor2011-03-231-0/+51