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
/
test
/
clang-tidy
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Added check to disable bugprone-infinite-loop on known false con...
Nathan James
2020-02-12
1
-0
/
+9
*
[clang-tidy] Fix false positive for cppcoreguidelines-init-variables
Nathan James
2020-02-10
1
-0
/
+6
*
[clang-tidy] Fixed crash 44745 in readability-else-after-return
Nathan James
2020-02-03
1
-0
/
+13
*
[clan-tidy] Fix false positive in bugprone-infinite-loop
Adam Balogh
2020-01-29
1
-1
/
+37
*
[clang-tidy] Disable Checks on If constexpr statements in template Instantiat...
Nathan
2020-01-23
2
-0
/
+106
*
Added readability-qualified-auto check
Nathan James
2020-01-14
2
-0
/
+289
*
[clang-tidy] Match InitListExpr in modernize-use-default-member-init
Malcolm Parsons
2020-01-14
1
-32
/
+32
*
[clang-tidy] Ignore implicit casts in modernize-use-default-member-init
Malcolm Parsons
2020-01-14
1
-4
/
+4
*
Fix a test case by adding -fno-delayed-template-parsing.
Aaron Ballman
2020-01-13
1
-1
/
+1
*
Fix readability-identifier-naming missing member variables
Nathan James
2020-01-13
1
-0
/
+137
*
[clang-tidy] For checker `readability-misleading-indentation` update tests.
Andi-Bogdan Postelnicu
2020-01-09
1
-1
/
+12
*
[clang-tidy] Remove broken test on Windows for `readability-misleading-indent...
Andi-Bogdan Postelnicu
2020-01-08
1
-11
/
+0
*
[clang-tidy] Disable match on `if constexpr` statements in template instantia...
Andi-Bogdan Postelnicu
2020-01-08
1
-0
/
+77
*
[clang-tidy] modernize-use-using uses AST and now supports struct defintions ...
Mitchell Balan
2020-01-07
1
-10
/
+30
*
[clang-tidy] new check: bugprone-signed-char-misuse
Tamás Zolnai
2020-01-06
4
-0
/
+223
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
8
-9
/
+9
*
Handle init statements in readability-else-after-return
Nathan James
2020-01-02
2
-8
/
+135
*
Fix readability-const-return-type identifying the wrong `const` token
Ilya Mirsky
2019-12-24
1
-0
/
+39
*
Fix false positive in magic number checker.
Florin Iucha
2019-12-24
2
-3
/
+29
*
[clang-tidy] Add cert-oop58-cpp check
Gabor Bencze
2019-12-15
1
-0
/
+149
*
Turn off unused variable checking here since we're explicitly adding
Eric Christopher
2019-12-09
1
-2
/
+2
*
Magic number checker shouldn't warn on user defined string literals
Tibor Brunner
2019-12-09
1
-0
/
+16
*
Optionally exclude bitfield definitions from magic numbers check
Florin Iucha
2019-12-07
2
-0
/
+40
*
[clang-tidy] Pass -faligned-allocation on the compiler command line to
Akira Hatanaka
2019-12-06
1
-2
/
+2
*
[clang-tidy] Fix PR26274
Alexander Kornienko
2019-12-06
2
-6
/
+67
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Elizabeth Andrews
2019-12-03
2
-2
/
+4
*
Revert "Fix llvm-namespace-comment for macro expansions"
Alexander Kornienko
2019-12-03
2
-44
/
+3
*
[clang-tidy] Rewrite modernize-avoid-bind check.
Zachary Turner
2019-12-02
2
-57
/
+305
*
[Clang-Tidy] Quick fix for bug in bugprone-macro-parentheses 43804
Adam Balogh
2019-12-02
1
-0
/
+1
*
[clang-tidy] Fix PR35824
Gabor Horvath
2019-11-27
1
-0
/
+31
*
Fix llvm-namespace-comment for macro expansions
Marcin Twardak
2019-11-23
2
-3
/
+44
*
clang-tidy: don't use an absolute path in a test
George Burgess IV
2019-11-22
1
-1
/
+1
*
[clang-tidy] new performance-no-automatic-move check.
Clement Courbet
2019-11-22
1
-0
/
+92
*
[clang-tidy] modernize-use-equals-default avoid adding redundant semicolons
Mitchell Balan
2019-11-20
2
-10
/
+12
*
[clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...
Mitchell Balan
2019-11-19
1
-1
/
+34
*
[clang-tidy] DefaultOperatorNewCheck test fixes.
Balázs Kéri
2019-11-19
2
-11
/
+11
*
[clang-tidy] modernize-use-override new option AllowOverrideAndFinal
Mitchell Balan
2019-11-19
1
-0
/
+40
*
[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a
Mitchell Balan
2019-11-19
2
-3
/
+11
*
Revert "[clang-tidy] modernize-use-override new option AllowOverrideAndFinal"
Mitchell Balan
2019-11-19
2
-11
/
+3
*
[clang-tidy] Added DefaultOperatorNewCheck.
Balázs Kéri
2019-11-19
2
-0
/
+51
*
[clang-tidy] Give readability-redundant-string-init a customizable list of st...
Mitchell Balan
2019-11-15
1
-1
/
+85
*
Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...
Mitchell Balan
2019-11-15
1
-85
/
+1
*
[clang-tidy] Give readability-redundant-string-init a customizable list of st...
Mitchell Balan
2019-11-15
1
-1
/
+85
*
[clang-tidy] modernize-use-override new option AllowOverrideAndFinal
Mitchell Balan
2019-11-15
2
-4
/
+7
*
[clang-tidy] modernize-use-using work with multi-argument templates
Mitchell Balan
2019-11-15
1
-0
/
+64
*
[clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...
Abel Kocsis
2019-11-11
1
-0
/
+38
*
Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias...
Abel Kocsis
2019-11-11
1
-38
/
+0
*
[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po...
Abel Kocsis
2019-11-11
1
-0
/
+38
*
Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...
Melanie Blower
2019-11-08
2
-3
/
+1
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Melanie Blower
2019-11-08
2
-1
/
+3
[next]