summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] fixed misc-unused-parameters omitting parameters default valueAlexander Kornienko2017-09-132-4/+23
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-129-0/+906
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-129-904/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-129-0/+904
* [clangd] Add support for snippet completionsIlya Biryukov2017-09-1215-83/+356
* [clang-tidy] SuspiciousEnumUsageCheck bugfixPeter Szecsi2017-09-122-3/+11
* [pp-trace] Update skipped source ranges in testsVedant Kumar2017-09-114-20/+22
* [clang-tidy] FunctionSizeCheck: wrap FunctionASTVisitor into anon namespace, NFCRoman Lebedev2017-09-111-0/+3
* [clang-tidy] add more aliases for the hicpp moduleJonas Toth2017-09-1114-2/+158
* Update for PrintHelpMessage not calling exit.Rafael Espindola2017-09-082-3/+3
* Make run-clang-tidy compatible with Python 3.xKevin Funk2017-09-051-5/+11
* clangd: Tolerate additional headersIlya Biryukov2017-09-042-38/+145
* [cppcoreguidelines] Don't rely on SmallPtrSet iteration order.Benjamin Kramer2017-08-302-15/+27
* [clang-tidy] fix buildbotJonas Toth2017-08-301-7/+7
* clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp: Appease *-win32 t...NAKAMURA Takumi2017-08-301-1/+1
* [clang-tidy] Improve hicpp-exception-baseclass to handle generic code betterJonas Toth2017-08-302-22/+160
* [clang-tidy] hicpp bitwise operations on signed integersJonas Toth2017-08-308-0/+331
* [clang-tidy] test commit for granted accessJonas Toth2017-08-301-1/+1
* [clang-tidy] Fix 'misc-misplaced-widening-cast' assertion error.Daniel Marjamaki2017-08-292-0/+10
* [cmake] Support running extra clang tool tests without static analyzerMichal Gorny2017-08-296-27/+43
* [clang-tidy] Add missing IgnoreMacros doc for modernize-use-equals-default.Haojian Wu2017-08-241-0/+8
* [clang-tidy] A follow-up fix of braced-init-list constructors in make-unique ...Haojian Wu2017-08-243-2/+42
* [clang-tidy] bugprone-undefined-memory-manipulation: include type into the me...Alexander Kornienko2017-08-242-43/+80
* [clangd] Updated ClangdServer comments. NFC.Ilya Biryukov2017-08-221-12/+27
* [clang-tidy] Add modernize-use-equals-default.IgnoreMacros optionAlexander Kornienko2017-08-175-35/+64
* [clang-tidy] Ignore statements inside a template instantiation.Haojian Wu2017-08-172-2/+16
* [clang-tidy] Don't generate fixes for initializer_list constructor in make_un...Haojian Wu2017-08-173-24/+68
* [clang-tidy] Remove unused static variable.Chih-Hung Hsieh2017-08-161-2/+0
* [clang-tidy] Use const char* to compile with VC cl.exe.Chih-Hung Hsieh2017-08-162-4/+4
* [clang-tidy] Add a close-on-exec check on epoll_create() in Android module.Chih-Hung Hsieh2017-08-168-0/+122
* [clang-tidy] Add a close-on-exec check on epoll_create1() in Android module.Chih-Hung Hsieh2017-08-168-0/+156
* [clang-tidy] Add a close-on-exec check on accept4() in Android module.Chih-Hung Hsieh2017-08-168-0/+169
* [clang-tidy] Add a close-on-exec check on accept() in Android module.Chih-Hung Hsieh2017-08-168-0/+137
* [clang-tidy] Use CloexecCheck as base class.Chih-Hung Hsieh2017-08-1610-158/+60
* [clang-tidy] Add a close-on-exec check on inotify_init1() in Android module.Chih-Hung Hsieh2017-08-148-0/+161
* [clang-tidy] Add a close-on-exec check on inotify_init() in Android module.Chih-Hung Hsieh2017-08-148-0/+120
* [clang-tidy] Add a close-on-exec check on dup() in Android module.Chih-Hung Hsieh2017-08-1410-0/+145
* Add braces to silence gcc dangling-else warnings. NFCI.Simon Pilgrim2017-08-141-2/+4
* [clangd] Use multiple working threads in clangd.Ilya Biryukov2017-08-146-100/+407
* [clangd] Check if CompileCommand has changed on forceReparse.Ilya Biryukov2017-08-145-5/+124
* [clangd] Fixed a data race.Ilya Biryukov2017-08-144-62/+110
* Fix Wdocumentation warning - typo in argument list. NFCI.Simon Pilgrim2017-08-121-1/+1
* Enable exceptions for this test case to speculatively fix the build bots.Aaron Ballman2017-08-111-2/+2
* Add hicpp-exception-baseclass to the HIC++ module.Aaron Ballman2017-08-118-0/+167
* Implement hicpp-braces-around-statements as an alias to readability-braces-ar...Aaron Ballman2017-08-114-0/+17
* [clang-tidy] Fix for buildbot.Yan Wang2017-08-1010-0/+360
* Revert "[clang-tidy] Refactor the code and add a close-on-exec check on memfd...Reid Kleckner2017-08-1010-360/+0
* [clang-tidy] Fix a buildbot.Yan Wang2017-08-101-2/+2
* [clang-tidy] Refactor the code and add a close-on-exec check on memfd_create(...Yan Wang2017-08-1010-0/+360
* [clang-tidy] Add integer division checkGabor Horvath2017-08-108-0/+273
OpenPOWER on IntegriCloud