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
/
utils
/
Matchers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] New checker performance-trivially-destructible-check
Anton Bikineev
2019-11-01
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...
Adam Balogh
2018-10-12
1
-0
/
+7
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
1
-0
/
+4
*
[clang-tidy] Revert Implement type-based check for gsl::owner
Jonas Toth
2017-09-12
1
-4
/
+0
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
1
-0
/
+4
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-4
/
+2
*
[clang-tidy] Fixes to modernize-use-emplace
Piotr Padlewski
2016-07-29
1
-2
/
+0
*
[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...
Felix Berger
2016-07-01
1
-0
/
+6
*
Remove ignoringImplicit from clang-tidy.
Cong Liu
2016-06-24
1
-5
/
+0
*
[clang-tidy] Add modernize-use-emplace
Piotr Padlewski
2016-06-21
1
-0
/
+2
*
[clang-tidy] Lift common matchers to utils namespace
Etienne Bergeron
2016-05-17
1
-0
/
+5
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-2
/
+2
*
[clang-tidy] Cleanup some ast-matchers and lift some to utils.
Etienne Bergeron
2016-04-21
1
-0
/
+12
*
Complete support for C++ Core Guidelines Type.6: Always initialize a member v...
Alexander Kornienko
2016-04-13
1
-0
/
+5
*
Replace the custom AST matcher for nothrow functions with the canonical AST m...
Aaron Ballman
2015-12-02
1
-16
/
+0
*
Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...
Aaron Ballman
2015-12-01
1
-0
/
+16
*
Make isExpensiveToCopy() tri-state.
Manuel Klimek
2015-10-23
1
-1
/
+3
*
Improved the misc-move-constructor-init check to identify arguments that are ...
Aaron Ballman
2015-10-06
1
-0
/
+28