index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Core
/
AnalyzerOptions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Make shallow mode more shallow.
Anna Zaks
2013-01-30
1
-3
/
+38
*
[analyzer] Use analyzer config for max-inlinable-size option.
Anna Zaks
2013-01-30
1
-0
/
+6
*
[analyzer] Remove further references to analyzer-ipa.
Anna Zaks
2013-01-30
1
-2
/
+2
*
[analyzer] Add 'prune-paths' config option to disable path pruning.
Jordan Rose
2013-01-26
1
-0
/
+4
*
[analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths.
Jordan Rose
2013-01-26
1
-2
/
+2
*
[analyzer] Add "-analyzer-config mode=[deep|shallow] ".
Anna Zaks
2013-01-24
1
-2
/
+24
*
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-24
1
-1
/
+23
*
[analyzer] refactor: access IPAMode through the accessor.
Anna Zaks
2013-01-24
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
[analyzer] Implement "do not inline large functions many times"
Anna Zaks
2012-12-17
1
-0
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[analyzer] New option to not suppress null return paths if an argument is null.
Jordan Rose
2012-10-29
1
-0
/
+6
*
[analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.
Jordan Rose
2012-10-23
1
-0
/
+6
*
Silence -Wunused-value warning.
Ted Kremenek
2012-10-02
1
-0
/
+1
*
Refactor clients of AnalyzerOptions::getBooleanOption() to have
Ted Kremenek
2012-10-02
1
-25
/
+23
*
Tweak AnalyzerOptions::getOptionAsInteger() to populate the string
Ted Kremenek
2012-10-02
1
-15
/
+13
*
Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate
Ted Kremenek
2012-10-02
1
-3
/
+4
*
Have AnalyzerOptions::getBooleanOption() stick the matching config
Ted Kremenek
2012-10-01
1
-11
/
+14
*
[analyzer] Suppress bugs whose paths go through the return of a null pointer.
Jordan Rose
2012-09-22
1
-0
/
+8
*
Re-enable faux-bodies by default.
Ted Kremenek
2012-09-21
1
-1
/
+1
*
Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush ou...
NAKAMURA Takumi
2012-09-21
1
-1
/
+1
*
Flip "faux-bodies" in the analyzer on by default to flush out bugs.
Ted Kremenek
2012-09-21
1
-1
/
+1
*
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-21
1
-0
/
+4
*
Revert "[analyzer] Disable STL inlining. Blocked by PR13724."
Jordan Rose
2012-09-11
1
-1
/
+1
*
[analyzer] Disable STL inlining. Blocked by PR13724.
Anna Zaks
2012-09-11
1
-1
/
+1
*
[analyzer] Turn stl inlining back on.
Anna Zaks
2012-09-10
1
-1
/
+1
*
[analyzer] Add an option to enable/disable objc inlining.
Anna Zaks
2012-09-10
1
-3
/
+10
*
[analyzer] Add ipa-always-inline-size option (with 3 as the default).
Anna Zaks
2012-09-10
1
-0
/
+24
*
[analyzer] Make the defaults explicit for each of the new config options.
Jordan Rose
2012-09-10
1
-2
/
+2
*
[analyzer] For now, don't inline C++ standard library functions.
Jordan Rose
2012-09-10
1
-1
/
+31
*
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-09-05
1
-0
/
+4
*
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-31
1
-0
/
+48