summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add integer division checkGabor Horvath2017-08-108-0/+273
* [clang-tidy] Updated docs and release notes for r310584Alexander Kornienko2017-08-102-4/+19
* [clang-tidy] Add a test.Alexander Kornienko2017-08-101-3/+9
* [clang-tidy] Enable test for http://llvm.org/PR26228Alexander Kornienko2017-08-101-6/+7
* [clang-tidy] Add modernize-use-emplace.IgnoreImplicitConstructors optionAlexander Kornienko2017-08-103-8/+137
* [clang-tidy] Fix an error in the doc.Haojian Wu2017-08-101-1/+2
* [clang-tidy] add forwarders in the aliased checks from hicpp moduleHaojian Wu2017-08-1013-24/+48
* [clang-tidy] Fix a check-fixes lineGabor Horvath2017-08-101-1/+1
* [clang-tidy] Minor documentation improvementGabor Horvath2017-08-102-1/+2
* [clang-tidy] Add missing doc in cppcoreguidelines-c-copy-assignment-signature...Haojian Wu2017-08-102-0/+10
* [clang-tidy] Don't compute the edit distance if it's over the threshold.Benjamin Kramer2017-08-091-2/+2
* [clang-tidy] Fix another crash in make-unique check.Haojian Wu2017-08-092-0/+20
* [clang-tidy] Ignore newlines in checks listAlexander Kornienko2017-08-092-2/+2
* [clangd] Fixed a bug in make_tagged.Ilya Biryukov2017-08-091-1/+1
* [clang-tidy] Add new readability non-idiomatic static access checkGabor Horvath2017-08-089-0/+429
* [clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko2017-08-0818-320/+356
* [clang-tidy] Added clang-tidy test cases related to rL310095Florian Gross2017-08-044-0/+20
* [clang-tidy] Add missing documents for "IgnoreMacros" option.Haojian Wu2017-08-044-0/+29
* [clang-tidy] Ignore macros in make-unique check.Haojian Wu2017-08-045-2/+71
* [clang-tidy] Support initializer-list constructor cases in modernize-make-uni...Haojian Wu2017-08-043-10/+120
* [test] Fix clang library dir in LD_LIBRARY_PATH For stand-alone buildMichal Gorny2017-08-033-4/+11
* ClangdTests: Try to unbreak the case CLANG_DEFAULT_CXX_STDLIB=libc++.NAKAMURA Takumi2017-08-031-1/+2
* Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek2017-08-0213-78/+100
* [clangd] Run clang-format on all clangd sources. NFC.Ilya Biryukov2017-08-026-17/+20
* [clangd] Capitalized descriptions of clangd options. NFC.Ilya Biryukov2017-08-021-2/+2
* [clangd] Fix more MSVC compilation failures.Ilya Biryukov2017-08-013-15/+16
* [clangd] Fixed MSVC compilation failures.Ilya Biryukov2017-08-011-0/+4
* [clangd] Rewrote AST and Preamble management.Ilya Biryukov2017-08-018-437/+760
* [clang-tidy] Handle anonymous structs/unions in member init checks.Malcolm Parsons2017-08-014-12/+44
* [clangd] Allow to get vfs::FileSystem used inside codeComplete.Ilya Biryukov2017-07-312-4/+12
* [clangd] Add ':' to completion trigger characters.Ilya Biryukov2017-07-312-3/+3
* [clang-reorder-fields] Emit warning when reordering breaks member init list d...Alexander Shaposhnikov2017-07-304-16/+181
* [clang-tidy] Expand readability-redundant-function-ptr-dereference testAlexander Kornienko2017-07-281-0/+21
* [clang-tidy] readability-redundant-declaration: ignore friends and macrosAlexander Kornienko2017-07-284-6/+68
* [clangd] Workaround for a test failure on Windows.Ilya Biryukov2017-07-281-2/+2
* [clangd] Don't reverse priorities of completion items.Ilya Biryukov2017-07-273-22/+18
* [clang-tidy] Do not issue fixit for explicit template specializationsFelix Berger2017-07-262-1/+26
* [clang-tidy] Fixup clang-apply-replacements/invalid-files testKevin Funk2017-07-251-1/+2
* [clang-tidy] clang-apply-replacements: Don't insert null entryKevin Funk2017-07-253-12/+27
* [clangd] Reuse compile commands during reparseKrasimir Georgiev2017-07-252-5/+8
* [clangd] Workaround Windows test failures.Ilya Biryukov2017-07-251-3/+3
* [clang-tidy] Handle incomplete types in bugprone-undefined-memory-manipulationGabor Horvath2017-07-252-1/+9
* clangDaemon: Update libdeps in r308738.NAKAMURA Takumi2017-07-211-0/+1
* [clangd] Replace ASTUnit with manual AST management.Ilya Biryukov2017-07-213-145/+577
* [clang-tidy] Add option to export fixes to run-clang-tidy.pyAlexander Kornienko2017-07-211-8/+46
* [clangd] Specified --gcc-toolchain explicitly in VFS test.Ilya Biryukov2017-07-211-5/+5
* [clang-tools-extra] Add support for plain C structs in clang-reorder-fieldsAlexander Shaposhnikov2017-07-202-13/+32
* [clang-tidy] s/1/true/, NFCAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-2015-36/+21
* [clangd] Allow specifying -resource-dirKrasimir Georgiev2017-07-193-4/+15
OpenPOWER on IntegriCloud