git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fold compares irrespective of whether allocation can be elided
[lldb.git]
/
clang-tools-extra
/
2016-05-03
Haojian Wu
Fix cppcoreguidelines-pro-type-member-init failure...
tree
|
commitdiff
2016-05-03
Haojian Wu
[include-fixer] Abstract includeFixerMain function.
tree
|
commitdiff
2016-05-03
Haojian Wu
Fix a crash in cppcoreguidelines-pro-type-member-init...
tree
|
commitdiff
2016-05-03
Etienne Bergeron
[clang-tidy] Cleanup namespace in utils folder.
tree
|
commitdiff
2016-05-03
Felix Berger
[clang-tidy] ProTypeMemberInitCheck - check that field...
tree
|
commitdiff
2016-05-03
Eugene Zelenko
[Clang-tidy] Fix Clang-tidy modernize-use-override...
tree
|
commitdiff
2016-05-02
Etienne Bergeron
[clang-tidy] Cleaning namespaces to be more consistant...
tree
|
commitdiff
2016-05-02
Eugene Zelenko
[include-fixer] Fix Clang-tidy modernize-use-override...
tree
|
commitdiff
2016-05-02
Piotr Padlewski
[clang-tidy] Add modernize-make-shared check
tree
|
commitdiff
2016-04-30
Eugene Zelenko
[Release Notes] Mention Clang-tidy cert-err34-c check.
tree
|
commitdiff
2016-04-29
Aaron Ballman
Add a clang-tidy check that flags string-to-number...
tree
|
commitdiff
2016-04-29
Piotr Padlewski
Add boost-use-to-string
tree
|
commitdiff
2016-04-29
Piotr Padlewski
small reformat to test access
tree
|
commitdiff
2016-04-29
Benjamin Kramer
[find-all-symbols] Parallelize the merge step.
tree
|
commitdiff
2016-04-29
Benjamin Kramer
Make run-find-all-symbols executable.
tree
|
commitdiff
2016-04-29
Benjamin Kramer
[find-all-symbols] Fix racy yaml file writing.
tree
|
commitdiff
2016-04-29
Haojian Wu
[find-all-symbols] Save absolute file path instead...
tree
|
commitdiff
2016-04-29
Haojian Wu
[include-fixer] Add Yaml database integration.
tree
|
commitdiff
2016-04-28
Alexander Kornienko
[clang-tidy] cppcoreguidelines-pro-type-member-init...
tree
|
commitdiff
2016-04-28
Benjamin Kramer
[include-fixer] Add an option to minimize include paths.
tree
|
commitdiff
2016-04-28
Manuel Klimek
Add missing newline in clang-rename output.
tree
|
commitdiff
2016-04-28
NAKAMURA Takumi
FindAllSymbolsTest.CTypedefTest: Tweak for LLP64 like...
tree
|
commitdiff
2016-04-28
Stephen Hines
Fix include path in ClangTidy.cpp.
tree
|
commitdiff
2016-04-28
NAKAMURA Takumi
clang-tools-extra/test/clang-tidy/cppcoreguidelines...
tree
|
commitdiff
2016-04-27
Simon Pilgrim
Wdocumentation fix
tree
|
commitdiff
2016-04-27
David Blaikie
Fix a bunch of sign-compare warnings
tree
|
commitdiff
2016-04-27
Benjamin Kramer
[find-all-symbols] Also update unittest dependencies.
tree
|
commitdiff
2016-04-27
Benjamin Kramer
[find-all-symbols] Clean up dependencies, fixing cmake...
tree
|
commitdiff
2016-04-27
Haojian Wu
Fix explain-check failure test on Windows.
tree
|
commitdiff
2016-04-27
Haojian Wu
Don't search compilation database in explain-check...
tree
|
commitdiff
2016-04-27
Benjamin Kramer
Add missing dependency.
tree
|
commitdiff
2016-04-27
Haojian Wu
[include-fixer] Add a find-all-symbols tool for include...
tree
|
commitdiff
2016-04-27
Benjamin Kramer
Clean up the include fixer 'driver' a bit and make...
tree
|
commitdiff
2016-04-27
Haojian Wu
Remove explain-config testcase that detect hard-coded...
tree
|
commitdiff
2016-04-27
Haojian Wu
Fix a crash in cppcoreguidelines-pro-type-member-init...
tree
|
commitdiff
2016-04-27
Alexander Kornienko
clang-tidy -list-checks should exit with non-zero code...
tree
|
commitdiff
2016-04-27
Haojian Wu
Don't search compilation database in explain-check...
tree
|
commitdiff
2016-04-27
Haojian Wu
[ClangTidy] Add an 'explain-checks' option to diagnose...
tree
|
commitdiff
2016-04-26
Alexander Kornienko
[clang-tidy] Now adding correct misc-move-const-arg...
tree
|
commitdiff
2016-04-26
Alexander Kornienko
[clang-tidy] Added misc-move-const-arg docs.
tree
|
commitdiff
2016-04-26
Eugene Zelenko
[Release notes] Mention Clang-tidy misc-fold-init-type...
tree
|
commitdiff
2016-04-26
Etienne Bergeron
[clang-tidy] New checker for redundant expressions.
tree
|
commitdiff
2016-04-26
Etienne Bergeron
[clang-tidy] Enhance misc-suspicious-string-compare...
tree
|
commitdiff
2016-04-26
Alexander Kornienko
A clang-tidy check for std:accumulate.
tree
|
commitdiff
2016-04-23
NAKAMURA Takumi
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck...
tree
|
commitdiff
2016-04-23
Alexander Kornienko
[clang-tidy] Fix misc-macro-repeated-side-effects false...
tree
|
commitdiff
2016-04-22
Eugene Zelenko
[Clang-tidy] Fix Clang warning in misc/StringConstructo...
tree
|
commitdiff
2016-04-22
Haojian Wu
[clang-tidy] fix link in Release Notes
tree
|
commitdiff
2016-04-22
NAKAMURA Takumi
clangTidyReadabilityModule: Add clangTidyUtils in libde...
tree
|
commitdiff
2016-04-21
Etienne Bergeron
[clang-tidy] Fix broken build bot.
tree
|
commitdiff
2016-04-21
Eugene Zelenko
[Release Notes] Mention Clang-tidy misc-string-construc...
tree
|
commitdiff
2016-04-21
Etienne Bergeron
[clang-tidy] New checker to detect suspicious string...
tree
|
commitdiff
2016-04-21
Etienne Bergeron
[clang-tidy] Add new checker for comparison with runtim...
tree
|
commitdiff
2016-04-21
Etienne Bergeron
[clang-tidy] Cleanup some ast-matchers and lift some...
tree
|
commitdiff
2016-04-21
Alexander Kornienko
[Clang-tidy] Fix for crash in modernize-raw-string...
tree
|
commitdiff
2016-04-21
Haojian Wu
Fix cast compiler warning message in include-fixer.
tree
|
commitdiff
2016-04-20
NAKAMURA Takumi
IncludeFixerTest.cpp: Tweak not to assume clang-tools...
tree
|
commitdiff
2016-04-20
Benjamin Kramer
[include-fixer] Add a prototype for a new include fixin...
tree
|
commitdiff
2016-04-20
Daniel Jasper
clang-tidy: [misc-unused-using-decls] Support template...
tree
|
commitdiff
2016-04-20
Daniel Jasper
clang-tidy: [misc-unused-using-decls] Always use the...
tree
|
commitdiff
2016-04-20
Haojian Wu
Fix a crash in cppcoreguidelines-pro-type-member-init...
tree
|
commitdiff
2016-04-19
Eugene Zelenko
[Clang-tidy] Fix extra semicolon warning in cppcoreguid...
tree
|
commitdiff
2016-04-19
Eugene Zelenko
[Release Notes] Mention Clang-tidy misc-unused-using...
tree
|
commitdiff
2016-04-19
Daniel Jasper
Initial version of misc-unused-using-decl check.
tree
|
commitdiff
2016-04-19
Gabor Horvath
[clang-tidy] readability-container-size-empty fixes
tree
|
commitdiff
2016-04-16
Alex Denisov
Replace hardcoded comment at 'lit.site.cfg.in'
tree
|
commitdiff
2016-04-16
Craig Topper
Add missing override keyword to silence -Winconsistent...
tree
|
commitdiff
2016-04-15
Etienne Bergeron
[clang-tidy] Add more detection rules for redundant...
tree
|
commitdiff
2016-04-15
Eugene Zelenko
[Release Notes] mention Clang-tidy misc-multiple-statem...
tree
|
commitdiff
2016-04-15
Etienne Bergeron
[clang-tidy] Add new checker for suspicious sizeof...
tree
|
commitdiff
2016-04-15
Etienne Bergeron
[clang-tidy] Add checker for operations between integra...
tree
|
commitdiff
2016-04-14
Samuel Benzaquen
[clang-tidy] Add check misc-multiple-statement-macro
tree
|
commitdiff
2016-04-14
Aaron Ballman
Add support for type aliases to modernize-redundant...
tree
|
commitdiff
2016-04-14
Etienne Bergeron
[clang-tidy] Fix documentation generation.
tree
|
commitdiff
2016-04-13
NAKAMURA Takumi
clang-tools-extra/test/clang-tidy/readability-deleted...
tree
|
commitdiff
2016-04-13
Alexander Kornienko
Complete support for C++ Core Guidelines Type.6: Always...
tree
|
commitdiff
2016-04-13
Alexander Kornienko
[clang-tidy] Add a readability-deleted-default clang...
tree
|
commitdiff
2016-04-13
Alexander Kornienko
[clang-tidy] add_new_check.py should fail if check...
tree
|
commitdiff
2016-04-12
Matthias Gehre
[clang-tidy] fix readability-avoid-const-params-in...
tree
|
commitdiff
2016-04-08
Eugene Zelenko
[Release Notes] Sort checks alphabetically.
tree
|
commitdiff
2016-04-08
Alexander Kornienko
[clang-tidy] cppcoreguidelines-interfaces-global-init
tree
|
commitdiff
2016-04-07
Eugene Zelenko
Mention readability-static-definition-in-anonymous...
tree
|
commitdiff
2016-04-07
Etienne Bergeron
[clang-tidy] add new checker for string literal with...
tree
|
commitdiff
2016-04-07
Etienne Bergeron
[clang-tidy] fix a crash with -fdelayed-template-parsin...
tree
|
commitdiff
2016-04-07
Benjamin Kramer
[clang-tidy] Remove unnecessary getName() on Decls...
tree
|
commitdiff
2016-04-07
Etienne Bergeron
[clang-tidy] Fix infinite loop in MisplacedWideningCast...
tree
|
commitdiff
2016-04-07
Etienne Bergeron
[clang-tidy] Fix FP with readability-redundant-string...
tree
|
commitdiff
2016-04-07
Alexander Kornienko
[docs] Update version (http://llvm.org/PR27253)
tree
|
commitdiff
2016-04-06
Gabor Horvath
[clang-tidy] Assertion fix in misc-misplaced-widening...
tree
|
commitdiff
2016-04-06
Etienne Bergeron
[clang-tidy] filter plugins and plugin arguments of...
tree
|
commitdiff
2016-04-06
Etienne Bergeron
[clang-tidy] fix building clang-tidy documentation.
tree
|
commitdiff
2016-04-06
Gabor Horvath
[clang-tidy] Extension of checker misc-misplaced-wideni...
tree
|
commitdiff
2016-04-05
Haojian Wu
[clang-tidy] Add a check to detect static definitions...
tree
|
commitdiff
2016-04-05
Etienne Bergeron
[clang-tidy] Fix documentation of misc-suspicious-missi...
tree
|
commitdiff
2016-04-04
Etienne Bergeron
[clang-tidy] Reduce false-positive ratio in misc-suspic...
tree
|
commitdiff
2016-04-04
Alexander Kornienko
[clang-tidy] fix a couple of modernize-use-override...
tree
|
commitdiff
2016-04-02
Alexander Kornienko
[clang-tidy] Update an example. NFC.
tree
|
commitdiff
2016-04-02
Eugene Zelenko
[Clang-tidy] Improve checks documentation consistency.
tree
|
commitdiff
2016-04-01
Haojian Wu
[clang-tidy] Don't delete unused parameter in class...
tree
|
commitdiff
2016-03-31
Eugene Zelenko
Update release notes with list of checks added since...
tree
|
commitdiff
next