summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Selection.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-39/+10
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-10/+39
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-39/+10
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-10/+39
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-39/+10
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-10/+39
* Reland [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-12-031-1/+1
* Revert "[clangd] Rethink how SelectionTree deals with macros and #includes."Sam McCall2019-11-291-1/+1
* [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-11-291-1/+1
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-1/+0
* [clangd] Disallow extraction of expression-statements.Sam McCall2019-08-091-0/+3
* [clangd] Ignore semicolons, whitespace, and comments in SelectionTree.Sam McCall2019-07-311-4/+8
* [clangd] Support extraction of binary "subexpressions" like a + [[b + c]].Sam McCall2019-07-261-0/+3
* [clangd] SelectionTree treats TranslationUnitDecl (mostly) consistently with ...Sam McCall2019-07-241-7/+9
* [clangd] Fix SelectionTree traversal of qualified typesSam McCall2019-07-241-0/+2
* [clangd] Add dlog()s for SelectionTree, enabling -debug-only=SelectionTree.cppSam McCall2019-07-221-1/+0
* [clangd] Implementation of auto type expansion.Sam McCall2019-07-111-0/+3
* [clangd] Lib to compute and represent selection under cursor.Sam McCall2019-02-011-0/+123
OpenPOWER on IntegriCloud