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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
27
-108
/
+81
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
1
-0
/
+1
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
1
-8
/
+6
*
[clang-tidy] Update checks to play nicely with limited traversal scope added ...
Sam McCall
2018-11-15
1
-3
/
+2
*
[clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...
Roman Lebedev
2018-10-18
4
-0
/
+143
*
[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...
Eugene Zelenko
2018-09-20
2
-5
/
+5
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
5
-7
/
+7
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
8
-15
/
+15
*
[clang-tidy] Fix http://llvm.org/PR38055
Alexander Kornienko
2018-07-04
1
-2
/
+3
*
[clang-tidy] misc-unused-parameters - retain old behavior under StrictMode
Alexander Kornienko
2018-06-28
2
-7
/
+22
*
Do not warn on unused parameters for functions with empty bodies.
Manuel Klimek
2018-05-09
1
-4
/
+5
*
[clang-tidy] Fix PR35468
Gabor Horvath
2018-04-24
1
-3
/
+3
*
[clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_cl...
Alexander Kornienko
2018-03-15
4
-132
/
+0
*
[clang-tidy] rename_check.py misc-sizeof-container bugprone-sizeof-container
Alexander Kornienko
2018-03-15
4
-88
/
+0
*
[clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expression
Alexander Kornienko
2018-03-15
4
-309
/
+0
*
[clang-tidy] rename_check.py {misc,bugprone}-macro-parentheses
Alexander Kornienko
2018-03-15
4
-307
/
+0
*
[clang-tidy] Another batch of checks to rename from misc- to bugprone-.
Alexander Kornienko
2018-02-28
10
-641
/
+0
*
Rename more checks from misc- to bugprone-.
Alexander Kornienko
2018-02-28
10
-688
/
+0
*
Rename a few checks from misc- to bugprone-.
Alexander Kornienko
2018-02-28
10
-850
/
+0
*
[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...
Benjamin Kramer
2018-02-18
1
-0
/
+2
*
[clang-tidy] Widen anonymous namespace.
Benjamin Kramer
2018-02-02
1
-2
/
+1
*
[clang-tidy] Remove global constructor. No functionality change intended.
Benjamin Kramer
2018-02-02
1
-4
/
+8
*
[clang-tidy] Don't reinvent the wheel, use existing log2 functions.
Benjamin Kramer
2018-02-02
1
-8
/
+1
*
[clang-tidy] misc-redundant-expression: fix a crash under ubsan
Alexander Kornienko
2018-02-01
1
-3
/
+9
*
clang-tidy/rename_check.py misc-incorrect-roundings bugprone-incorrect-roundings
Alexander Kornienko
2018-01-30
4
-114
/
+0
*
clang-tidy/rename_check.py misc-string-compare readability-string-compare
Alexander Kornienko
2018-01-30
4
-121
/
+0
*
[clang-tidy] Misc redundant expression checker updated for ineffective bitwis...
Gabor Horvath
2017-12-20
1
-2
/
+126
*
[clang-tidy] Move more checks from misc- to performance-
Alexander Kornienko
2017-11-28
6
-288
/
+0
*
Add an option to misc-move-const-arg to not diagnose on trivially copyable ty...
Aaron Ballman
2017-11-27
2
-1
/
+22
*
[clang-tidy] Misc redundant expressions check updated for overloaded operators
Gabor Horvath
2017-11-27
1
-17
/
+88
*
[clang-tidy] Move checks from misc- to performance-
Alexander Kornienko
2017-11-27
6
-361
/
+0
*
[clang-tidy] Move a few more checks from misc to bugprone.
Alexander Kornienko
2017-11-24
20
-1997
/
+0
*
[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handle
Alexander Kornienko
2017-11-24
4
-230
/
+0
*
[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-comment
Alexander Kornienko
2017-11-23
4
-366
/
+0
*
[clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructor
Alexander Kornienko
2017-11-23
4
-177
/
+0
*
[clang-tidy] Misc redundant expressions checker updated for macros
Gabor Horvath
2017-11-07
2
-75
/
+215
*
[clang-tidy] Use a more efficient map for the virtual near miss check.
Benjamin Kramer
2017-10-10
1
-3
/
+3
*
Fix up clang-tidy after clang r314037.
Richard Smith
2017-09-22
1
-1
/
+4
*
[clang-tidy] Fixed misc-unused-parameters omitting parameters square brackets
Alexander Kornienko
2017-09-15
1
-2
/
+1
*
[clang-tidy] fixed misc-unused-parameters omitting parameters default value
Alexander Kornienko
2017-09-13
1
-1
/
+2
*
[clang-tidy] SuspiciousEnumUsageCheck bugfix
Peter Szecsi
2017-09-12
1
-2
/
+4
*
[clang-tidy] Fix 'misc-misplaced-widening-cast' assertion error.
Daniel Marjamaki
2017-08-29
1
-0
/
+4
*
[clang-tidy] Don't compute the edit distance if it's over the threshold.
Benjamin Kramer
2017-08-09
1
-2
/
+2
*
Adapt clang-tidy checks to changing semantics of hasDeclaration.
Manuel Klimek
2017-08-02
3
-23
/
+33
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
2
-3
/
+3
*
[NFC] Update function call names as changed in MacroInfo that should refer to...
Faisal Vali
2017-07-17
2
-3
/
+3
*
[clang-tidy] Enable inline variable definitions in headers
Gabor Horvath
2017-06-28
1
-0
/
+3
*
Revert "[clang-tidy] When" -fno-exceptions is used", this warning is better t...
Alexander Kornienko
2017-06-09
1
-1
/
+1
*
[clang-tidy] When" -fno-exceptions is used", this warning is better to be sup...
Yan Wang
2017-06-07
1
-1
/
+1
*
[clang-tidy] Make misc-inaccurate-erase work with real C++11 containers.
Alexander Kornienko
2017-06-07
1
-14
/
+16
[next]