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
/
ClangTidyMain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
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
1
-0
/
+4
*
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
*
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
*
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
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Allow per-file clang-tidy options.
Alexander Kornienko
2014-06-05
1
-8
/
+13
*
Exit with error when no checks enabled.
Alexander Kornienko
2014-06-02
1
-1
/
+9
*
Add clang-tidy -line-filter option to filter findings by line ranges.
Alexander Kornienko
2014-05-22
1
-8
/
+32
*
Improved llvm-namespace-comment check.
Alexander Kornienko
2014-05-19
1
-1
/
+0
*
Update clang-tidy documentation.
Alexander Kornienko
2014-05-16
1
-19
/
+24
*
Change the behavior of clang-tidy -checks=, remove -disable-checks.
Alexander Kornienko
2014-05-15
1
-14
/
+12
*
Store Errors inside ClangTidyContext instead of just pointer to an external
Alexander Kornienko
2014-05-09
1
-1
/
+1
*
Print stats on displayed and ignored warnings.
Alexander Kornienko
2014-05-07
1
-2
/
+29
*
Add clang-tidy -header-filter option
Alexander Kornienko
2014-05-05
1
-0
/
+7
*
Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...
Alex McCarthy
2014-04-30
1
-0
/
+8
*
Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
2014-04-29
1
-3
/
+6
*
Fix typo (first commit to test commit access).
Alex McCarthy
2014-04-29
1
-1
/
+1
*
Fix regex bug in clang-tidy.
Daniel Jasper
2014-04-02
1
-1
/
+1
*
Disable a few clang-tidy checks by default.
Daniel Jasper
2014-04-02
1
-1
/
+5
*
Added a module for checks not related to LLVM or Google coding style.
Alexander Kornienko
2014-03-05
1
-4
/
+6
*
Make the OptionCategory variable static.
Alexander Kornienko
2014-02-05
1
-1
/
+1
*
Clang-tidy: added --disable-checks, --list-checks options.
Alexander Kornienko
2013-12-19
1
-3
/
+20
*
Fix the usage of the CommonOptionsParser ctor changed in r197139.
Alexander Kornienko
2013-12-12
1
-2
/
+1
*
Make clang's static analyzer checks available through clang-tidy.
Manuel Klimek
2013-11-14
1
-9
/
+5
*
Fix clang-tidy dependencies and bad file comment.
Daniel Jasper
2013-08-04
1
-0
/
+14
*
Remove dead #includes.
Hans Wennborg
2013-07-31
1
-2
/
+0
*
Fix build error caused by r187345.
Daniel Jasper
2013-07-29
1
-2
/
+2
*
Initial architecture for clang-tidy.
Daniel Jasper
2013-07-29
1
-0
/
+56