aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CocoaConventions.cpp
AgeCommit message (Expand)Author
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-08-10Add missing cctype includes.Joerg Sonnenberger
2012-03-17Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar...Jordy Rose
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-04Teach the static analyzer to not treat XPC types as CF types.Ted Kremenek
2011-12-15Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor
2011-10-01Tweak the interface for analyzing the CF conventions for a nameJohn McCall
2011-08-28Warn on missing [super finalize] calls.Nico Weber
2011-08-17Fix else style. No functionality change intended.Chad Rosier
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-16[analyzer] Per discussions with the Cocoa team, extend CF naming conventions ...Ted Kremenek
2011-07-16[analyzer] Place checking for Core Foundation "Create" rule into a proper API...Ted Kremenek
2011-07-06Teach the static analyzer's interpretation of Cocoa conventions toDouglas Gregor
2011-07-06Added a missing case label.Fariborz Jahanian
2011-06-16Finish 2 sentences.Francois Pichet
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-03-02Move some of the logic about classifying Objective-C methods intoJohn McCall
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2011-01-11[analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention...Argyrios Kyrtzidis
2010-12-23Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek
2010-12-22[analyzer] Refactoring: Move stuff into namespace 'GR'.Argyrios Kyrtzidis
2010-12-17Fix assertion failure in cocoa::deriveNamingConvention()Ted Kremenek
2010-12-17Move CocoaConventions.[h,cpp] from libCheckerTed Kremenek