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
/
ClangTidyDiagnosticConsumer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a typo in a comment. NFC.
Alexander Kornienko
2014-12-19
1
-1
/
+1
*
Add flag --enable-check-profile to clang-tidy.
Samuel Benzaquen
2014-10-23
1
-0
/
+16
*
Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
2014-09-04
1
-3
/
+2
*
Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.
Alexander Kornienko
2014-08-06
1
-11
/
+12
*
Set up clang-tidy diagnostic consumer to print types etc.
Alexander Kornienko
2014-07-14
1
-0
/
+4
*
Allow per-file clang-tidy options.
Alexander Kornienko
2014-06-05
1
-20
/
+51
*
Never filter-out compile errors in clang-tidy, display them as errors.
Alexander Kornienko
2014-06-02
1
-1
/
+8
*
Add clang-tidy -line-filter option to filter findings by line ranges.
Alexander Kornienko
2014-05-22
1
-2
/
+10
*
Change the behavior of clang-tidy -checks=, remove -disable-checks.
Alexander Kornienko
2014-05-15
1
-4
/
+12
*
Allow ClangTidyDiagnosticConsumer to be reused.
Alexander Kornienko
2014-05-09
1
-0
/
+1
*
Store Errors inside ClangTidyContext instead of just pointer to an external
Alexander Kornienko
2014-05-09
1
-3
/
+3
*
Print stats on displayed and ignored warnings.
Alexander Kornienko
2014-05-07
1
-0
/
+13
*
Add clang-tidy -header-filter option
Alexander Kornienko
2014-05-05
1
-2
/
+5
*
Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
2014-04-29
1
-2
/
+4
*
ClangTidyContext: Don't use initializer on non-static member.
NAKAMURA Takumi
2014-03-20
1
-1
/
+1
*
Post-filter clang-tidy diagnostic messages.
Alexander Kornienko
2014-03-20
1
-3
/
+19
*
Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.
Alexander Kornienko
2014-03-10
1
-3
/
+1
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replace LLVM_OVERRIDE with 'override'
Craig Topper
2014-03-02
1
-2
/
+2
*
Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Alexander Kornienko
2014-02-27
1
-3
/
+3
*
Improve clang-tidy diagnostic output and filtering.
Alexander Kornienko
2014-02-06
1
-1
/
+4
*
Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
2014-01-13
1
-2
/
+10
*
Re-applied r198807, r198808 with an additional change to fix linking in confi...
Alexander Kornienko
2014-01-09
1
-49
/
+5
*
Reverted r198807, r198808, as they cause link errors in configure builds. Wil...
Alexander Kornienko
2014-01-09
1
-5
/
+49
*
Restructured code, no functional changes.
Alexander Kornienko
2014-01-08
1
-49
/
+5
*
Don't emit diagnostics for system headers.
Alexander Kornienko
2014-01-08
1
-0
/
+4
*
Clear the diagnostic buffer after flushing it.
Alexander Kornienko
2014-01-03
1
-2
/
+6
*
Refactored Clang-tidy for better reusability.
Alexander Kornienko
2014-01-03
1
-1
/
+2
*
Make clang's static analyzer checks available through clang-tidy.
Manuel Klimek
2013-11-14
1
-5
/
+97
*
Initial architecture for clang-tidy.
Daniel Jasper
2013-07-29
1
-0
/
+71