index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
BasicObjCFoundationChecks.cpp
Age
Commit message (
Expand
)
Author
2012-04-06
[analyzer] Check that the arguments to NSOrderedSet creation methods are vali...
Jordy Rose
2012-03-09
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2011-12-01
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-10-26
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-25
[analyzer] Simplify CheckerContext
Anna Zaks
2011-09-02
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-08-19
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
Anna Zaks
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
[analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separa...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-16
[analyzer] Place checking for Core Foundation "Create" rule into a proper API...
Ted Kremenek
2011-04-19
Make the VariadicMethodTypeChecker accept block pointers as Objective-C point...
Anders Carlsson
2011-04-12
Teach VariadicMethodTypeChecker to not crash when processing methods declared...
Ted Kremenek
2011-03-17
Teach VariadicMethodTypeChecker about pointers attributed as 'NSObject'.
Ted Kremenek
2011-03-17
Teach VariadicMethodTypeChecker that CF references are valid arguments to var...
Ted Kremenek
2011-03-16
VariadicMethodTypeChecker: don't warn for null pointer constants passed to va...
Ted Kremenek
2011-03-14
Tweak VariadicMethodTypeChecker to only create one ExplodedNode when issuing ...
Ted Kremenek
2011-03-13
Add an Objective-C checker that checks that arguments passed to some variadic...
Anders Carlsson
2011-03-08
Make 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-16
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
[analyzer] Use the new registration mechanism on the apple checkers:
Argyrios Kyrtzidis
2011-02-10
Split '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-23
Chris Lattner has strong opinions about directory
Ted Kremenek