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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added readability-qualified-auto check
Nathan James
2020-01-14
1
-0
/
+3
*
[clang-tidy] Make llvm-header-guard work on llvm git monorepo
Haojian Wu
2019-09-26
1
-0
/
+7
*
[clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidy
Daniel Sanders
2019-08-30
4
-0
/
+104
*
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] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'
Don Hinton
2019-05-10
9
-30
/
+30
*
[clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionals
Don Hinton
2019-04-24
4
-0
/
+203
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
2
-2
/
+2
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
2
-7
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
7
-28
/
+21
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
1
-2
/
+4
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
1
-4
/
+2
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
1
-2
/
+4
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
2
-20
/
+1
*
[clang-tidy] TwineLocalCheck: add param # checking
Yan Wang
2017-05-14
1
-1
/
+4
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-1
/
+1
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-1
/
+1
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-2
/
+1
*
[clang-tidy] Some tweaks on header guard checks.
Haojian Wu
2016-08-26
2
-7
/
+16
*
[clang-tidy] Added hh, hxx and hpp to header guard checks.
Mads Ravn
2016-08-26
2
-3
/
+20
*
Analyze include order on a per-file basis.
Zachary Turner
2016-08-12
1
-60
/
+70
*
Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.
Tim Shen
2016-06-21
1
-1
/
+2
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-12
/
+0
*
[clang-tidy] Fix llvm-include-order check on Windows.
Alexander Kornienko
2015-09-04
1
-1
/
+1
*
[clang-tidy] Update docs for clang-tidy checks. NFC
Alexander Kornienko
2015-08-27
2
-4
/
+4
*
[clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
7
-2
/
+17
*
[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
1
-1
/
+1
*
Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
2014-09-22
4
-169
/
+3
*
Implemented clang-tidy-check-specific options.
Alexander Kornienko
2014-09-12
6
-14
/
+30
*
Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative to
Alexander Kornienko
2014-09-10
1
-10
/
+5
*
Unique_ptrify PPCallbacks ownership. Goes with clang r217474.
Craig Topper
2014-09-10
1
-1
/
+2
*
[CMake] Update libdeps in clangTidyLLVMModule.
NAKAMURA Takumi
2014-08-13
1
-0
/
+1
*
[clang-tidy] Add a generic header guard checker + LLVM implementation.
Benjamin Kramer
2014-08-13
4
-0
/
+87
*
[clang-tidy] Don't index past the end of a vector.
Benjamin Kramer
2014-08-08
1
-1
/
+2
*
[clang-tidy] Implement the include order checker for LLVM.
Benjamin Kramer
2014-08-07
1
-9
/
+130
*
[clang-tidy] Address review comments for the Twine checker.
Benjamin Kramer
2014-07-08
2
-3
/
+1
*
[clang-tidy] Add a little checker for Twine locals in LLVM.
Benjamin Kramer
2014-07-08
4
-0
/
+100
*
Added a comment
Alexander Kornienko
2014-05-19
1
-0
/
+2
*
Improved llvm-namespace-comment check.
Alexander Kornienko
2014-05-19
6
-74
/
+202
*
Fixed formatting.
Alexander Kornienko
2014-03-05
2
-4
/
+2
*
[C++11] Replace LLVM_OVERRIDE with 'override'
Craig Topper
2014-03-02
2
-5
/
+5
*
Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Alexander Kornienko
2014-02-27
2
-16
/
+13
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+2
*
Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
2014-01-13
1
-7
/
+7
*
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
2014-01-07
1
-2
/
+2
*
[CMake] clang-tools-extra: Update dependencies.
NAKAMURA Takumi
2013-12-10
1
-3
/
+4
[next]