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
/
TypeTraits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] New checker performance-trivially-destructible-check
Anton Bikineev
2019-11-01
1
-1
/
+15
*
[clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConst...
Haojian Wu
2019-08-28
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] ObjC ARC objects should not trigger performance-unnecessary-valu...
Ben Hamilton
2018-02-02
1
-1
/
+2
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-3
/
+3
*
[clang-tidy] Ignore incomplete types when determining whether they are expens...
Felix Berger
2016-11-04
1
-1
/
+1
*
Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...
Aaron Ballman
2016-10-04
1
-0
/
+5
*
[clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init wi...
Matthias Gehre
2016-09-28
1
-1
/
+3
*
[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...
Felix Berger
2016-07-01
1
-0
/
+12
*
[clang-tidy] Cleanups utils files
Etienne Bergeron
2016-05-16
1
-1
/
+2
*
[clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...
Felix Berger
2016-05-14
1
-2
/
+18
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-1
/
+3
*
Complete support for C++ Core Guidelines Type.6: Always initialize a member v...
Alexander Kornienko
2016-04-13
1
-0
/
+75
*
Make isExpensiveToCopy() tri-state.
Manuel Klimek
2015-10-23
1
-2
/
+4
*
Improved the misc-move-constructor-init check to identify arguments that are ...
Aaron Ballman
2015-10-06
1
-0
/
+34