index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
Selection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Fix early selection for non-vardecl declarators
Kadir Cetinkaya
2020-06-10
1
-5
/
+16
*
[clangd] Include expression in DecltypeTypeLoc sourcerange while building Sel...
Kadir Cetinkaya
2020-01-13
1
-0
/
+13
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-49
/
+27
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-27
/
+49
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-49
/
+27
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-27
/
+49
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
1
-49
/
+27
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
1
-27
/
+49
*
[clangd] Fix comparator const after c9c714c7054d555398c767cb39d7d97600b3d9d1
Sam McCall
2019-12-03
1
-1
/
+1
*
Reland [clangd] Rethink how SelectionTree deals with macros and #includes.
Sam McCall
2019-12-03
1
-135
/
+285
*
Revert "[clangd] Rethink how SelectionTree deals with macros and #includes."
Sam McCall
2019-11-29
1
-279
/
+135
*
[clangd] Rethink how SelectionTree deals with macros and #includes.
Sam McCall
2019-11-29
1
-135
/
+279
*
[clangd] Prefer the left character if the character on the right of the curso...
Haojian Wu
2019-11-28
1
-2
/
+3
*
[clangd] Treat UserDefinedLiteral as a leaf in SelectionTree, sidestepping to...
Sam McCall
2019-11-20
1
-0
/
+14
*
[clangd] Fix SelectionTree behavior on constructor init-lists.
Sam McCall
2019-11-15
1
-0
/
+4
*
[clangd] Ignore more implicit nodes in computing selection.
Sam McCall
2019-11-14
1
-6
/
+29
*
[clangd] SelectionTree should mark a node as fully-selected if the only claim...
Sam McCall
2019-10-02
1
-17
/
+23
*
[clangd] Fix SelectionTree behavior on implicit 'this'
Sam McCall
2019-09-04
1
-0
/
+6
*
[clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...
Sam McCall
2019-09-03
1
-1
/
+1
*
[clangd] Fix SelectionTree to allow selection range expression in foreach loops.
Sam McCall
2019-08-28
1
-0
/
+10
*
[clangd] Disallow extraction of expression-statements.
Sam McCall
2019-08-09
1
-0
/
+6
*
[clangd] Ignore semicolons, whitespace, and comments in SelectionTree.
Sam McCall
2019-07-31
1
-65
/
+109
*
[clangd] Fix NDEBUG build problem introduced by rL366698
Bjorn Pettersson
2019-07-27
1
-1
/
+8
*
[clangd] Support extraction of binary "subexpressions" like a + [[b + c]].
Sam McCall
2019-07-26
1
-0
/
+7
*
[clangd] SelectionTree treats TranslationUnitDecl (mostly) consistently with ...
Sam McCall
2019-07-24
1
-5
/
+12
*
[clangd] Fix SelectionTree traversal of qualified types
Sam McCall
2019-07-24
1
-8
/
+23
*
[clangd] Add dlog()s for SelectionTree, enabling -debug-only=SelectionTree.cpp
Sam McCall
2019-07-22
1
-28
/
+81
*
[Clangd] Fixed SelectionTree bug for macros
Shaurya Gupta
2019-07-19
1
-11
/
+11
*
[clangd] Implementation of auto type expansion.
Sam McCall
2019-07-11
1
-0
/
+13
*
[clangd] Fix an assertion crash in "ExtractVariable" tweak
Haojian Wu
2019-07-11
1
-7
/
+4
*
[clangd] Add a missing "return nullptr;" to the SelectionTree::commonAncestor.
Haojian Wu
2019-07-11
1
-0
/
+1
*
[clangd] Address limitations in SelectionTree:
Sam McCall
2019-06-27
1
-49
/
+105
*
[clangd] Fix NestedNameSpecifierLoc in SelectionTree
Sam McCall
2019-06-25
1
-1
/
+1
*
[clangd] Improve SelectionTree string representation
Sam McCall
2019-06-24
1
-1
/
+12
*
[clangd] Add hidden tweaks to dump AST/selection.
Sam McCall
2019-06-18
1
-0
/
+3
*
[clangd] Fix a crash in Selection
Ilya Biryukov
2019-02-20
1
-2
/
+1
*
[clangd] Fix an assertion failure in Selection.
Haojian Wu
2019-02-07
1
-1
/
+1
*
[clangd] Some minor fixes.
Haojian Wu
2019-02-06
1
-1
/
+1
*
[clangd] Expose SelectionTree to code tweaks, and use it for swap if branches.
Sam McCall
2019-02-01
1
-50
/
+0
*
[clangd] Lib to compute and represent selection under cursor.
Sam McCall
2019-02-01
1
-0
/
+50
*
[clangd] Lib to compute and represent selection under cursor.
Sam McCall
2019-02-01
1
-0
/
+301