aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-18Drop doxygen link; the release ships it in tarball insteadrelease_39Hans Wennborg
2016-08-18ReleaseNotes: tidy upHans Wennborg
2016-08-18ReleaseNotes: remove in-progress warningHans Wennborg
2016-08-17Merging r278949: (excluding the clang-include-fixer.el part)Hans Wennborg
2016-08-03Expand the clang-include-fixer relnotes a bit.Benjamin Kramer
2016-08-01Merging r277097:Hans Wennborg
2016-07-20Merging r275943:Hans Wennborg
2016-07-18Creating release_39 branch off revision 275826Hans Wennborg
2016-07-18[include-fixer] Add an options allow moving the cursor to #include line in vimHaojian Wu
2016-07-16[clang-rename] remove obsolete tests and apply fixes to existingKirill Bobyrev
2016-07-15[clang-rename] fix testsetKirill Bobyrev
2016-07-15[clang-rename] apply stylistic fixesKirill Bobyrev
2016-07-15[clang-rename] add few testsKirill Bobyrev
2016-07-15[include-fixer] Always add as few as possible qualifiers to the unidentified ...Haojian Wu
2016-07-14cppcoreguidelines-pro-bounds-constant-array-index: crash for value dependent ...Matthias Gehre
2016-07-14Upgrade all the .arcconfigs to https.Benjamin Kramer
2016-07-14[clang-rename] add documentationBenjamin Kramer
2016-07-14[clang-rename] exit code-related bugfix and code cleanupBenjamin Kramer
2016-07-14[include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.Haojian Wu
2016-07-13[include-fixer] Implement adding missing namespace qualifiers in vim integrat...Haojian Wu
2016-07-13[clang-tidy] Fix misc-definitions-in-headers misplaced fixing to fully templa...Haojian Wu
2016-07-13fix missing newline in sphinx docEtienne Bergeron
2016-07-11Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu
2016-07-11[clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.Haojian Wu
2016-07-09clang-tidy/readability-identifier-naming: crash on DependentTemplateSpecializ...Matthias Gehre
2016-07-08[include-fixer] Don't add qualifiers to symbols which have global scope opera...Haojian Wu
2016-07-08[include-fixer] Pull out Context implementation code to a cpp file.Haojian Wu
2016-07-08[clang-rename] fix typo in Python script for Vim integrationHaojian Wu
2016-07-08[include-fixer] Add missing namespace qualifiers after inserting a missing he...Haojian Wu
2016-07-07[clang-rename] add basic vim integrationBenjamin Kramer
2016-07-07[clang-tidy] Add dependency on clang-headersNico Weber
2016-07-07[clang-tidy] Enhance redundant-expression checkEtienne Bergeron
2016-07-05[clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methodsFelix Berger
2016-07-04[clang-include-fixer] fix PEP8 warningsBenjamin Kramer
2016-07-04[include-fixer] reduce stack size by changing RegexHeaderMap to use const cha...Eric Liu
2016-07-04[clang-tidy] Fix more enum declaration cases in misc-unused-using-decls check.Haojian Wu
2016-07-04Fix broken build caused by r274494.Eric Liu
2016-07-04[include-fixer] make HeaderMapCollector maps from regex instead of postfix.Eric Liu
2016-07-01[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...Felix Berger
2016-06-28[clang-tidy] Do not match on lambdas.Samuel Benzaquen
2016-06-28[clang-tidy] boost-use-to-string arg expr location bugfixPiotr Padlewski
2016-06-28clang-rename: Update libdeps corresponding to r273910.NAKAMURA Takumi
2016-06-27clang-rename: try to make ClassTestReplacements more reliableMiklos Vajna
2016-06-27clang-rename: add a -export-fixes optionMiklos Vajna
2016-06-27[clang-tidy] Warning enum unused using declarations.Haojian Wu
2016-06-27[clang-tidy] Don't run misc-definitions-in-headers check in failing TUs.Haojian Wu
2016-06-26clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.NAKAMURA Takumi
2016-06-25[clang-tidy] Add modernize-use-usingKrystyna Gajczyk
2016-06-24Remove ignoringImplicit from clang-tidy.Cong Liu
2016-06-21Fix build of ClangRenameTestsMiklos Vajna