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
*
Fix clang-tools-extra build after clang r235614.
Richard Smith
2015-04-23
1
-1
/
+1
*
[clang-tidy] Remove static StringSet in favor of binary search.
Benjamin Kramer
2015-04-17
2
-37
/
+29
*
Change range-based for-loop to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
14
-69
/
+71
*
[clang-tidy] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
2015-04-10
5
-1
/
+1025
*
[clang-tidy] Fix for llvm.org/PR23161
Szabolcs Sipos
2015-04-10
2
-8
/
+31
*
[clang-tidy] Ignore expressions with incompatible deleters.
Samuel Benzaquen
2015-04-09
2
-7
/
+87
*
Remove redundant virtual from member functions marked 'override'.
David Blaikie
2015-04-08
9
-28
/
+29
*
[clang-tidy] Fix for http://llvm.org/PR23130
Alexander Kornienko
2015-04-08
2
-6
/
+5
*
[clang-tidy] Added a couple of tests for misc-static-assert.
Alexander Kornienko
2015-04-04
1
-0
/
+9
*
[clang-tidy] Clarify message for the google-explicit-constructor check
Alexander Kornienko
2015-03-31
2
-2
/
+11
*
Force braces on the else branch if they are being added to the if branch.
Samuel Benzaquen
2015-03-31
4
-17
/
+42
*
Fix false positive on anonymous namespaces in headers.
Samuel Benzaquen
2015-03-24
2
-0
/
+14
*
Fix clang-tidy to not assume wrong source locations for defaulted members.
Eli Bendersky
2015-03-23
1
-1
/
+6
*
Refactor: Simplify boolean expression in modularize
David Blaikie
2015-03-23
1
-1
/
+1
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
17
-146
/
+88
*
[clang-tidy] Move google-readability-function check to readability-named-para...
Alexander Kornienko
2015-03-16
7
-12
/
+14
*
Fix ./configure build after r232338.
Alexander Kornienko
2015-03-16
1
-2
/
+1
*
Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...
Alexander Kornienko
2015-03-16
11
-327
/
+222
*
[clang-tidy] Fix false positives in the misc-static-assert check http://llvm....
Alexander Kornienko
2015-03-15
2
-3
/
+19
*
Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...
NAKAMURA Takumi
2015-03-13
2
-0
/
+2
*
[clang-tidy] Remove an empty destructor.
Alexander Kornienko
2015-03-12
1
-2
/
+0
*
[clang-tidy] Static Analyzer checker configuration options pass-through.
Gabor Horvath
2015-03-11
2
-0
/
+31
*
[clang-tidy] Clean up misc-use-override warning. NFC
Alexander Kornienko
2015-03-11
1
-1
/
+1
*
[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.
Alexander Kornienko
2015-03-09
31
-93
/
+93
*
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...
Alexander Kornienko
2015-03-09
9
-32
/
+31
*
[clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...
Alexander Kornienko
2015-03-09
10
-48
/
+48
*
[clang-tidy] Fix assertion when a dependent expression is used in an assert.
Alexander Kornienko
2015-03-09
2
-1
/
+5
*
Renamed function to avoid confusion about purpose.
John Thompson
2015-03-06
1
-3
/
+5
*
Use std::string instead of StringRef to prevent use-after-free.
Daniel Jasper
2015-03-05
1
-1
/
+1
*
[clang-tidy] Slighly clarified a comment.
Alexander Kornienko
2015-03-05
1
-1
/
+2
*
[clang-tidy] Replace unrecognized namespace ending comments.
Alexander Kornienko
2015-03-05
2
-22
/
+27
*
[clang-tidy] Fix diag message in clang-tidy misc-uniqueptr-reset-release if r...
Alexander Kornienko
2015-03-05
2
-4
/
+9
*
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...
Alexander Kornienko
2015-03-05
26
-8
/
+63
*
[clang-tidy] Fix namespace comments. NFC.
Alexander Kornienko
2015-03-04
2
-5
/
+5
*
[clang-tidy] Output more diagnostics in check_clang_tidy.sh
Alexander Kornienko
2015-03-04
1
-0
/
+9
*
Add -fexceptions for targets which need it
Filipe Cabecinhas
2015-03-02
1
-1
/
+1
*
clang-tidy: Update test as underlying problem apparently was fixed.
Daniel Jasper
2015-03-02
1
-2
/
+1
*
[clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
8
-2
/
+19
*
[clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
22
-3
/
+46
*
[clang-tidy] Organized clang-tidy unit tests. NFC.
Alexander Kornienko
2015-03-02
4
-338
/
+333
*
[clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...
Alexander Kornienko
2015-03-02
4
-2
/
+8
*
[clang-tidy] Assert related checkers
Alexander Kornienko
2015-03-02
8
-0
/
+521
*
Add 'let' to the help message.
Samuel Benzaquen
2015-02-27
1
-4
/
+8
*
[clang-tidy] Various improvements in misc-use-override
Alexander Kornienko
2015-02-27
4
-42
/
+90
*
Fixed canonical path function.
John Thompson
2015-02-26
2
-2
/
+21
*
Update for clang r230512
David Majnemer
2015-02-25
1
-1
/
+1
*
[clang-tidy] Use the new ArrayRef<FixItHint> inserter.
Alexander Kornienko
2015-02-25
1
-8
/
+5
*
[clang-tidy] Correct spelling error in test file name. NFC.
Alexander Kornienko
2015-02-25
1
-0
/
+0
*
[clang-tidy] Correct confusion between overwrite and override. NFC.
Alexander Kornienko
2015-02-25
1
-5
/
+5
[next]