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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix error_code with std.
Rafael Espindola
2014-06-12
6
-48
/
+45
*
Quick build fix.
Rafael Espindola
2014-06-12
6
-0
/
+6
*
include system_error directly.
Rafael Espindola
2014-06-12
6
-6
/
+6
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
12
-33
/
+33
*
A follow-up to r210260: updated a comment. No functional changes.
Alexander Kornienko
2014-06-12
1
-2
/
+2
*
Track clang changes from r210758
Alp Toker
2014-06-12
1
-1
/
+1
*
Use generic_category from the std namespace.
Rafael Espindola
2014-06-12
1
-5
/
+5
*
clang-tidy: [use-override] Remove 'override' if 'final' is also present.
Daniel Jasper
2014-06-11
3
-9
/
+35
*
Prospective build fix following clang r210518
Alp Toker
2014-06-10
3
-3
/
+3
*
Simplify code. No functional change.
Craig Topper
2014-06-10
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
22
-73
/
+74
*
Allow per-file clang-tidy options.
Alexander Kornienko
2014-06-05
11
-103
/
+266
*
clang-tidy: Make use-override tests stricter.
Daniel Jasper
2014-06-04
1
-5
/
+5
*
clang-tidy use override: Don't generate incorrect warnings without fixes
Daniel Jasper
2014-06-04
3
-142
/
+168
*
Remove inclusions of LLVM's private config.h
Alp Toker
2014-06-04
2
-2
/
+0
*
Don't assume an implicit error_code -> bool operator.
Rafael Espindola
2014-06-03
1
-5
/
+5
*
Never filter-out compile errors in clang-tidy, display them as errors.
Alexander Kornienko
2014-06-02
6
-15
/
+34
*
Exit with error when no checks enabled.
Alexander Kornienko
2014-06-02
3
-2
/
+13
*
clang-tidy: Extend the use-override check to understand 'final'.
Daniel Jasper
2014-06-02
2
-3
/
+24
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
3
-8
/
+8
*
Revert "Remove redundant check discovered in post-commit review of r209505."
Daniel Jasper
2014-05-30
1
-1
/
+3
*
Remove redundant check discovered in post-commit review of r209505.
Daniel Jasper
2014-05-30
1
-3
/
+1
*
Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment.
Alexander Kornienko
2014-05-28
2
-5
/
+3
*
ClangTidyOptionsTest.cpp: Rewrite literals. Raw string literals are unavailab...
NAKAMURA Takumi
2014-05-24
1
-7
/
+8
*
clang-tools-extra/test/clang-tidy/line-filter.cpp: Tweak line-filter.
NAKAMURA Takumi
2014-05-24
1
-1
/
+1
*
clang-tidy: Only add 'override' before inlined bodies.
Daniel Jasper
2014-05-23
2
-1
/
+5
*
Update the code according to the changes in r209468.
Alexander Kornienko
2014-05-22
1
-4
/
+2
*
Add clang-tidy -line-filter option to filter findings by line ranges.
Alexander Kornienko
2014-05-22
12
-22
/
+262
*
Fix clang-query on Windows: flush llvm::outs() after each command.
Manuel Klimek
2014-05-21
1
-0
/
+1
*
Added a comment
Alexander Kornienko
2014-05-19
1
-0
/
+2
*
Improved llvm-namespace-comment check.
Alexander Kornienko
2014-05-19
8
-76
/
+277
*
Address review comments on r208954. No functional changes.
Daniel Jasper
2014-05-19
1
-7
/
+6
*
Track clang changes from r209061
Alp Toker
2014-05-17
1
-2
/
+1
*
Initializer list is unavailable. Use the constructor instead.
NAKAMURA Takumi
2014-05-16
1
-2
/
+3
*
clang-tidy/misc/UseOverride.cpp: Appease targeting msvc.
NAKAMURA Takumi
2014-05-16
1
-1
/
+1
*
Update clang-tidy documentation.
Alexander Kornienko
2014-05-16
2
-29
/
+55
*
Initial version of clang-tidy check to use override instead of virual.
Daniel Jasper
2014-05-16
6
-1
/
+300
*
Fixed incorrect StringRef::find usage.
Alexander Kornienko
2014-05-15
2
-4
/
+4
*
Change the behavior of clang-tidy -checks=, remove -disable-checks.
Alexander Kornienko
2014-05-15
18
-47
/
+136
*
Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...
Benjamin Kramer
2014-05-10
2
-9
/
+8
*
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
7
-26
/
+24
*
Print stats on displayed and ignored warnings.
Alexander Kornienko
2014-05-07
8
-26
/
+83
*
Fix a crash when diagnostic points to a macro definition on command line.
Alexander Kornienko
2014-05-06
2
-1
/
+8
*
Fix assertion in google-explicit-constructor check when the constructor is
Alexander Kornienko
2014-05-05
2
-3
/
+14
*
Add clang-tidy -header-filter option
Alexander Kornienko
2014-05-05
7
-6
/
+64
*
Fix ClangTidyOptions constructor to initialize all members. Fixes bug introdu...
Alex McCarthy
2014-04-30
1
-1
/
+1
*
Test cleanup recommended in http://reviews.llvm.org/D3556
Alex McCarthy
2014-04-30
1
-4
/
+1
*
Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...
Alex McCarthy
2014-04-30
5
-13
/
+56
*
Fix the message for "Move constructor declared explicit".
Alexander Kornienko
2014-04-29
2
-5
/
+6
[next]