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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2020-01-06
1
-0
/
+1
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
2
-2
/
+2
*
[clang-tidy] fix linkage with clangSema for FixitHintUtils, undo previous wro...
Jonas Toth
2020-01-03
1
-0
/
+1
*
[clang-tidy] implement utility-function to add 'const' to variables
Jonas Toth
2020-01-03
4
-3
/
+230
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
2
-2
/
+2
*
Fix readability-const-return-type identifying the wrong `const` token
Ilya Mirsky
2019-12-24
2
-17
/
+30
*
[clang-tidy] modernize-use-equals-default avoid adding redundant semicolons
Mitchell Balan
2019-11-20
2
-0
/
+15
*
[libTooling] Further simplify `Stencil` type and introduce `MatchComputation`.
Yitzhak Mandelbaum
2019-11-11
1
-1
/
+1
*
[clang-tidy] Update TransformerClangTidyCheck to use new Transformer bindings.
Yitzhak Mandelbaum
2019-11-06
2
-9
/
+9
*
[clang-tidy] New checker performance-trivially-destructible-check
Anton Bikineev
2019-11-01
3
-1
/
+22
*
[libTooling] Move Transformer files to their own directory/library.
Yitzhak Mandelbaum
2019-10-10
2
-2
/
+2
*
[clang-tidy] Fix a potential infinite loop in readability-isolate-declaration...
Haojian Wu
2019-09-18
1
-0
/
+6
*
[clang-tidy] Fix bug in bugprone-use-after-move check
Yitzhak Mandelbaum
2019-09-09
1
-5
/
+12
*
[clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConst...
Haojian Wu
2019-08-28
1
-0
/
+4
*
[clang-tidy] TransformerClangTidyCheck: change choice of location for diagnos...
Yitzhak Mandelbaum
2019-08-26
1
-11
/
+5
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
6
-16
/
+16
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
4
-6
/
+6
*
[clang-tidy] Update `TransformerClangTidyCheck` to use new `buildMatchers` fu...
Yitzhak Mandelbaum
2019-08-13
1
-1
/
+2
*
[clang-tidy] Extend TransformerClangTidyCheck to support adding includes.
Yitzhak Mandelbaum
2019-07-02
2
-0
/
+27
*
[clang-tidy] Fix NDEBUG build [NFC]
Mikael Holmen
2019-06-27
1
-0
/
+2
*
[clang-tidy] Generalize TransformerClangTidyCheck to take a rule generator.
Yitzhak Mandelbaum
2019-06-26
2
-12
/
+46
*
[clang-tidy] Fix unused-variable warning after r361647.
Haojian Wu
2019-05-27
1
-6
/
+7
*
Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...
Nico Weber
2019-05-25
1
-1
/
+1
*
[clang-tidy] In TransformerClangTidyCheck, require Explanation field.
Yitzhak Mandelbaum
2019-05-24
2
-11
/
+24
*
[clang-tidy] Add support for writing a check as a Transformer rewrite rule.
Yitzhak Mandelbaum
2019-05-22
3
-0
/
+114
*
[clang-tidy] openmp-exception-escape - a new check
Roman Lebedev
2019-03-22
2
-0
/
+13
*
[NFC] ExceptionEscapeCheck: small refactoring
Roman Lebedev
2019-03-22
2
-1
/
+20
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
3
-10
/
+11
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
[clang-tidy] undo bitfields in ExceptionAnalyzer
Jonas Toth
2019-02-26
1
-4
/
+2
*
Attempt to fix VS2015 build breakage from r354517. NFCI.
Douglas Yung
2019-02-21
1
-1
/
+1
*
[clang-tidy] refactor ExceptionAnalyzer further to give ternary answer
Jonas Toth
2019-02-20
2
-82
/
+268
*
[clang-tidy] refactor bugprone-exception-escape analysis into class
Jonas Toth
2019-01-31
3
-0
/
+203
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
27
-108
/
+81
*
[clang-tidy] Fixed code sample in a comment. NFC
Alexander Kornienko
2018-11-02
1
-4
/
+6
*
[clang-tidy] .reset(new X) -> make_unique<X>() in a comment. NFC
Alexander Kornienko
2018-11-02
1
-2
/
+2
*
Implement the readability-const-return-type check.
Aaron Ballman
2018-10-31
2
-0
/
+36
*
[clang-tidy] new check 'readability-isolate-declaration'
Jonas Toth
2018-10-31
2
-0
/
+121
*
[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...
Roman Lebedev
2018-10-26
2
-0
/
+38
*
[clang-tidy] Revert my readability-uppercase-literal-suffix check.
Roman Lebedev
2018-10-25
2
-38
/
+0
*
[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...
Roman Lebedev
2018-10-18
2
-0
/
+38
*
[clang-tidy] White List Option for performance-unnecessary-value-param, perfo...
Adam Balogh
2018-10-12
1
-0
/
+7
*
[clang-tidy] NFC refactor lexer-utils to be usable without ASTContext
Jonas Toth
2018-10-05
3
-12
/
+9
*
[clang-tidy] Sequence statements with multiple parents correctly (PR39149)
Martin Bohme
2018-10-04
2
-4
/
+11
*
[clangtidy] Remove old copy of ExprMutationAnalyzer
Shuai Wang
2018-09-11
3
-370
/
+0
*
[clang-tidy] Handle sugared reference types in ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-8
/
+9
*
[clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-2
/
+40
*
Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...
Shuai Wang
2018-09-11
1
-6
/
+20
*
Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"
Shuai Wang
2018-09-10
1
-20
/
+6
*
[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888
Roman Lebedev
2018-09-10
2
-11
/
+11
[next]