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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-tidy] modernize-loop-convert: impl const cast iter
Don Hinton
2019-05-15
1
-5
/
+0
*
[clang-tidy] new check: bugprone-branch-clone
Kristof Umann
2019-05-15
4
-0
/
+269
*
[clang-tidy] Fix invalid fixit for readability-static-accessed-through-instan...
Matthias Gehre
2019-05-14
1
-0
/
+1
*
[clang-tidy] readability-redundant-declaration: fix false positive with C "ex...
Matthias Gehre
2019-05-13
1
-2
/
+8
*
[clang-tidy] new check: bugprone-unhandled-self-assignment
Tamas Zolnai
2019-05-12
4
-0
/
+139
*
Removing an unused member variable; NFC.
Aaron Ballman
2019-05-10
1
-4
/
+2
*
[clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'
Don Hinton
2019-05-10
11
-53
/
+84
*
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
*
[clang-tidy] Extend bugprone-sizeof-expression to check sizeof(pointers to st...
Adam Balogh
2019-05-07
1
-2
/
+9
*
[clang-tidy] Extend bugprone-sizeof-expression check to detect sizeof misuse ...
Adam Balogh
2019-05-06
1
-2
/
+55
*
Fix up after r360006.
Richard Smith
2019-05-06
1
-1
/
+1
*
[clang-tidy] openmp-exception-escape check: point to the structured-block
Roman Lebedev
2019-05-05
1
-1
/
+1
*
Added an AST matcher for declarations that are in the `std` namespace
Dmitri Gribenko
2019-05-03
1
-4
/
+0
*
Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...
Florian Gross
2019-05-02
1
-13
/
+16
*
[clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionals
Don Hinton
2019-04-24
4
-0
/
+203
*
Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."
Artem Dergachev
2019-04-23
2
-1
/
+5
*
[clang-tidy] Address post-commit comments
Haojian Wu
2019-04-18
1
-31
/
+30
*
[clang-tidy] Don't issue cppcoreguidelines-macro-usage on builtin macros
Alexander Kornienko
2019-04-17
1
-1
/
+2
*
[clang-tidy] Add a check for [super self] in initializers 🔍
Stephane Moore
2019-04-17
4
-0
/
+167
*
[clang-tidy] Fix invalid location in readability-misleading-indentation diagn...
Alexander Kornienko
2019-04-17
1
-1
/
+5
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
4
-35
/
+68
*
[clang-tidy] Add MagnitudeBitsUpperLimit option to bugprone-too-small-loop-v...
Tamas Zolnai
2019-04-14
2
-20
/
+38
*
ClangTidy: Avoid mixing stdout with stderror when dealing with a large number...
Andi-Bogdan Postelnicu
2019-04-09
1
-0
/
+1
*
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...
Nico Weber
2019-04-04
2
-2
/
+2
*
[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method
Alexander Kornienko
2019-04-03
2
-4
/
+0
*
[clang-tidy] make getLangOpts return a const ref
Alexander Kornienko
2019-04-02
1
-1
/
+1
*
[clang-tidy] Fix PR28406
Alexander Kornienko
2019-03-29
1
-7
/
+10
*
[clang-tidy] Handle missing yaml module in run-clang-tidy.py
Zinovy Nis
2019-03-27
2
-12
/
+16
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-2
/
+2
*
[clang-tidy] ClangTidy.h -> ClangTidyCheck.h
Alexander Kornienko
2019-03-25
1
-1
/
+1
*
Rename directory housing clang-include-fixer to be eponymous
Nico Weber
2019-03-25
1
-1
/
+1
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
172
-172
/
+172
*
[clang-tidy] Separate the check-facing interface
Alexander Kornienko
2019-03-25
5
-225
/
+270
*
[clang-tidy] Fix more false positives for bugprone-string-integer-assignment
Clement Courbet
2019-03-25
1
-23
/
+84
*
[clang-tidy] openmp-exception-escape - a new check
Roman Lebedev
2019-03-22
6
-0
/
+143
*
[clang-tidy] openmp-use-default-none - a new check
Roman Lebedev
2019-03-22
4
-0
/
+105
*
[clang-tidy] A new OpenMP module
Roman Lebedev
2019-03-22
6
-0
/
+54
*
[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
43
-116
/
+139
*
[clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyName
Alexander Kornienko
2019-03-22
2
-9
/
+7
*
[clang-tidy] Fix a compiler warning.
Alexander Kornienko
2019-03-22
2
-12
/
+12
*
[clang-tidy] Expand modular headers for PPCallbacks
Alexander Kornienko
2019-03-22
8
-24
/
+499
*
Reland r356547 after fixing the YAML module missing issue.
Zinovy Nis
2019-03-21
1
-29
/
+153
*
Revert "Reland r356547 after fixing the tests for Linux."
Douglas Yung
2019-03-20
1
-144
/
+26
*
[clang-tidy] Disable google-runtime-int in Objective-C++ 🔓
Stephane Moore
2019-03-20
1
-1
/
+3
*
Reland r356547 after fixing the tests for Linux.
Zinovy Nis
2019-03-20
1
-26
/
+144
*
Revert rL356547 : [clang-tidy] Cosmetic fix
Simon Pilgrim
2019-03-20
1
-146
/
+25
[prev]
[next]