summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/SelectionTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix early selection for non-vardecl declaratorsKadir Cetinkaya2020-06-101-0/+6
* [clangd] Include expression in DecltypeTypeLoc sourcerange while building Sel...Kadir Cetinkaya2020-01-131-0/+6
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-66/+5
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-5/+66
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-66/+5
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-5/+66
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-66/+5
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-5/+66
* [clangd] NFC, add getLangOpts helper to ParsedASTAlex Lorenz2019-12-041-1/+1
* Reland [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-12-031-3/+63
* Revert "[clangd] Rethink how SelectionTree deals with macros and #includes."Sam McCall2019-11-291-63/+3
* [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-11-291-3/+63
* [clangd] Prefer the left character if the character on the right of the curso...Haojian Wu2019-11-281-1/+1
* [clangd] Treat UserDefinedLiteral as a leaf in SelectionTree, sidestepping to...Sam McCall2019-11-201-0/+10
* [clangd] Fix SelectionTree behavior on constructor init-lists.Sam McCall2019-11-151-0/+11
* [clangd] Ignore more implicit nodes in computing selection.Sam McCall2019-11-141-3/+10
* Make most clangd unittests pass on WindowsNico Weber2019-10-131-1/+9
* [clangd] SelectionTree should mark a node as fully-selected if the only claim...Sam McCall2019-10-021-0/+2
* [clangd] Fix SelectionTree behavior on implicit 'this'Sam McCall2019-09-041-0/+9
* [clangd] Fix SelectionTree to allow selection range expression in foreach loops.Sam McCall2019-08-281-0/+16
* [clangd] Fix toHalfOpenFileRange where start/end endpoints are in different f...Sam McCall2019-08-271-0/+19
* [clangd] Disallow extraction of expression-statements.Sam McCall2019-08-091-0/+2
* [clangd] Ignore semicolons, whitespace, and comments in SelectionTree.Sam McCall2019-07-311-3/+6
* [clangd] Support extraction of binary "subexpressions" like a + [[b + c]].Sam McCall2019-07-261-0/+17
* [clangd] SelectionTree treats TranslationUnitDecl (mostly) consistently with ...Sam McCall2019-07-241-12/+18
* [clangd] Fix SelectionTree traversal of qualified typesSam McCall2019-07-241-12/+14
* [Clangd] Fixed SelectionTree bug for macrosShaurya Gupta2019-07-191-13/+21
* [clangd] Address limitations in SelectionTree:Sam McCall2019-06-271-2/+59
* [clangd] Fix NestedNameSpecifierLoc in SelectionTreeSam McCall2019-06-251-2/+8
* [clangd] Add hidden tweaks to dump AST/selection.Sam McCall2019-06-181-0/+10
* [clangd] Add SourceManager accessor to ParsedAST. NFCSam McCall2019-05-281-1/+1
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-0/+259
OpenPOWER on IntegriCloud