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] Allow /**/ comments on #endifs when checking header guards.
Benjamin Kramer
2014-08-20
2
-1
/
+32
*
Revert rL215947: "[clang-rename] revert r215839"
Manuel Klimek
2014-08-20
19
-2
/
+1007
*
[clang-rename] revert r215839
Gerolf Hoflehner
2014-08-18
19
-1005
/
+2
*
[CMake] clang-rename: Optimize libdeps.
NAKAMURA Takumi
2014-08-18
1
-9
/
+0
*
Add trailing linefeed.
NAKAMURA Takumi
2014-08-18
1
-1
/
+1
*
Revert r215854 corresponding to r215857, "Suppress ClangRenameTests/USRLocFin...
NAKAMURA Takumi
2014-08-17
1
-2
/
+1
*
Remove initializer list.
Manuel Klimek
2014-08-17
1
-5
/
+12
*
Suppress ClangRenameTests/USRLocFinding.FindsVarUSR on msc17 for now. Will fi...
NAKAMURA Takumi
2014-08-17
1
-1
/
+2
*
Fix link libraries for clang-rename.
Manuel Klimek
2014-08-17
1
-0
/
+7
*
Remove mention of non-existent 'test' directory.
Manuel Klimek
2014-08-17
1
-3
/
+0
*
First version of a clang-rename tool.
Manuel Klimek
2014-08-17
19
-2
/
+1003
*
AvoidCStyleCastsCheck: don't warn on casts in macros
Alexander Kornienko
2014-08-16
2
-7
/
+6
*
ClangTidyTests: Suppress FixHeaderGuards on win32 for now.
NAKAMURA Takumi
2014-08-13
1
-0
/
+3
*
[CMake] Update libdeps in clangTidyLLVMModule.
NAKAMURA Takumi
2014-08-13
1
-0
/
+1
*
In ancient times build targets had to be sorted topologically. Sometimes this...
Benjamin Kramer
2014-08-13
2
-2
/
+2
*
Fix linking in the Makefile build.
Benjamin Kramer
2014-08-13
1
-1
/
+1
*
[clang-tidy] Add a generic header guard checker + LLVM implementation.
Benjamin Kramer
2014-08-13
11
-1
/
+452
*
Try to unbreak the Makefile build.
Benjamin Kramer
2014-08-13
1
-0
/
+1
*
Also run extra tools unit tests in shared library builds.
Benjamin Kramer
2014-08-13
2
-5
/
+24
*
[clang-query] Use the new API for named values from the Parser.
Samuel Benzaquen
2014-08-12
1
-18
/
+5
*
Update for API change in clang.
Rafael Espindola
2014-08-12
1
-1
/
+2
*
[clang-tidy] Disable the warning on implicit bool* to bool conversion in macros.
Benjamin Kramer
2014-08-12
2
-5
/
+12
*
Allow specifying file names and extra arguments when running clang-tidy unit ...
Benjamin Kramer
2014-08-12
1
-3
/
+7
*
Update for API change in r215391
David Blaikie
2014-08-11
1
-1
/
+1
*
Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)
David Blaikie
2014-08-10
7
-28
/
+32
*
clang-modernize: Transform::createActionFactory return ownership by unique_pt...
David Blaikie
2014-08-08
10
-27
/
+22
*
[clang-tidy] Don't index past the end of a vector.
Benjamin Kramer
2014-08-08
1
-1
/
+2
*
Reverting to Rui's last version, as it actually works both in Darwin and in L...
Alexander Kornienko
2014-08-08
1
-1
/
+1
*
Closing the loop. Now this sed invocation is back to what it was before the a...
Alexander Kornienko
2014-08-08
1
-1
/
+1
*
Suppress clang-tools-extra/test/clang-tidy/llvm-include-order.cpp for targeti...
NAKAMURA Takumi
2014-08-08
1
-0
/
+3
*
[clang-tidy] Fix sed flag, third try
Rui Ueyama
2014-08-08
1
-1
/
+1
*
[clang-tidy] Fix sed flag again
Rui Ueyama
2014-08-07
1
-1
/
+1
*
[clang-tidy] Fix sed flag.
Rui Ueyama
2014-08-07
1
-1
/
+1
*
[clang-tidy] Implement the include order checker for LLVM.
Benjamin Kramer
2014-08-07
13
-10
/
+169
*
Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.
Alexander Kornienko
2014-08-06
7
-76
/
+76
*
check_clang_tidy_fix.sh: added comments, use set -o errexit instead of '|| ex...
Alexander Kornienko
2014-08-06
1
-5
/
+14
*
[clang-tidy] forward arguments of the testing script to clang-tidy.
Benjamin Kramer
2014-08-06
1
-1
/
+2
*
[clang-tidy] Simplify ast matcher.
Benjamin Kramer
2014-08-05
1
-11
/
+2
*
[clang-tidy] Rewrite a for-range loop in the old style.
Benjamin Kramer
2014-08-04
1
-3
/
+3
*
[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
[next]