aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Drop doxygen link; the release ships it in tarball insteadHans Wennborg1-18/+0
2016-08-18ReleaseNotes: tidy upHans Wennborg1-15/+0
2016-08-18ReleaseNotes: remove in-progress warningHans Wennborg1-14/+3
2016-08-17Merging r278949: (excluding the clang-include-fixer.el part)Hans Wennborg2-3/+22
2016-08-03Expand the clang-include-fixer relnotes a bit.Benjamin Kramer1-0/+7
2016-08-01Merging r277097:Hans Wennborg5-45/+182
2016-07-20Merging r275943:Hans Wennborg1-1/+1
2016-07-18[include-fixer] Add an options allow moving the cursor to #include line in vimHaojian Wu1-12/+25
2016-07-16[clang-rename] remove obsolete tests and apply fixes to existingKirill Bobyrev11-148/+20
2016-07-15[clang-rename] fix testsetKirill Bobyrev20-60/+254
2016-07-15[clang-rename] apply stylistic fixesKirill Bobyrev4-20/+16
2016-07-15[clang-rename] add few testsKirill Bobyrev5-0/+76
2016-07-15[include-fixer] Always add as few as possible qualifiers to the unidentified ...Haojian Wu2-8/+38
2016-07-14cppcoreguidelines-pro-bounds-constant-array-index: crash for value dependent ...Matthias Gehre2-0/+15
2016-07-14Upgrade all the .arcconfigs to https.Benjamin Kramer1-1/+1
2016-07-14[clang-rename] add documentationBenjamin Kramer2-0/+100
2016-07-14[clang-rename] exit code-related bugfix and code cleanupBenjamin Kramer5-28/+47
2016-07-14[include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.Haojian Wu2-5/+15
2016-07-13[include-fixer] Implement adding missing namespace qualifiers in vim integrat...Haojian Wu7-87/+186
2016-07-13[clang-tidy] Fix misc-definitions-in-headers misplaced fixing to fully templa...Haojian Wu2-3/+6
2016-07-13fix missing newline in sphinx docEtienne Bergeron1-0/+1
2016-07-11Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu5-27/+56
2016-07-11[clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.Haojian Wu3-11/+13
2016-07-09clang-tidy/readability-identifier-naming: crash on DependentTemplateSpecializ...Matthias Gehre2-3/+10
2016-07-08[include-fixer] Don't add qualifiers to symbols which have global scope opera...Haojian Wu3-7/+12
2016-07-08[include-fixer] Pull out Context implementation code to a cpp file.Haojian Wu3-40/+65
2016-07-08[clang-rename] fix typo in Python script for Vim integrationHaojian Wu1-2/+2
2016-07-08[include-fixer] Add missing namespace qualifiers after inserting a missing he...Haojian Wu8-81/+237
2016-07-07[clang-rename] add basic vim integrationBenjamin Kramer1-0/+61
2016-07-07[clang-tidy] Add dependency on clang-headersNico Weber1-0/+3
2016-07-07[clang-tidy] Enhance redundant-expression checkEtienne Bergeron3-3/+842
2016-07-05[clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methodsFelix Berger2-2/+17
2016-07-04[clang-include-fixer] fix PEP8 warningsBenjamin Kramer1-9/+11
2016-07-04[include-fixer] reduce stack size by changing RegexHeaderMap to use const cha...Eric Liu2-3/+2
2016-07-04[clang-tidy] Fix more enum declaration cases in misc-unused-using-decls check.Haojian Wu2-9/+18
2016-07-04Fix broken build caused by r274494.Eric Liu1-0/+1
2016-07-04[include-fixer] make HeaderMapCollector maps from regex instead of postfix.Eric Liu7-656/+660
2016-07-01[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger9-21/+245
2016-06-28[clang-tidy] Do not match on lambdas.Samuel Benzaquen2-4/+12
2016-06-28[clang-tidy] boost-use-to-string arg expr location bugfixPiotr Padlewski2-16/+36
2016-06-28clang-rename: Update libdeps corresponding to r273910.NAKAMURA Takumi1-0/+1
2016-06-27clang-rename: try to make ClassTestReplacements more reliableMiklos Vajna1-3/+4
2016-06-27clang-rename: add a -export-fixes optionMiklos Vajna2-0/+38
2016-06-27[clang-tidy] Warning enum unused using declarations.Haojian Wu2-4/+21
2016-06-27[clang-tidy] Don't run misc-definitions-in-headers check in failing TUs.Haojian Wu1-0/+4
2016-06-26clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.NAKAMURA Takumi1-3/+3
2016-06-25[clang-tidy] Add modernize-use-usingKrystyna Gajczyk8-0/+250
2016-06-24Remove ignoringImplicit from clang-tidy.Cong Liu2-6/+1
2016-06-21Fix build of ClangRenameTestsMiklos Vajna1-1/+1
2016-06-21Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen6-14/+20