summaryrefslogtreecommitdiffstats
path: root/lib/Sema/DelayedDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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