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
/
RedundantStringCStrCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] Remove duplicated getText implementation, NFC
Haojian Wu
2018-12-07
1
-11
/
+7
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Adapt clang-tidy checks to changing semantics of hasDeclaration.
Manuel Klimek
2017-08-02
1
-1
/
+2
*
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
Alexander Kornienko
2016-12-13
1
-3
/
+3
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-44
/
+31
*
[clang-tidy] Handle data() in readability-redundant-string-cstr
Malcolm Parsons
2016-11-03
1
-3
/
+5
*
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
1
-5
/
+4
*
[clang-tidy] Add more detection rules for redundant c_str calls.
Etienne Bergeron
2016-04-15
1
-2
/
+65
*
[clang-tidy] Add support for different char-types for the readability-redunda...
Etienne Bergeron
2016-03-24
1
-14
/
+14
*
[clang-tidy] Fix redundant-string-cstr check with msvc 14 headers.
Etienne Bergeron
2016-03-22
1
-19
/
+21
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-14
/
+16
*
Disable clang-tidy readability checkers when not compiling in C++ mode. None ...
Aaron Ballman
2015-09-02
1
-0
/
+5
*
Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...
Alexander Kornienko
2015-03-16
1
-0
/
+138