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
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Force braces around leaf 'else if' for consistency.
Samuel Benzaquen
2015-06-04
1
-0
/
+13
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-16
/
+16
*
Force braces on the else branch if they are being added to the if branch.
Samuel Benzaquen
2015-03-31
2
-5
/
+27
*
Fix false positive on anonymous namespaces in headers.
Samuel Benzaquen
2015-03-24
1
-0
/
+4
*
Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...
NAKAMURA Takumi
2015-03-13
1
-0
/
+1
*
[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.
Alexander Kornienko
2015-03-09
1
-3
/
+3
*
[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
1
-5
/
+5
*
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...
Alexander Kornienko
2015-03-05
1
-0
/
+2
*
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
1
-0
/
+2
*
[clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
1
-0
/
+2
*
[clang-tidy] Organized clang-tidy unit tests. NFC.
Alexander Kornienko
2015-03-02
4
-338
/
+333
*
Revert "Adapt clang-tools-extra to clang module format changes."
Adrian Prantl
2015-02-25
5
-15
/
+10
*
Adapt clang-tools-extra to clang module format changes.
Adrian Prantl
2015-02-25
5
-10
/
+15
*
Revert "Adapt Makefile dependencies for the clang module format change in r23...
Adrian Prantl
2015-02-21
5
-17
/
+15
*
Adapt Makefile dependencies for the clang module format change in r230089.
Adrian Prantl
2015-02-20
5
-15
/
+17
*
Add clang-tidy check google-global-names-in-headers.
Samuel Benzaquen
2015-02-11
1
-0
/
+46
*
[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-3
/
+3
*
[CMake] Prune redundant libdeps.
NAKAMURA Takumi
2014-10-30
1
-1
/
+0
*
[CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
2014-10-30
3
-0
/
+3
*
Fix Makefiles after r220867.
Daniel Jasper
2014-10-29
3
-10
/
+13
*
Prune CRLF.
NAKAMURA Takumi
2014-10-27
1
-97
/
+97
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
2
-4
/
+4
*
[clang-tidy] Minor fixes for the NamespaceCommentCheck.
Alexander Kornienko
2014-10-16
1
-0
/
+8
*
Fix llvm-header-guard check.
Alexander Kornienko
2014-10-15
1
-3
/
+13
*
Reformatted code samples in the unit test. No functional changes.
Alexander Kornienko
2014-10-15
1
-64
/
+111
*
[clang-tidy] Move some of the misc checks to readability/
Alexander Kornienko
2014-10-15
1
-1
/
+4
*
Re-structure clang-rename into a library and the tool.
Manuel Klimek
2014-10-13
2
-6
/
+7
*
Small cleanups from review comments.
Manuel Klimek
2014-10-09
1
-5
/
+3
*
Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Manuel Klimek
2014-10-07
2
-19
/
+27
*
[clang-tidy] Add check misc-braces-around-statements.
Alexander Kornienko
2014-10-02
1
-0
/
+329
*
Provide user name in ClangTidyOptions.
Alexander Kornienko
2014-09-24
1
-9
/
+10
*
ClangTidyTests: Add dependency on clangTidyUtils.
NAKAMURA Takumi
2014-09-23
1
-0
/
+1
*
Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
2014-09-22
4
-80
/
+95
*
ClangRenameTests: Prune redundant libdeps.
NAKAMURA Takumi
2014-09-22
1
-10
/
+0
*
Add newline at eof.
NAKAMURA Takumi
2014-09-22
1
-1
/
+1
*
Rename unit test argument and add argument comments for clarity.
Benjamin Kramer
2014-09-17
1
-19
/
+28
*
[clang-tidy] When emitting header guard fixes bundle all fix-its into one
Benjamin Kramer
2014-09-16
1
-11
/
+17
*
Implemented clang-tidy-check-specific options.
Alexander Kornienko
2014-09-12
3
-5
/
+7
*
[clang-tidy] Don't try to fix header guard #endif comments if there are escaped
Benjamin Kramer
2014-09-10
1
-0
/
+14
*
Plug a unit test memory leak.
Benjamin Kramer
2014-09-04
1
-1
/
+2
*
Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
2014-09-04
2
-5
/
+7
*
Update for Clang API change.
David Blaikie
2014-08-27
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+3
*
[clang-tidy] If we're going to change the header guard in the #endif comment
Benjamin Kramer
2014-08-26
1
-0
/
+14
*
[clang-tidy] Allow /**/ comments on #endifs when checking header guards.
Benjamin Kramer
2014-08-20
1
-0
/
+30
*
Revert rL215947: "[clang-rename] revert r215839"
Manuel Klimek
2014-08-20
4
-0
/
+142
*
[clang-rename] revert r215839
Gerolf Hoflehner
2014-08-18
4
-142
/
+0
*
Revert r215854 corresponding to r215857, "Suppress ClangRenameTests/USRLocFin...
NAKAMURA Takumi
2014-08-17
1
-2
/
+1
[next]