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
/
unittests
/
FindTargetTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Fix a crash for accessing a null template decl returned by findExpli...
Haojian Wu
2020-06-10
1
-5
/
+31
*
[clangd] Add the missing elaborated types in FindTarget.
Haojian Wu
2020-06-10
1
-0
/
+7
*
[clangd] Handle the missing injectedClassNameType in targetDecl.
Haojian Wu
2020-06-10
1
-0
/
+8
*
[clangd] Assert that the testcases in FindExplicitReferencesTest.All have no ...
Nathan Ridge
2020-01-12
1
-3
/
+7
*
[clangd] Fix targetDecl() on certain usage of ObjC properties.
Sam McCall
2020-01-10
1
-6
/
+6
*
[clangd] Handle DeducedTemplateSpecializationType in TargetFinder
Nathan Ridge
2020-01-09
1
-1
/
+29
*
[clangd] targetDecl() returns only NamedDecls.
Sam McCall
2020-01-03
1
-1
/
+1
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-2
/
+2
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-2
/
+2
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-2
/
+2
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-2
/
+2
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
1
-2
/
+2
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
1
-2
/
+2
*
[clangd] Find reference to template parameter in 'sizeof...' expression
Nathan Ridge
2019-12-05
1
-146
/
+163
*
[clangd] Handle the missing call expr in targetDecl.
Haojian Wu
2019-11-27
1
-0
/
+17
*
[AST] Use written names instead of `type-param-0-0` in more cases when printi...
Sam McCall
2019-11-15
1
-2
/
+1
*
[clangd] Fix namespace aliases in findExplicitReferences
Ilya Biryukov
2019-10-31
1
-0
/
+22
*
[clangd] Do not report anonymous entities in findExplicitReferences
Ilya Biryukov
2019-10-28
1
-7
/
+15
*
[clangd] Handle the missing constructor initializers in findExplicitReferences.
Haojian Wu
2019-10-24
1
-0
/
+39
*
[clangd] Report declaration references in findExplicitReferences.
Haojian Wu
2019-10-18
1
-39
/
+75
*
Make most clangd unittests pass on Windows
Nico Weber
2019-10-13
1
-0
/
+16
*
[clangd] Handle template arguments in findExplicitReferences
Ilya Biryukov
2019-10-01
1
-0
/
+33
*
[clangd] Handle OverloadExpr in targetDecl
Ilya Biryukov
2019-10-01
1
-0
/
+26
*
[clangd] Fix template type aliases in findExplicitReference
Ilya Biryukov
2019-09-27
1
-13
/
+11
*
[clangd] Handle type template parameters in findExplicitReferences
Ilya Biryukov
2019-09-27
1
-0
/
+20
*
[clangd] Support OverloadExpr in findExplicitReferences
Ilya Biryukov
2019-09-27
1
-1
/
+36
*
[clangd] A helper to find explicit references and their names
Ilya Biryukov
2019-09-25
1
-0
/
+220
*
[clangd] Add targetDecl(), which determines what declaration an AST node refe...
Sam McCall
2019-09-03
1
-0
/
+469