index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
StaticAnalyzer
/
Core
/
AnalyzerOptions.h
Age
Commit message (
Expand
)
Author
2013-03-06
[analyzer] IDC: Add config option; perform the idc check on first “null nod...
Anna Zaks
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-01-30
[analyzer] Make shallow mode more shallow.
Anna Zaks
2013-01-30
[analyzer] Use analyzer config for max-inlinable-size option.
Anna Zaks
2013-01-26
[analyzer] Add 'prune-paths' config option to disable path pruning.
Jordan Rose
2013-01-26
[analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths.
Jordan Rose
2013-01-24
[analyzer] Fixup for r173385 and r173386 - initialize the members.
Anna Zaks
2013-01-24
[analyzer] Add "-analyzer-config mode=[deep|shallow] ".
Anna Zaks
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-24
[analyzer] refactor: access IPAMode through the accessor.
Anna Zaks
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-08
[analyzer] Bump down the max size of functions being analyzed.
Anna Zaks
2012-12-17
[analyzer] Implement "do not inline large functions many times"
Anna Zaks
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-10-29
[analyzer] New option to not suppress null return paths if an argument is null.
Jordan Rose
2012-10-23
[analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.
Jordan Rose
2012-10-02
Refactor clients of AnalyzerOptions::getBooleanOption() to have
Ted Kremenek
2012-10-02
Tweak AnalyzerOptions::getOptionAsInteger() to populate the string
Ted Kremenek
2012-10-02
Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate
Ted Kremenek
2012-10-01
Have AnalyzerOptions::getBooleanOption() stick the matching config
Ted Kremenek
2012-09-22
[analyzer] Suppress bugs whose paths go through the return of a null pointer.
Jordan Rose
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-10
[analyzer] Add an option to enable/disable objc inlining.
Anna Zaks
2012-09-10
[analyzer] Add ipa-always-inline-size option (with 3 as the default).
Anna Zaks
2012-09-10
[analyzer] Make the defaults explicit for each of the new config options.
Jordan Rose
2012-09-10
[analyzer] For now, don't inline C++ standard library functions.
Jordan Rose
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-08-31
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-31
Make AnalyzerOptions a shared object between CompilerInvocation and
Ted Kremenek
2012-08-31
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
Ted Kremenek