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
*
[clang-tidy] Fix unnamed parameter comment insertion with multiple parameters.
Benjamin Kramer
2014-08-04
2
-4
/
+11
*
[clang-tidy] Make the named parameter check only warn on declarations if a de...
Benjamin Kramer
2014-08-04
2
-32
/
+56
*
Changed tool-template to use CommonOptionsParser.
Alexander Kornienko
2014-08-02
1
-33
/
+14
*
Use CommonOptionsParser in clang-query. This fixes its support of the fixed
Alexander Kornienko
2014-08-02
1
-26
/
+11
*
[clang-tidy] Add a checker for code that looks like a delegate constructors b...
Benjamin Kramer
2014-07-31
5
-0
/
+165
*
Don't warn on NewCallback argument comments, as they are arguments for the
Alexander Kornienko
2014-07-30
2
-12
/
+25
*
clang-tidy: [use-override] Tweak messages.
Daniel Jasper
2014-07-28
3
-19
/
+19
*
Plug memory leaks.
Benjamin Kramer
2014-07-24
10
-20
/
+26
*
[clang-tidy] Fix a heap use-after-free bug detected by asan.
Benjamin Kramer
2014-07-24
1
-4
/
+4
*
Add the fix that should've accompanied r213738.
Benjamin Kramer
2014-07-23
1
-3
/
+6
*
check_clang_tidy_fix.sh: Fail immediately if clang-tidy crashes.
Benjamin Kramer
2014-07-23
1
-1
/
+1
*
Reapply r213647 with a fix.
Benjamin Kramer
2014-07-23
5
-0
/
+196
*
Revert r213647; the added test triggers an assertion.
Richard Smith
2014-07-23
5
-196
/
+0
*
[clang-tidy] Add a check for RAII temporaries.
Benjamin Kramer
2014-07-22
5
-0
/
+196
*
[clang-tidy] Fix a false positive in the make_pair checker if an argument has...
Benjamin Kramer
2014-07-21
2
-2
/
+17
*
clang-tidy: [misc-use-override] Slightly tweak the wording of warning.
Daniel Jasper
2014-07-21
1
-5
/
+5
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
7
-32
/
+28
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
7
-28
/
+32
*
Make the diagnostic message more complete to check the check name.
Alexander Kornienko
2014-07-17
1
-1
/
+1
*
[clang-tidy] MemsetZeroLenghtChecker: Don't crash trying to evaluate dependen...
Benjamin Kramer
2014-07-17
2
-4
/
+10
*
[clang-tidy] Provide links to the google style guide for checks derived from it.
Benjamin Kramer
2014-07-17
4
-0
/
+4
*
Track clang r213171
Alp Toker
2014-07-16
13
-15
/
+13
*
[clang-tidy] As a simple heuristic don't emit a swap fixit that would create
Benjamin Kramer
2014-07-16
2
-1
/
+6
*
[clang-tidy] Also emit a warning for memset(x, 0, 0)
Benjamin Kramer
2014-07-16
2
-4
/
+10
*
[clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
2014-07-16
5
-0
/
+176
*
[clang-tidy] Add namespaces checkers.
Benjamin Kramer
2014-07-16
8
-0
/
+181
*
Avoid adding redundant parens.
Alexander Kornienko
2014-07-16
2
-10
/
+28
*
Added documentation on how clang diagnostics are reported by clang-tidy.
Alexander Kornienko
2014-07-16
1
-2
/
+13
*
[clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
2014-07-16
5
-0
/
+152
*
Fix the diagnostic.cpp test to explicitly disable more google checks
Reid Kleckner
2014-07-15
1
-1
/
+1
*
[clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
2014-07-15
5
-0
/
+207
*
[clang-tidy] extend make_pair test for fixits in template definitions.
Benjamin Kramer
2014-07-15
1
-0
/
+4
*
[clang-tidy] Add a checker that flags all instances of overloaded unary opera...
Benjamin Kramer
2014-07-15
5
-0
/
+106
*
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
2014-07-15
2
-3
/
+0
*
[clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
2014-07-15
5
-0
/
+155
*
Fix build when various clang feature flags are enabled/disabled
Alp Toker
2014-07-14
1
-3
/
+11
*
[clang-tidy] Add a checker for swapped arguments.
Benjamin Kramer
2014-07-14
5
-0
/
+204
*
Set up clang-tidy diagnostic consumer to print types etc.
Alexander Kornienko
2014-07-14
3
-0
/
+10
*
Suggest automated replacements of C-style casts with C++ casts.
Alexander Kornienko
2014-07-14
2
-18
/
+183
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
7
-0
/
+14
*
[CMake] Reorder libdeps by alphabetical order.
NAKAMURA Takumi
2014-07-14
1
-1
/
+1
*
Fixed compilation errors in tests, enforce checking for errors in check_clang...
Alexander Kornienko
2014-07-12
3
-8
/
+16
*
Modify the tests to use FileCheck -implicit-check-not option being proposed i...
Alexander Kornienko
2014-07-11
4
-14
/
+13
*
Fixed the test to work with -implicit-check-not.
Alexander Kornienko
2014-07-11
1
-5
/
+3
*
[clang-tidy] Add a checker for implicit bool conversion of a bool*.
Benjamin Kramer
2014-07-11
5
-0
/
+195
*
[doc] Fix incorrect reference to clang-format -> clang-tidy
Tobias Grosser
2014-07-10
1
-1
/
+1
*
Removed the "-fix" suffix from tests that verify both fixes and messages.
Alexander Kornienko
2014-07-09
2
-0
/
+0
*
Check messages and fixes in the same test.
Alexander Kornienko
2014-07-09
7
-202
/
+177
*
Delete removed formatting option.
Daniel Jasper
2014-07-09
1
-1
/
+0
*
As funny as it might look, this wasn't what I intended to test.
Benjamin Kramer
2014-07-08
1
-3
/
+3
[next]