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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] implement cppcoreguidelines macro rules
Jonas Toth
2018-10-22
4
-0
/
+147
*
[clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...
Roman Lebedev
2018-10-18
1
-0
/
+13
*
[clang-tidy] NFC refactor lexer-utils to be usable without ASTContext
Jonas Toth
2018-10-05
1
-2
/
+4
*
[clang-tidy] NFC reorder registering in CppCoreGuidelines module
Jonas Toth
2018-10-03
1
-2
/
+2
*
[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...
Eugene Zelenko
2018-09-20
1
-1
/
+1
*
Adding the readability module to the list of dependencies for the C++ Core Gu...
Aaron Ballman
2018-08-12
1
-0
/
+1
*
Add a new check to the readability module that flags uses of "magic numbers" ...
Aaron Ballman
2018-08-12
1
-0
/
+3
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
3
-3
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
6
-28
/
+28
*
[clang-tidy] fix PR36489 - respect deduced pointer types from auto as well
Jonas Toth
2018-07-23
1
-2
/
+6
*
[clang-tidy] new cppcoreguidelines-narrowing-conversions check.
Clement Courbet
2018-05-23
4
-0
/
+111
*
[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...
Benjamin Kramer
2018-02-18
2
-0
/
+4
*
Removed Unicode BOM.
Alexander Kornienko
2018-01-25
1
-1
/
+1
*
[clang-tidy] Handle bitfields in cppcoreguidelines-pro-type-member-init if us...
Malcolm Parsons
2018-01-23
1
-2
/
+3
*
[clang-tidy] implement check for goto
Jonas Toth
2018-01-17
4
-0
/
+95
*
[clang-tidy] introduce legacy resource functions to 'cppcoreguidelines-owning...
Jonas Toth
2017-10-18
2
-4
/
+91
*
[clang-tidy] Emit note for variable declaration that are later deleted
Jonas Toth
2017-10-04
1
-4
/
+14
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
4
-0
/
+364
*
[clang-tidy] Revert Implement type-based check for gsl::owner
Jonas Toth
2017-09-12
4
-363
/
+0
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
4
-0
/
+363
*
[cppcoreguidelines] Don't rely on SmallPtrSet iteration order.
Benjamin Kramer
2017-08-30
1
-15
/
+14
*
[clang-tidy] test commit for granted access
Jonas Toth
2017-08-30
1
-1
/
+1
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
1
-1
/
+1
*
[clang-tidy] Resolve cppcoreguidelines-pro-type-member-init false positive
Jonas Devlieghere
2017-07-03
1
-0
/
+3
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-3
/
+3
*
Reverting r298421 due to using a header that's unavailable to all systems and...
Aaron Ballman
2017-03-22
1
-23
/
+4
*
Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.
Benjamin Kramer
2017-03-21
1
-1
/
+1
*
Don't make unqualified calls to functions that could well be found via
Chandler Carruth
2017-03-21
1
-2
/
+2
*
Prevent cppcoreguidelines-pro-bounds-array-to-pointer-decay from diagnosing a...
Aaron Ballman
2017-03-21
1
-4
/
+23
*
Add the 'AllowSoleDefaultDtor' and 'AllowMissingMoveFunctions' options to the...
Aaron Ballman
2017-03-13
2
-31
/
+92
*
[clang-tidy] Function names configurable for cppcoreguidelines-nomalloc - che...
Alexander Kornienko
2017-03-02
2
-9
/
+47
*
[clang-tidy] getPreviousNonCommentToken -> getPreviousToken
Alexander Kornienko
2017-02-06
1
-2
/
+2
*
[clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytes
Clement Courbet
2016-12-22
1
-2
/
+3
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
2
-4
/
+3
*
[Clang-tidy] check for malloc, realloc and free calls
Alexander Kornienko
2016-12-13
4
-0
/
+109
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
10
-28
/
+29
*
[clang-tidy] Handle bitfields in cppcoreguidelines-pro-type-member-init
Malcolm Parsons
2016-11-01
1
-2
/
+4
*
[clang-tidy] Don't use a SmallSetVector of an enum.
Justin Lebar
2016-10-21
2
-5
/
+10
*
[clang-tidy] Fix an assertion failure in cppcoreguidelines-pro-type-member-init.
Haojian Wu
2016-10-20
1
-0
/
+5
*
[clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type-mem...
Malcolm Parsons
2016-10-11
1
-1
/
+24
*
Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...
Aaron Ballman
2016-10-04
2
-35
/
+62
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-3
/
+2
*
[clang-tidy] Fix segfault in cppcore-guidelines-special-member-functions check
Jonathan Coe
2016-08-02
2
-21
/
+18
*
[clang-tidy] remove trailing whitespaces and retab
Kirill Bobyrev
2016-08-01
6
-9
/
+9
*
[clang-tidy] add check cppcoreguidelines-special-member-functions
Jonathan Coe
2016-07-30
4
-0
/
+238
*
Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""
Clement Courbet
2016-07-22
4
-0
/
+184
*
Revert "[clang-tidy] new cppcoreguidelines-slicing"
Clement Courbet
2016-07-22
4
-184
/
+0
*
[clang-tidy] new cppcoreguidelines-slicing
Clement Courbet
2016-07-22
4
-0
/
+184
*
cppcoreguidelines-pro-bounds-constant-array-index: ignore implicit constructor
Matthias Gehre
2016-07-19
1
-1
/
+4
*
cppcoreguidelines-pro-bounds-constant-array-index: crash for value dependent ...
Matthias Gehre
2016-07-14
1
-0
/
+4
[next]