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
/
cppcoreguidelines
/
CppCoreGuidelinesTidyModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the misc-init-local-variables check.
Aaron Ballman
2019-10-02
1
-0
/
+3
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
[clang-tidy] added cppcoreguidelines-explicit-virtual-functions
Jonas Toth
2019-02-28
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] Avoid C arrays check
Roman Lebedev
2018-11-14
1
-0
/
+3
*
[clang-tidy] implement cppcoreguidelines macro rules
Jonas Toth
2018-10-22
1
-0
/
+3
*
[clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...
Roman Lebedev
2018-10-18
1
-0
/
+13
*
[clang-tidy] NFC reorder registering in CppCoreGuidelines module
Jonas Toth
2018-10-03
1
-2
/
+2
*
Add a new check to the readability module that flags uses of "magic numbers" ...
Aaron Ballman
2018-08-12
1
-0
/
+3
*
[clang-tidy] new cppcoreguidelines-narrowing-conversions check.
Clement Courbet
2018-05-23
1
-0
/
+3
*
[clang-tidy] implement check for goto
Jonas Toth
2018-01-17
1
-0
/
+3
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
1
-0
/
+3
*
[clang-tidy] Revert Implement type-based check for gsl::owner
Jonas Toth
2017-09-12
1
-3
/
+0
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
1
-0
/
+3
*
[Clang-tidy] check for malloc, realloc and free calls
Alexander Kornienko
2016-12-13
1
-0
/
+2
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-3
/
+2
*
[clang-tidy] add check cppcoreguidelines-special-member-functions
Jonathan Coe
2016-07-30
1
-0
/
+3
*
Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""
Clement Courbet
2016-07-22
1
-0
/
+3
*
Revert "[clang-tidy] new cppcoreguidelines-slicing"
Clement Courbet
2016-07-22
1
-3
/
+0
*
[clang-tidy] new cppcoreguidelines-slicing
Clement Courbet
2016-07-22
1
-0
/
+3
*
[clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...
Gabor Horvath
2016-05-04
1
-2
/
+2
*
[clang-tidy] cppcoreguidelines-interfaces-global-init
Alexander Kornienko
2016-04-08
1
-0
/
+3
*
[clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.
Felix Berger
2016-02-15
1
-0
/
+3
*
[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Matthias Gehre
2015-12-13
1
-0
/
+3
*
Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant...
NAKAMURA Takumi
2015-11-18
1
-3
/
+0
*
[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
Matthias Gehre
2015-11-17
1
-0
/
+3
*
[clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre
2015-11-08
1
-0
/
+3
*
[clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decay
Matthias Gehre
2015-10-26
1
-0
/
+3
*
[clang-tidy] add check cppcoreguidelines-pro-type-vararg
Matthias Gehre
2015-10-21
1
-3
/
+3
*
[clang-tidy] add check cppcoreguidelines-pro-type-union-access
Matthias Gehre
2015-10-16
1
-0
/
+3
*
[clang-tidy] add cert's VariadicFunctionDefCheck as cppcoreguidelines-pro-typ...
Matthias Gehre
2015-10-15
1
-0
/
+3
*
Expose the clang-tidy misc-assign-operator-signature checker as cppcoreguidel...
Aaron Ballman
2015-10-13
1
-0
/
+3
*
[clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre
2015-10-12
1
-0
/
+3
*
[clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre
2015-10-12
1
-0
/
+3
*
Test commit
Matthias Gehre
2015-10-11
1
-0
/
+1
*
Add checker for the C++ Core Guidelines: cppcoreguidelines-pro-type-const-cast.
Aaron Ballman
2015-10-07
1
-0
/
+3
*
Add a new module for the C++ Core Guidelines, and the first checker for those...
Aaron Ballman
2015-10-06
1
-0
/
+38