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
/
tool
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Teach clang-tidy how to upgrade warnings into errors.
Jonathan Roelofs
2016-01-13
1
-10
/
+28
*
[clang-tidy] Fix configure build
Alexander Kornienko
2015-12-30
1
-1
/
+2
*
[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...
Alexander Kornienko
2015-12-30
2
-0
/
+6
*
Fix problem with Clang-tidy parallel configure build.
Eugene Zelenko
2015-11-25
1
-2
/
+2
*
Add a new module for the C++ Core Guidelines, and the first checker for those...
Aaron Ballman
2015-10-06
3
-0
/
+7
*
Taking a stab at fixing failing build bots that use make. Unfortunately, the ...
Aaron Ballman
2015-10-02
1
-4
/
+3
*
Adding a new clang-tidy module to house CERT-specific checkers, and map exist...
Aaron Ballman
2015-10-02
3
-2
/
+9
*
[clang-tidy] add option to specify build path
Guillaume Papin
2015-09-28
1
-4
/
+11
*
[clang-tidy] install helper scripts
Alexander Kornienko
2015-09-17
2
-0
/
+21
*
[clang-tidy] Improve the help text for -dump-config.
Alexander Kornienko
2015-09-16
1
-2
/
+4
*
[clang-tidy] Update check name in the comment. NFC.
Alexander Kornienko
2015-09-15
1
-1
/
+1
*
[clang-tidy] Fix run-clang-tidy.py.
Alexander Kornienko
2015-09-08
1
-2
/
+2
*
Add \n to the regex in clang-tidy-diff.py in order to fix http://llvm.org/PR2...
Yaron Keren
2015-09-01
1
-1
/
+1
*
Tweak clang-tidy-diff.py to recognize "filename" in the diff ourput.
Yaron Keren
2015-08-21
1
-1
/
+1
*
Tweak clang-tidy-diff.py to pass JSON argument correctly to clang-tidy on win...
NAKAMURA Takumi
2015-08-20
1
-2
/
+8
*
[clang-tidy] Fix LoopConvertCheck bug.
Alexander Kornienko
2015-08-19
1
-5
/
+10
*
[clang-tidy] Fix a use-after-free.
Alexander Kornienko
2015-08-17
1
-1
/
+1
*
[clang-tidy] Allow use of -list-checks option without need to pass source files.
Alexander Kornienko
2015-08-17
1
-6
/
+17
*
[clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.
Alexander Kornienko
2015-08-14
3
-3
/
+8
*
Silence gcc 5.1 unused variable warnings using LLVM_ATTRIBUTE_UNUSED.
Yaron Keren
2015-08-07
1
-4
/
+4
*
Updating the documentation for clang-tidy. Removes some non-ASCII characters ...
Aaron Ballman
2015-07-27
1
-2
/
+2
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
1
-2
/
+2
*
Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...
NAKAMURA Takumi
2015-03-13
1
-0
/
+1
*
Revert "Adapt clang-tools-extra to clang module format changes."
Adrian Prantl
2015-02-25
1
-3
/
+2
*
Adapt clang-tools-extra to clang module format changes.
Adrian Prantl
2015-02-25
1
-2
/
+3
*
Revert "Adapt Makefile dependencies for the clang module format change in r23...
Adrian Prantl
2015-02-21
1
-3
/
+2
*
Adapt Makefile dependencies for the clang module format change in r230089.
Adrian Prantl
2015-02-20
1
-2
/
+3
*
[clang-tidy] Fix a typo.
Alexander Kornienko
2014-12-09
1
-2
/
+3
*
[clang-tidy] Update help messages and docs.
Alexander Kornienko
2014-12-03
1
-6
/
+21
*
[clang-tidy] Added -fix-errors option
Alexander Kornienko
2014-11-03
1
-4
/
+26
*
Fix Makefiles after r220867.
Daniel Jasper
2014-10-29
1
-3
/
+3
*
Shrink the set of checks enabled by default.
Alexander Kornienko
2014-10-29
1
-5
/
+4
*
[clang-tidy] Added -system-headers option.
Alexander Kornienko
2014-10-28
1
-0
/
+7
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
2
-0
/
+5
*
Add flag --enable-check-profile to clang-tidy.
Samuel Benzaquen
2014-10-23
1
-1
/
+51
*
Fix a typo
Alexander Kornienko
2014-09-26
1
-1
/
+1
*
[clang-tidy] Add a -config={YAML} option.
Alexander Kornienko
2014-09-26
1
-6
/
+35
*
Provide user name in ClangTidyOptions.
Alexander Kornienko
2014-09-24
1
-5
/
+10
*
Add missing dependency.
Alexander Kornienko
2014-09-22
1
-2
/
+2
*
run-clang-tidy.py: don't fail when running without -checks=.
Alexander Kornienko
2014-09-22
1
-2
/
+5
*
Implemented clang-tidy-check-specific options.
Alexander Kornienko
2014-09-12
1
-0
/
+1
*
Moved main() to the clang::tidy namespace, no functional changes.
Alexander Kornienko
2014-09-10
1
-22
/
+24
*
run-clang-tidy: Make clang-tidy path configurable and don't fail as horribly
Benjamin Kramer
2014-09-08
1
-9
/
+23
*
[clang-tidy] Add a little python script that can run clang-tidy and apply fix...
Benjamin Kramer
2014-09-08
1
-0
/
+175
*
Don't write files with no fixes.
Alexander Kornienko
2014-09-04
1
-1
/
+1
*
Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
2014-09-04
1
-15
/
+51
*
[clang-tidy] Add an option to export suggested fixes into a file.
Benjamin Kramer
2014-09-04
1
-0
/
+17
*
Fix linking in the Makefile build.
Benjamin Kramer
2014-08-13
1
-1
/
+1
*
Track clang r213171
Alp Toker
2014-07-16
1
-1
/
+1
*
Make clang-tidy-diff.py py3-compatible.
NAKAMURA Takumi
2014-06-27
1
-1
/
+1
[prev]
[next]