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-tools-extra
/
test
/
clang-tidy
/
redundant-smartptr-get.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
1
-129
/
+0
*
Fixed compilation errors in tests, enforce checking for errors in check_clang...
Alexander Kornienko
2014-07-12
1
-2
/
+4
*
Modify the tests to use FileCheck -implicit-check-not option being proposed i...
Alexander Kornienko
2014-07-11
1
-4
/
+0
*
Removed the "-fix" suffix from tests that verify both fixes and messages.
Alexander Kornienko
2014-07-09
1
-0
/
+131
*
Check messages and fixes in the same test.
Alexander Kornienko
2014-07-09
1
-107
/
+0
*
Never filter-out compile errors in clang-tidy, display them as errors.
Alexander Kornienko
2014-06-02
1
-2
/
+3
*
Print stats on displayed and ignored warnings.
Alexander Kornienko
2014-05-07
1
-1
/
+1
*
Do not touch get() calls on 'this' object.
Samuel Benzaquen
2014-04-29
1
-0
/
+10
*
test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.
NAKAMURA Takumi
2014-04-10
1
-0
/
+1
*
Inject unique_ptr/shared_ptr into the test instead of using <memory>
Samuel Benzaquen
2014-04-09
1
-1
/
+17
*
Extend the check to detect patterns like 'ptr.get() == nullptr'
Samuel Benzaquen
2014-04-09
1
-16
/
+15
*
Add clang-tidy check to remove redundant .get() calls on smart pointers.
Samuel Benzaquen
2014-03-27
1
-0
/
+80