summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-0257-52/+137
* [include-fixer] Fix Clang-tidy modernize-use-override and some Include What Y...Eugene Zelenko2016-05-023-7/+33
* [clang-tidy] Add modernize-make-shared checkPiotr Padlewski2016-05-0212-139/+524
* [Release Notes] Mention Clang-tidy cert-err34-c check.Eugene Zelenko2016-04-301-7/+14
* Add a clang-tidy check that flags string-to-number conversion functions that ...Aaron Ballman2016-04-298-0/+452
* Add boost-use-to-stringPiotr Padlewski2016-04-2913-1/+353
* small reformat to test accessPiotr Padlewski2016-04-291-27/+27
* [find-all-symbols] Parallelize the merge step.Benjamin Kramer2016-04-291-15/+28
* Make run-find-all-symbols executable.Benjamin Kramer2016-04-291-0/+0
* [find-all-symbols] Fix racy yaml file writing.Benjamin Kramer2016-04-293-15/+20
* [find-all-symbols] Save absolute file path instead of relative file path in S...Haojian Wu2016-04-291-4/+23
* [include-fixer] Add Yaml database integration.Haojian Wu2016-04-296-1/+131
* [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about...Alexander Kornienko2016-04-283-13/+14
* [include-fixer] Add an option to minimize include paths.Benjamin Kramer2016-04-284-20/+95
* Add missing newline in clang-rename output.Manuel Klimek2016-04-281-1/+1
* FindAllSymbolsTest.CTypedefTest: Tweak for LLP64 like x86_64-win32.NAKAMURA Takumi2016-04-281-2/+2
* Fix include path in ClangTidy.cpp.Stephen Hines2016-04-281-1/+1
* clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx9...NAKAMURA Takumi2016-04-281-1/+1
* Wdocumentation fixSimon Pilgrim2016-04-271-1/+1
* Fix a bunch of sign-compare warningsDavid Blaikie2016-04-271-4/+4
* [find-all-symbols] Also update unittest dependencies.Benjamin Kramer2016-04-271-0/+2
* [find-all-symbols] Clean up dependencies, fixing cmake shared build.Benjamin Kramer2016-04-271-2/+1
* Fix explain-check failure test on Windows.Haojian Wu2016-04-271-1/+1
* Don't search compilation database in explain-check, fixing buildbot testHaojian Wu2016-04-271-1/+1
* Add missing dependency.Benjamin Kramer2016-04-271-1/+2
* [include-fixer] Add a find-all-symbols tool for include-fixer.Haojian Wu2016-04-2712-0/+1135
* Clean up the include fixer 'driver' a bit and make the database configurable.Benjamin Kramer2016-04-272-16/+60
* Remove explain-config testcase that detect hard-coded check.Haojian Wu2016-04-271-2/+0
* Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type wi...Haojian Wu2016-04-272-10/+24
* clang-tidy -list-checks should exit with non-zero code when no checks are ena...Alexander Kornienko2016-04-271-0/+4
* Don't search compilation database in explain-check test.Haojian Wu2016-04-271-1/+1
* [ClangTidy] Add an 'explain-checks' option to diagnose where each checks come...Haojian Wu2016-04-275-25/+141
* [clang-tidy] Now adding correct misc-move-const-arg documentation ;]Alexander Kornienko2016-04-263-21/+20
* [clang-tidy] Added misc-move-const-arg docs.Alexander Kornienko2016-04-262-1/+17
* [Release notes] Mention Clang-tidy misc-fold-init-type check.Eugene Zelenko2016-04-262-4/+10
* [clang-tidy] New checker for redundant expressions.Etienne Bergeron2016-04-268-0/+318
* [clang-tidy] Enhance misc-suspicious-string-compare to move down false-positi...Etienne Bergeron2016-04-263-36/+93
* A clang-tidy check for std:accumulate.Alexander Kornienko2016-04-267-0/+374
* clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp: Use raw_string_ostre...NAKAMURA Takumi2016-04-231-1/+1
* [clang-tidy] Fix misc-macro-repeated-side-effects false positive with stringi...Alexander Kornienko2016-04-232-0/+16
* [Clang-tidy] Fix Clang warning in misc/StringConstructorCheck.h.Eugene Zelenko2016-04-221-1/+1
* [clang-tidy] fix link in Release NotesHaojian Wu2016-04-221-1/+1
* clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r...NAKAMURA Takumi2016-04-221-0/+1
* [clang-tidy] Fix broken build bot.Etienne Bergeron2016-04-211-44/+44
* [Release Notes] Mention Clang-tidy misc-string-constructor and misc-suspiciou...Eugene Zelenko2016-04-212-1/+10
* [clang-tidy] New checker to detect suspicious string constructor.Etienne Bergeron2016-04-217-0/+260
* [clang-tidy] Add new checker for comparison with runtime string functions.Etienne Bergeron2016-04-218-0/+671
* [clang-tidy] Cleanup some ast-matchers and lift some to utils.Etienne Bergeron2016-04-2110-81/+36
* [Clang-tidy] Fix for crash in modernize-raw-string-literal checkAlexander Kornienko2016-04-212-1/+6
* Fix cast compiler warning message in include-fixer.Haojian Wu2016-04-211-3/+2
OpenPOWER on IntegriCloud