summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...Sam McCall2017-12-192-174/+35
* [clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett2017-12-151-0/+42
* Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman2017-12-142-4/+31
* [clangd] Emit ranges for clangd diagnostics, and fix off-by-one positionsSam McCall2017-12-134-19/+19
* [clangd] Document highlights for clangdIlya Biryukov2017-12-123-0/+44
* [clang-tidy] Correctly classify constant arrays and constant strings as const...Alexander Kornienko2017-12-111-0/+53
* [clangd] Convert lit code completion tests to unit-tests. NFCSam McCall2017-12-084-260/+0
* [clangd] Filter completion results by fuzzy-matching identifiers.Sam McCall2017-12-011-1/+1
* [clangd] New conventions for JSON-marshalling functions, centralize machinerySam McCall2017-11-301-1/+1
* add new check to find NSError init invocationYan Zhang2017-11-301-0/+12
* [clang-tidy] make readability-simplify-bool-expr completely ignore macrosAlexander Kornienko2017-11-291-0/+8
* [clangd] Simplify common JSON-parsing patterns in Protocol.Sam McCall2017-11-291-1/+1
* Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman2017-11-281-0/+81
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-284-22/+36
* [clang-tidy] Ignore ExprWithCleanups when looking for else-after-throwMalcolm Parsons2017-11-281-0/+18
* [clang-tidy] Fix tests for ReplaceRandomShuffleCheckGabor Horvath2017-11-281-4/+4
* [clangd] Switch from YAMLParser to JSONExprSam McCall2017-11-285-66/+13
* Add an option to misc-move-const-arg to not diagnose on trivially copyable ty...Aaron Ballman2017-11-272-0/+154
* add new check to find OSSpinlock usageYan Zhang2017-11-271-0/+15
* [clang-tidy] Misc redundant expressions check updated for overloaded operatorsGabor Horvath2017-11-271-5/+80
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-273-7/+7
* [clang-tidy] readability-non-const-parameter fixes should update all declarat...Alexander Kornienko2017-11-271-0/+10
* [clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko2017-11-2410-16/+16
* [clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko2017-11-241-3/+3
* [clangd] Tracing improvementsSam McCall2017-11-231-4/+14
* [clangd] Make completion scores use 0-1 floats internally.Sam McCall2017-11-237-43/+43
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-233-8/+42
* [clangd] Drop impossible completions (unavailable or inaccessible)Sam McCall2017-11-233-38/+17
* [clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructorAlexander Kornienko2017-11-231-2/+2
* [clang-tidy] Detect bugs in bugprone-misplaced-operator-in-strlen-in-alloc ev...Adam Balogh2017-11-231-0/+8
* [clang-tidy] Add support for operator new[] in check bugprone-misplaced-opera...Adam Balogh2017-11-231-0/+25
* [clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh2017-11-232-0/+110
* Revert 318668, which is associated with a broken patchErich Keane2017-11-202-2/+2
* [clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth2017-11-202-524/+0
* extra test modifications for D34158Erich Keane2017-11-202-2/+2
* [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth2017-11-182-0/+524
* [clang-tidy] Fix an oversight after renaming a checkGabor Horvath2017-11-171-2/+2
* [clang-tidy] Add a check for undelegated copy of base classesGabor Horvath2017-11-171-0/+188
* [clangd] Use in-memory preambles in clangd.Ilya Biryukov2017-11-162-0/+2
* add check to avoid throwing objc exception according to Google Objective-C guideYan Zhang2017-11-161-0/+32
* [clangd] Loosen more brittle testsSam McCall2017-11-152-38/+1
* [clangd] Revert broken r318329 and disable tests on PS4Sam McCall2017-11-151-0/+6
* [clangd] Support returning a limited number of completion results.Sam McCall2017-11-157-205/+239
* add new check for property declarationBen Hamilton2017-11-132-0/+26
* [clangd] Add rename support.Haojian Wu2017-11-093-0/+52
* Relax definitions.test to accept windows file paths.Sam McCall2017-11-081-16/+16
* [clangd] tolerate windows filepaths in testsSam McCall2017-11-081-1/+1
* [clangd] loosen tests for flag-dependence revealed by r317670Sam McCall2017-11-082-8/+10
* [clangd] Sort completion results.Sam McCall2017-11-084-77/+348
* [clangd] Fix initialize capabilities responseSam McCall2017-11-072-56/+60