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
/
Frontend
Age
Commit message (
Expand
)
Author
2011-08-17
Fix typo.
Jordy Rose
2011-08-17
[analyzer] Add a warning for an incompatible plugin version.
Jordy Rose
2011-08-17
Silence compiler warnings by casting object pointers to function pointers via...
Benjamin Kramer
2011-08-17
[analyzer] Add basic support for pluggable checkers.
Jordy Rose
2011-08-16
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-19
Teach static analyzer to analyze Objective-C methods in category implementati...
Ted Kremenek
2011-05-05
Add Checker callback for running a checker at the end of processing an entire...
Ted Kremenek
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-29
[analyzer] For -analyzer-checker-help show all the info about groups, package...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused ...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Run the ExprEngine depending on the CheckerManager having path-sen...
Argyrios Kyrtzidis
2011-02-28
[analyzer] The current UninitializedValuesChecker will go away, remove '-warn...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Introduce "event" mechanism in CheckerManager.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Run AST checkers for ObjCMethodDecls.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove '-analyzer-experimental-checks' flag.
Argyrios Kyrtzidis
2011-02-25
Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-23
[analyzer] Add LangOptions in CheckerManager.
Argyrios Kyrtzidis
2011-02-20
Correct name of dependent target.
Oscar Fuentes
2011-02-19
Fix some add_dependencies.
Oscar Fuentes
2011-02-17
[analyzer] Use the new registration mechanism for the debugging info "checks".
Argyrios Kyrtzidis
2011-02-17
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
[analyzer]
Argyrios Kyrtzidis
2011-02-17
When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow ...
Argyrios Kyrtzidis
2011-02-16
[analyzer] Use the new registration mechanism on the apple checkers:
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
Argyrios Kyrtzidis
2011-02-15
[analyzer] Remove ObjCSelfInitCheck from AnalyzerOptions.
Argyrios Kyrtzidis
2011-02-15
Fix the clang-wpa example.
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on some of the internal checks....
Argyrios Kyrtzidis
2011-02-14
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-14
[analyzer] Remove ManagerRegistry which is not used. In the future we may loa...
Argyrios Kyrtzidis
2011-02-14
[analyzer] Move include/clang/StaticAnalyzer/AnalysisConsumer.h -> lib/Static...
Argyrios Kyrtzidis
2011-02-14
[analyzer] Move Checkers/FrontendActions.cpp -> Frontend/FrontendActions.cpp
Argyrios Kyrtzidis
2011-02-14
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis