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
/
modernize
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Fix modernize-loop-convert "multiple diag in flight" crash.
Haojian Wu
2020-06-10
1
-9
/
+8
*
[clang-tidy] Match InitListExpr in modernize-use-default-member-init
Malcolm Parsons
2020-01-14
1
-1
/
+1
*
[clang-tidy] Ignore implicit casts in modernize-use-default-member-init
Malcolm Parsons
2020-01-14
1
-1
/
+1
*
MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checker
Sylvestre Ledru
2020-01-10
1
-0
/
+2
*
[clang-tidy] modernize-use-using uses AST and now supports struct defintions ...
Mitchell Balan
2020-01-07
2
-84
/
+69
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
4
-4
/
+4
*
Fix trivial typos in comments; NFC
Kazuaki Ishizaki
2020-01-02
3
-3
/
+3
*
AvoidBindCheck.cpp: Fix unused variables warning
Hans Wennborg
2019-12-03
1
-2
/
+2
*
AvoidBindCheck.cpp: Fix GCC 5.3 build errors
Hans Wennborg
2019-12-03
1
-17
/
+17
*
[clang-tidy] Rewrite modernize-avoid-bind check.
Zachary Turner
2019-12-02
2
-60
/
+544
*
[clang-tidy] modernize-use-equals-default avoid adding redundant semicolons
Mitchell Balan
2019-11-20
1
-2
/
+10
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
2
-2
/
+2
*
[clang-tidy] modernize-use-override new option AllowOverrideAndFinal
Mitchell Balan
2019-11-19
2
-4
/
+9
*
Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"
Mitchell Balan
2019-11-19
2
-9
/
+4
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
2
-2
/
+2
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
2
-2
/
+2
*
[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a
Mitchell Balan
2019-11-15
2
-4
/
+9
*
[clang-tidy] modernize-use-using work with multi-argument templates
Mitchell Balan
2019-11-15
1
-11
/
+31
*
Fix modernize-use-nodiscard for classes marked [[nodiscard]]
Aaron Ballman
2019-10-30
1
-1
/
+3
*
clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-17
1
-4
/
+4
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
13
-110
/
+110
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
5
-6
/
+6
*
Simplify with llvm::is_contained. NFC
Fangrui Song
2019-07-13
1
-5
/
+2
*
[clang-tidy] Fix invalid read on destruction
Nikolai Kosjar
2019-06-11
1
-19
/
+23
*
[clang-tidy] Fix make-unique check to work in C++17 mode.
Haojian Wu
2019-06-03
1
-3
/
+12
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-1
/
+3
*
[clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...
Don Hinton
2019-05-15
1
-5
/
+0
*
Revert [clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-0
/
+5
*
[clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-5
/
+0
*
Removing an unused member variable; NFC.
Aaron Ballman
2019-05-10
1
-4
/
+2
*
Recommit r360345 with fixes (was reverted in r360348).
Aaron Ballman
2019-05-10
4
-0
/
+544
*
Revert r360345 and r360346, as they are not passing the testbots.
Aaron Ballman
2019-05-09
4
-543
/
+0
*
Add the modernize-use-trailing-return check to rewrite function signatures to...
Aaron Ballman
2019-05-09
4
-0
/
+543
*
[clang-tidy] Do not show incorrect fix in modernize-make-unique
Ilya Biryukov
2019-05-08
1
-2
/
+3
*
Fix up after r360006.
Richard Smith
2019-05-06
1
-1
/
+1
*
Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."
Artem Dergachev
2019-04-23
1
-0
/
+1
*
[clang-tidy] Fix PR28406
Alexander Kornienko
2019-03-29
1
-7
/
+10
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
28
-28
/
+28
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
10
-27
/
+37
*
[clang-tidy] add OverrideMacro to modernize-use-override check
Paul Hoad
2019-02-28
2
-20
/
+37
*
[clang-tidy] added cppcoreguidelines-explicit-virtual-functions
Jonas Toth
2019-02-28
2
-2
/
+18
*
[clang-tidy] Don't use assignment for value-initialized enums
Malcolm Parsons
2019-02-08
1
-3
/
+6
*
[clang-tidy] Fixed a std::bind() transformation
Jonas Toth
2019-02-07
1
-1
/
+1
*
[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)
Roman Lebedev
2019-02-06
1
-1
/
+8
*
[clang-tidy] Handle unions with existing default-member-init
Malcolm Parsons
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
63
-252
/
+189
*
[clang-tidy] Fix case of local variables in modernize-use-nodiscard checker
Jonas Toth
2019-01-10
1
-6
/
+6
*
[clang-tidy] Adding a new modernize use nodiscard checker
Jonas Toth
2019-01-09
4
-0
/
+199
*
[clang-tidy] No warning for auto new expression in smart check
Haojian Wu
2018-11-26
1
-0
/
+3
*
[clang-tidy] Don't generate incorrect fixes for class with deleted copy const...
Haojian Wu
2018-11-26
1
-0
/
+13
[next]