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
/
Checkers
/
DeadStoresChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Add minimal support for fix-it hints.
Artem Dergachev
2019-09-06
1
-34
/
+57
*
[analyzer] Add a checker option to detect nested dead stores
Kristof Umann
2019-09-03
1
-9
/
+24
*
[analyzer] DeadStores: Update the crude suppression for files generated by IIG.
Artem Dergachev
2019-06-20
1
-1
/
+1
*
[analyzer] DeadStores: Add a crude suppression files generated by DriverKit IIG.
Artem Dergachev
2019-06-19
1
-0
/
+23
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-3
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
DeadStoresChecker: Don't warn about dead stores into volatile variables
Stephan Bergmann
2016-06-24
1
-0
/
+2
*
[analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambd...
Devin Coughlin
2015-11-20
1
-0
/
+27
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-22
/
+22
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-2
/
+2
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-7
/
+10
*
Teach DeadStoresChecker about attribute objc_precise_lifetime.
Ted Kremenek
2014-01-15
1
-3
/
+6
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-2
/
+2
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-3
/
+2
*
Remove unused, awkward CFGStmtVisitor and subclasses.
Jordan Rose
2013-05-15
1
-20
/
+17
*
[analyzer] Teach DeadStoreChecker to look though BO_Comma and disregard the LHS.
Anna Zaks
2013-04-25
1
-4
/
+10
*
Disable dead stores checker for template instantations. Fixes <rdar://proble...
Ted Kremenek
2013-02-18
1
-0
/
+9
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Trim #includes.
Ted Kremenek
2012-10-30
1
-8
/
+6
*
Tweak DeadStoresChecker to not warn about dead stores to variables that
Ted Kremenek
2012-09-06
1
-3
/
+55
*
Look through chains of 'x = y = z' when employing silencing heuristics in the...
Ted Kremenek
2012-04-04
1
-8
/
+30
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-3
/
+0
*
DeadStoresChecker: when whitelisting dead initializations with constants, look
Richard Smith
2011-12-06
1
-1
/
+1
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-3
/
+3
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-2
/
+2
*
Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...
Ted Kremenek
2011-10-07
1
-1
/
+1
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-8
/
+15
*
[analyzer] Replace calls to getNameAsString() with StringRef equivalents.
Jordy Rose
2011-08-21
1
-9
/
+8
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-17
/
+17
*
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-28
1
-32
/
+30
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-3
/
+3
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
[next]