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
*
Update to match clang r223913.
Richard Smith
2014-12-10
1
-1
/
+14
*
[clang-tidy] Fix a typo.
Alexander Kornienko
2014-12-09
1
-2
/
+3
*
[clang-tidy] Extended the example check, added a fix-it, etc.
Alexander Kornienko
2014-12-09
1
-12
/
+23
*
clang-tidy: Add a basic python script to generate checks.
Daniel Jasper
2014-12-09
1
-0
/
+214
*
Handle newlines on Windows correctly.
Nikola Smiljanic
2014-12-09
5
-1
/
+26
*
[clang-tidy] google-runtime-int: Don't check C code.
Alexander Kornienko
2014-12-08
2
-0
/
+31
*
[clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> move
Alexander Kornienko
2014-12-05
5
-0
/
+156
*
Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505).
Alexander Kornienko
2014-12-03
1
-21
/
+13
*
[clang-tidy] Update help messages and docs.
Alexander Kornienko
2014-12-03
2
-63
/
+108
*
[clang-tidy] Make a test independent of the default check set.
Alexander Kornienko
2014-12-03
1
-1
/
+1
*
Update and simplify to match Clang r223095.
Richard Smith
2014-12-02
1
-14
/
+3
*
[clang-tidy] google-explicit-constructor: don't match in template instantiations
Alexander Kornienko
2014-11-30
2
-1
/
+20
*
[clang-tidy] More tests for the google-explicit-constructor check
Alexander Kornienko
2014-11-28
1
-5
/
+26
*
[clang-tidy] Support initializer_list in google-explicit-constructor check
Alexander Kornienko
2014-11-27
8
-30
/
+117
*
clang-tidy: [misc-use-override] Add testcase with reversed attribute order
Daniel Jasper
2014-11-25
1
-0
/
+5
*
clang-tidy: Add override before the first attribute.
Daniel Jasper
2014-11-25
2
-9
/
+12
*
[clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10
Alexander Kornienko
2014-11-20
3
-5
/
+19
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-20
2
-1
/
+4
*
Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"
Hans Wennborg
2014-11-19
2
-4
/
+1
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-19
2
-1
/
+4
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usage
David Blaikie
2014-11-19
1
-2
/
+2
*
Update for LLVM API change
David Blaikie
2014-11-19
1
-1
/
+1
*
[clang-tidy] Move the missing namespace comment warnings to the closing brace
Alexander Kornienko
2014-11-17
4
-6
/
+15
*
Remove some redundant virtual on overridden functions
David Blaikie
2014-11-14
2
-4
/
+4
*
Regression test for the --serialize-diagnostics problem fixed in r221884.
Alexander Kornienko
2014-11-13
1
-0
/
+3
*
[clang-tidy] google-readability-function: skip std::nullptr_t
Alexander Kornienko
2014-11-05
2
-0
/
+10
*
[clang-tidy] Don't print a message if there's no error.
Alexander Kornienko
2014-11-04
1
-2
/
+3
*
Use findProgramByName. NFC.
Rafael Espindola
2014-11-04
1
-3
/
+4
*
[clang-tidy] Added -fix-errors option
Alexander Kornienko
2014-11-03
2
-4
/
+41
*
[CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder.
NAKAMURA Takumi
2014-10-30
1
-0
/
+1
*
[CMake] Prune redundant libdeps.
NAKAMURA Takumi
2014-10-30
5
-8
/
+0
*
[CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
2014-10-30
10
-0
/
+10
*
[CMake] Reformat.
NAKAMURA Takumi
2014-10-30
1
-1
/
+2
*
Fix Makefiles after r220867.
Daniel Jasper
2014-10-29
10
-24
/
+30
*
Shrink the set of checks enabled by default.
Alexander Kornienko
2014-10-29
1
-5
/
+4
*
Suppress clang-tools-extra/test/clang-tidy/file-filter.cpp on win32 for inves...
NAKAMURA Takumi
2014-10-29
1
-0
/
+3
*
[clang-tidy] Updated docs for r220826.
Alexander Kornienko
2014-10-28
1
-0
/
+1
*
[clang-tidy] Added -system-headers option.
Alexander Kornienko
2014-10-28
6
-13
/
+41
*
Prune CRLF.
NAKAMURA Takumi
2014-10-27
2
-189
/
+189
*
[clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh
Alexander Kornienko
2014-10-26
26
-129
/
+139
*
[clang-tidy] Clean up test.
Alexander Kornienko
2014-10-26
1
-7
/
+5
*
[clang-tidy] Simplify RUN: lines in the test
Alexander Kornienko
2014-10-26
1
-3
/
+1
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
21
-29
/
+75
*
Add flag --enable-check-profile to clang-tidy.
Samuel Benzaquen
2014-10-23
5
-5
/
+89
*
[clang-tidy] Add support for custom configuration file names/formats.
Alexander Kornienko
2014-10-20
2
-40
/
+111
*
[clang-tidy] Minor fixes for the NamespaceCommentCheck.
Alexander Kornienko
2014-10-16
2
-4
/
+14
*
[clang-tidy] Default options in modules.
Alexander Kornienko
2014-10-16
7
-11
/
+47
*
Avoid having "using namespace" for both "clang" and "llvm" namespaces.
Alexey Samsonov
2014-10-15
1
-20
/
+19
*
Fix llvm-header-guard check.
Alexander Kornienko
2014-10-15
3
-10
/
+31
[next]