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
/
clang-tidy
/
readability
/
RedundantSmartptrGetCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...
Florian Gross
2019-05-02
1
-13
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-get
Miklos Vajna
2018-10-21
1
-0
/
+8
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[clang-tidy] Expand readability-redundant-smartptr-get to understand implicit...
Samuel Benzaquen
2018-01-15
1
-5
/
+14
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-2
/
+2
*
[clang-tidy] make readability-redundant-smartptr-get report get() usage in co...
Kirill Bobyrev
2016-09-26
1
-11
/
+18
*
Revert r282382; it had no reference to Revision.
Kirill Bobyrev
2016-09-26
1
-18
/
+11
*
[clang-tidy] make readability-redundant-smartptr-get report get() usage in co...
Kirill Bobyrev
2016-09-26
1
-11
/
+18
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-1
/
+1
*
Apply performance-unnecessary-value-param to clang-tidy.
Benjamin Kramer
2016-06-15
1
-1
/
+1
*
[clang-tidy] Match the type against the get() method we are calling,
Samuel Benzaquen
2016-02-17
1
-5
/
+5
*
[clang-tidy] Use proper capitalization and punctuation for diagnostic messages.
Alexander Kornienko
2016-01-08
1
-1
/
+1
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-14
/
+17
*
Disable clang-tidy readability checkers when not compiling in C++ mode. None ...
Aaron Ballman
2015-09-02
1
-0
/
+5
*
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...
Alexander Kornienko
2015-03-09
1
-0
/
+123