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] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
57
-52
/
+137
*
[include-fixer] Fix Clang-tidy modernize-use-override and some Include What Y...
Eugene Zelenko
2016-05-02
3
-7
/
+33
*
[clang-tidy] Add modernize-make-shared check
Piotr Padlewski
2016-05-02
12
-139
/
+524
*
[Release Notes] Mention Clang-tidy cert-err34-c check.
Eugene Zelenko
2016-04-30
1
-7
/
+14
*
Add a clang-tidy check that flags string-to-number conversion functions that ...
Aaron Ballman
2016-04-29
8
-0
/
+452
*
Add boost-use-to-string
Piotr Padlewski
2016-04-29
13
-1
/
+353
*
small reformat to test access
Piotr Padlewski
2016-04-29
1
-27
/
+27
*
[find-all-symbols] Parallelize the merge step.
Benjamin Kramer
2016-04-29
1
-15
/
+28
*
Make run-find-all-symbols executable.
Benjamin Kramer
2016-04-29
1
-0
/
+0
*
[find-all-symbols] Fix racy yaml file writing.
Benjamin Kramer
2016-04-29
3
-15
/
+20
*
[find-all-symbols] Save absolute file path instead of relative file path in S...
Haojian Wu
2016-04-29
1
-4
/
+23
*
[include-fixer] Add Yaml database integration.
Haojian Wu
2016-04-29
6
-1
/
+131
*
[clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about...
Alexander Kornienko
2016-04-28
3
-13
/
+14
*
[include-fixer] Add an option to minimize include paths.
Benjamin Kramer
2016-04-28
4
-20
/
+95
*
Add missing newline in clang-rename output.
Manuel Klimek
2016-04-28
1
-1
/
+1
*
FindAllSymbolsTest.CTypedefTest: Tweak for LLP64 like x86_64-win32.
NAKAMURA Takumi
2016-04-28
1
-2
/
+2
*
Fix include path in ClangTidy.cpp.
Stephen Hines
2016-04-28
1
-1
/
+1
*
clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx9...
NAKAMURA Takumi
2016-04-28
1
-1
/
+1
*
Wdocumentation fix
Simon Pilgrim
2016-04-27
1
-1
/
+1
*
Fix a bunch of sign-compare warnings
David Blaikie
2016-04-27
1
-4
/
+4
*
[find-all-symbols] Also update unittest dependencies.
Benjamin Kramer
2016-04-27
1
-0
/
+2
*
[find-all-symbols] Clean up dependencies, fixing cmake shared build.
Benjamin Kramer
2016-04-27
1
-2
/
+1
*
Fix explain-check failure test on Windows.
Haojian Wu
2016-04-27
1
-1
/
+1
*
Don't search compilation database in explain-check, fixing buildbot test
Haojian Wu
2016-04-27
1
-1
/
+1
*
Add missing dependency.
Benjamin Kramer
2016-04-27
1
-1
/
+2
*
[include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu
2016-04-27
12
-0
/
+1135
*
Clean up the include fixer 'driver' a bit and make the database configurable.
Benjamin Kramer
2016-04-27
2
-16
/
+60
*
Remove explain-config testcase that detect hard-coded check.
Haojian Wu
2016-04-27
1
-2
/
+0
*
Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type wi...
Haojian Wu
2016-04-27
2
-10
/
+24
*
clang-tidy -list-checks should exit with non-zero code when no checks are ena...
Alexander Kornienko
2016-04-27
1
-0
/
+4
*
Don't search compilation database in explain-check test.
Haojian Wu
2016-04-27
1
-1
/
+1
*
[ClangTidy] Add an 'explain-checks' option to diagnose where each checks come...
Haojian Wu
2016-04-27
5
-25
/
+141
*
[clang-tidy] Now adding correct misc-move-const-arg documentation ;]
Alexander Kornienko
2016-04-26
3
-21
/
+20
*
[clang-tidy] Added misc-move-const-arg docs.
Alexander Kornienko
2016-04-26
2
-1
/
+17
*
[Release notes] Mention Clang-tidy misc-fold-init-type check.
Eugene Zelenko
2016-04-26
2
-4
/
+10
*
[clang-tidy] New checker for redundant expressions.
Etienne Bergeron
2016-04-26
8
-0
/
+318
*
[clang-tidy] Enhance misc-suspicious-string-compare to move down false-positi...
Etienne Bergeron
2016-04-26
3
-36
/
+93
*
A clang-tidy check for std:accumulate.
Alexander Kornienko
2016-04-26
7
-0
/
+374
*
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp: Use raw_string_ostre...
NAKAMURA Takumi
2016-04-23
1
-1
/
+1
*
[clang-tidy] Fix misc-macro-repeated-side-effects false positive with stringi...
Alexander Kornienko
2016-04-23
2
-0
/
+16
*
[Clang-tidy] Fix Clang warning in misc/StringConstructorCheck.h.
Eugene Zelenko
2016-04-22
1
-1
/
+1
*
[clang-tidy] fix link in Release Notes
Haojian Wu
2016-04-22
1
-1
/
+1
*
clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r...
NAKAMURA Takumi
2016-04-22
1
-0
/
+1
*
[clang-tidy] Fix broken build bot.
Etienne Bergeron
2016-04-21
1
-44
/
+44
*
[Release Notes] Mention Clang-tidy misc-string-constructor and misc-suspiciou...
Eugene Zelenko
2016-04-21
2
-1
/
+10
*
[clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron
2016-04-21
7
-0
/
+260
*
[clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron
2016-04-21
8
-0
/
+671
*
[clang-tidy] Cleanup some ast-matchers and lift some to utils.
Etienne Bergeron
2016-04-21
10
-81
/
+36
*
[Clang-tidy] Fix for crash in modernize-raw-string-literal check
Alexander Kornienko
2016-04-21
2
-1
/
+6
*
Fix cast compiler warning message in include-fixer.
Haojian Wu
2016-04-21
1
-3
/
+2
[next]