aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/CocoaConventions.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-11/+8
2011-07-16[analyzer] Per discussions with the Cocoa team, extend CF naming conventions ...Ted Kremenek1-2/+41
2011-07-16[analyzer] Place checking for Core Foundation "Create" rule into a proper API...Ted Kremenek1-6/+11
2011-07-06Teach the static analyzer's interpretation of Cocoa conventions toDouglas Gregor1-2/+4
2011-07-06Added a missing case label.Fariborz Jahanian1-0/+1
2011-06-16Finish 2 sentences.Francois Pichet1-1/+1
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor1-0/+1
2011-03-02Move some of the logic about classifying Objective-C methods intoJohn McCall1-74/+18
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall1-1/+1
2011-01-11[analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention...Argyrios Kyrtzidis1-1/+6
2010-12-23Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek1-1/+1
2010-12-22[analyzer] Refactoring: Move stuff into namespace 'GR'.Argyrios Kyrtzidis1-0/+1
2010-12-17Fix assertion failure in cocoa::deriveNamingConvention()Ted Kremenek1-4/+6
2010-12-17Move CocoaConventions.[h,cpp] from libCheckerTed Kremenek1-0/+172