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
/
ObjCSuperDeallocChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-4
/
+5
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...
Kristof Umann
2019-08-13
1
-6
/
+5
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-3
/
+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
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-4
/
+3
*
[analyzer] Do not run visitors until the fixpoint, run only once.
George Karpenkov
2018-06-26
1
-3
/
+1
*
[clang] Remove redundant return [NFC]
Mandeep Singh Grang
2017-11-13
1
-2
/
+0
*
Migrate PathDiagnosticPiece to std::shared_ptr
David Blaikie
2017-01-05
1
-9
/
+9
*
[analyzer] Fix capitalization in ObjCSuperDealloc checker diagnostic.
Devin Coughlin
2016-11-01
1
-1
/
+1
*
Move class into anonymous namespace. NFC.
Benjamin Kramer
2016-03-04
1
-0
/
+2
*
[analyzer] Fix capitalization in ObjCSuperDeallocChecker diagnostic.
Devin Coughlin
2016-03-02
1
-1
/
+1
*
[analyzer] Prune some incorrect \param doc comment annotations.
Devin Coughlin
2016-02-26
1
-3
/
+3
*
[analyzer] Shorten ObjcSuperDeallocChecker diagnostics.
Devin Coughlin
2016-02-26
1
-2
/
+2
*
[analyzer] Fix a memory error in r261935 caught by the Windows bots.
Devin Coughlin
2016-02-26
1
-2
/
+2
*
[analyzer] Warn on use of 'self' after call to to [super dealloc].
Devin Coughlin
2016-02-25
1
-24
/
+119
*
[analyzer] Detect duplicate [super dealloc] calls
Devin Coughlin
2016-02-22
1
-0
/
+197