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
/
ClangTidy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add flag --enable-check-profile to clang-tidy.
Samuel Benzaquen
2014-10-23
1
-1
/
+6
*
Implemented clang-tidy-check-specific options.
Alexander Kornienko
2014-09-12
1
-9
/
+87
*
Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
2014-09-04
1
-3
/
+1
*
[clang-tidy] Add an option to export suggested fixes into a file.
Benjamin Kramer
2014-09-04
1
-0
/
+5
*
Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)
David Blaikie
2014-08-10
1
-2
/
+2
*
Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.
Alexander Kornienko
2014-08-06
1
-2
/
+2
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-2
/
+2
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-2
/
+2
*
Allow per-file clang-tidy options.
Alexander Kornienko
2014-06-05
1
-12
/
+11
*
Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment.
Alexander Kornienko
2014-05-28
1
-1
/
+1
*
Store Errors inside ClangTidyContext instead of just pointer to an external
Alexander Kornienko
2014-05-09
1
-2
/
+3
*
Print stats on displayed and ignored warnings.
Alexander Kornienko
2014-05-07
1
-4
/
+4
*
Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...
Alex McCarthy
2014-04-30
1
-1
/
+3
*
Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
2014-04-29
1
-3
/
+3
*
Post-filter clang-tidy diagnostic messages.
Alexander Kornienko
2014-03-20
1
-15
/
+1
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Add a level parameter to ClangTidyCheck::diag.
Peter Collingbourne
2014-03-02
1
-1
/
+2
*
[C++11] Replace LLVM_OVERRIDE with 'override'
Craig Topper
2014-03-02
1
-1
/
+1
*
Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Alexander Kornienko
2014-02-27
1
-1
/
+1
*
Fix another invalid getCustomDiagID() use to unbreak the build
Alp Toker
2014-01-26
1
-1
/
+1
*
Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
2014-01-13
1
-2
/
+8
*
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Refactored Clang-tidy for better reusability.
Alexander Kornienko
2014-01-03
1
-9
/
+27
*
Clang-tidy: added --disable-checks, --list-checks options.
Alexander Kornienko
2013-12-19
1
-2
/
+19
*
Make clang's static analyzer checks available through clang-tidy.
Manuel Klimek
2013-11-14
1
-58
/
+6
*
Initial architecture for clang-tidy.
Daniel Jasper
2013-07-29
1
-0
/
+161