summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CocoaConventions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-16/+16
* [analyzer] Teach RetainCountChecker about CoreMedia APIsDevin Coughlin2017-11-251-3/+10
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-191-1/+1
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-3/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+2
* Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar...Jordy Rose2012-03-171-40/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-3/+0
* Teach the static analyzer to not treat XPC types as CF types.Ted Kremenek2012-01-041-1/+3
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-1/+1
* Tweak the interface for analyzing the CF conventions for a nameJohn McCall2011-10-011-1/+11
* Warn on missing [super finalize] calls.Nico Weber2011-08-281-0/+1
* Fix else style. No functionality change intended.Chad Rosier2011-08-171-2/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-11/+8
* [analyzer] Per discussions with the Cocoa team, extend CF naming conventions ...Ted Kremenek2011-07-161-2/+41
* [analyzer] Place checking for Core Foundation "Create" rule into a proper API...Ted Kremenek2011-07-161-6/+11
* Teach the static analyzer's interpretation of Cocoa conventions toDouglas Gregor2011-07-061-2/+4
* Added a missing case label.Fariborz Jahanian2011-07-061-0/+1
* Finish 2 sentences.Francois Pichet2011-06-161-1/+1
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+1
* Move some of the logic about classifying Objective-C methods intoJohn McCall2011-03-021-74/+18
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+1
* [analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention...Argyrios Kyrtzidis2011-01-111-1/+6
* Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek2010-12-231-1/+1
* [analyzer] Refactoring: Move stuff into namespace 'GR'.Argyrios Kyrtzidis2010-12-221-0/+1
* Fix assertion failure in cocoa::deriveNamingConvention()Ted Kremenek2010-12-171-4/+6
* Move CocoaConventions.[h,cpp] from libCheckerTed Kremenek2010-12-171-0/+172
OpenPOWER on IntegriCloud