summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop doxygen link; the release ships it in tarball insteadupstream/release_39Hans Wennborg2016-08-181-18/+0
* ReleaseNotes: tidy upHans Wennborg2016-08-181-15/+0
* ReleaseNotes: remove in-progress warningHans Wennborg2016-08-181-14/+3
* Merging r278949: (excluding the clang-include-fixer.el part)Hans Wennborg2016-08-172-3/+22
* Expand the clang-include-fixer relnotes a bit.Benjamin Kramer2016-08-031-0/+7
* Merging r277097:Hans Wennborg2016-08-015-45/+182
* Merging r275943:Hans Wennborg2016-07-201-1/+1
* Creating release_39 branch off revision 275826Hans Wennborg2016-07-180-0/+0
* [include-fixer] Add an options allow moving the cursor to #include line in vimHaojian Wu2016-07-181-12/+25
* [clang-rename] remove obsolete tests and apply fixes to existingKirill Bobyrev2016-07-1611-148/+20
* [clang-rename] fix testsetKirill Bobyrev2016-07-1520-60/+254
* [clang-rename] apply stylistic fixesKirill Bobyrev2016-07-154-20/+16
* [clang-rename] add few testsKirill Bobyrev2016-07-155-0/+76
* [include-fixer] Always add as few as possible qualifiers to the unidentified ...Haojian Wu2016-07-152-8/+38
* cppcoreguidelines-pro-bounds-constant-array-index: crash for value dependent ...Matthias Gehre2016-07-142-0/+15
* Upgrade all the .arcconfigs to https.Benjamin Kramer2016-07-141-1/+1
* [clang-rename] add documentationBenjamin Kramer2016-07-142-0/+100
* [clang-rename] exit code-related bugfix and code cleanupBenjamin Kramer2016-07-145-28/+47
* [include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.Haojian Wu2016-07-142-5/+15
* [include-fixer] Implement adding missing namespace qualifiers in vim integrat...Haojian Wu2016-07-137-87/+186
* [clang-tidy] Fix misc-definitions-in-headers misplaced fixing to fully templa...Haojian Wu2016-07-132-3/+6
* fix missing newline in sphinx docEtienne Bergeron2016-07-131-0/+1
* Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu2016-07-115-27/+56
* [clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.Haojian Wu2016-07-113-11/+13
* clang-tidy/readability-identifier-naming: crash on DependentTemplateSpecializ...Matthias Gehre2016-07-092-3/+10
* [include-fixer] Don't add qualifiers to symbols which have global scope opera...Haojian Wu2016-07-083-7/+12
* [include-fixer] Pull out Context implementation code to a cpp file.Haojian Wu2016-07-083-40/+65
* [clang-rename] fix typo in Python script for Vim integrationHaojian Wu2016-07-081-2/+2
* [include-fixer] Add missing namespace qualifiers after inserting a missing he...Haojian Wu2016-07-088-81/+237
* [clang-rename] add basic vim integrationBenjamin Kramer2016-07-071-0/+61
* [clang-tidy] Add dependency on clang-headersNico Weber2016-07-071-0/+3
* [clang-tidy] Enhance redundant-expression checkEtienne Bergeron2016-07-073-3/+842
* [clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methodsFelix Berger2016-07-052-2/+17
* [clang-include-fixer] fix PEP8 warningsBenjamin Kramer2016-07-041-9/+11
* [include-fixer] reduce stack size by changing RegexHeaderMap to use const cha...Eric Liu2016-07-042-3/+2
* [clang-tidy] Fix more enum declaration cases in misc-unused-using-decls check.Haojian Wu2016-07-042-9/+18
* Fix broken build caused by r274494.Eric Liu2016-07-041-0/+1
* [include-fixer] make HeaderMapCollector maps from regex instead of postfix.Eric Liu2016-07-047-656/+660
* [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger2016-07-019-21/+245
* [clang-tidy] Do not match on lambdas.Samuel Benzaquen2016-06-282-4/+12
* [clang-tidy] boost-use-to-string arg expr location bugfixPiotr Padlewski2016-06-282-16/+36
* clang-rename: Update libdeps corresponding to r273910.NAKAMURA Takumi2016-06-281-0/+1
* clang-rename: try to make ClassTestReplacements more reliableMiklos Vajna2016-06-271-3/+4
* clang-rename: add a -export-fixes optionMiklos Vajna2016-06-272-0/+38
* [clang-tidy] Warning enum unused using declarations.Haojian Wu2016-06-272-4/+21
* [clang-tidy] Don't run misc-definitions-in-headers check in failing TUs.Haojian Wu2016-06-271-0/+4
* clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.NAKAMURA Takumi2016-06-261-3/+3
* [clang-tidy] Add modernize-use-usingKrystyna Gajczyk2016-06-258-0/+250
* Remove ignoringImplicit from clang-tidy.Cong Liu2016-06-242-6/+1
* Fix build of ClangRenameTestsMiklos Vajna2016-06-211-1/+1