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
*
Fix a false positive in misc-redundant-expression check
Aaron Ballman
2019-10-30
1
-7
/
+60
*
clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-17
1
-1
/
+1
*
[clang-tidy] Fix definitions in headers check to respect qualifiers
Kadir Cetinkaya
2019-09-05
1
-2
/
+1
*
[clang-tidy] Fix a false positive in unused-using-decl check
Haojian Wu
2019-09-03
1
-30
/
+47
*
Fix clang-tidy warning in clang-tidy
Benjamin Kramer
2019-08-23
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-1
/
+1
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clang-tidy] misc-unused-parameters: don't comment out parameter name for C code
Matthias Gehre
2019-06-21
1
-4
/
+9
*
Fixed a crash in misc-redundant-expression ClangTidy checker
Dmitri Gribenko
2019-06-12
1
-10
/
+16
*
[clang-tidy] Another attempt to fix misc-redundant-expression check.
Haojian Wu
2019-06-06
1
-5
/
+6
*
[clang-tidy] Fix an assertion failure in misc-redundant-expression.
Haojian Wu
2019-06-06
1
-1
/
+1
*
[clang-tidy] Fix description for misc-definitions-in-headers.
Haojian Wu
2019-05-28
1
-3
/
+6
*
[clang-tidy] New option for misc-throw-by-value-catch-by-reference
Adam Balogh
2019-05-21
2
-2
/
+18
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
1
-1
/
+4
*
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...
Nico Weber
2019-04-04
1
-1
/
+1
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
13
-13
/
+13
*
[clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...
Miklos Vajna
2019-01-20
1
-5
/
+6
*
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
[next]