aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
AgeCommit message (Expand)Author
2011-04-12Teach VariadicMethodTypeChecker to not crash when processing methods declared...Ted Kremenek
2011-03-17Teach VariadicMethodTypeChecker about pointers attributed as 'NSObject'.Ted Kremenek
2011-03-17Teach VariadicMethodTypeChecker that CF references are valid arguments to var...Ted Kremenek
2011-03-16VariadicMethodTypeChecker: don't warn for null pointer constants passed to va...Ted Kremenek
2011-03-14Tweak VariadicMethodTypeChecker to only create one ExplodedNode when issuing ...Ted Kremenek
2011-03-13Add an Objective-C checker that checks that arguments passed to some variadic...Anders Carlsson
2011-03-08Make the Objective-C checker look for subclasses of NSString instead of just ...Anders Carlsson
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis
2011-02-28[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused ...Argyrios Kyrtzidis
2011-02-23[analyzer] Migrate to CheckerV2:Argyrios Kyrtzidis
2011-02-23[analyzer] Migrate the BasicObjCFoundationChecks to CheckerV2:Argyrios Kyrtzidis
2011-02-17[analyzer] Pass CheckerManager to the registration functions.Argyrios Kyrtzidis
2011-02-16Makes most methods in SVals.h conform to the naming guide. ReviewedZhanyong Wan
2011-02-16[analyzer] Use the new registration mechanism on the apple checkers:Argyrios Kyrtzidis
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek
2011-01-25[analyzer] Introduce ObjCMessage which represents both explicit ObjC message ...Argyrios Kyrtzidis
2011-01-25[analyzer] Simplify GetReceiverType function in BasicObjCFoundationChecks.cpp...Argyrios Kyrtzidis
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek