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
/
FindTarget.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
-4
/
+6
*
[clangd] Add the missing elaborated types in FindTarget.
Haojian Wu
2020-06-10
1
-0
/
+4
*
[clangd] Handle the missing injectedClassNameType in targetDecl.
Haojian Wu
2020-06-10
1
-0
/
+5
*
[clangd] Fix null check in FindTarget.
Sam McCall
2020-06-10
1
-1
/
+1
*
[clangd] Make output order of allTargetDecls deterministic
Kadir Cetinkaya
2020-02-19
1
-32
/
+49
*
[clangd] Fix targetDecl() on certain usage of ObjC properties.
Sam McCall
2020-01-10
1
-0
/
+6
*
[clangd] Handle DeducedTemplateSpecializationType in TargetFinder
Nathan Ridge
2020-01-09
1
-0
/
+11
*
[clangd] Heuristically resolve dependent call through smart pointer type
Nathan Ridge
2020-01-07
1
-15
/
+57
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
[clangd] targetDecl() returns only NamedDecls.
Sam McCall
2020-01-03
1
-15
/
+16
*
[clangd] Reorder FindTarget.h - group targetDecl() stuff and findExplicitRefe...
Sam McCall
2020-01-02
1
-2
/
+2
*
[clangd] Improve documentation for auto and implicit specs
Kadir Cetinkaya
2019-12-19
1
-10
/
+2
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-6
/
+6
*
[clangd] Heuristically resolve dependent method calls
Nathan Ridge
2019-12-12
1
-2
/
+62
*
[clangd] Find reference to template parameter in 'sizeof...' expression
Nathan Ridge
2019-12-05
1
-0
/
+10
*
[clangd] Handle the missing call expr in targetDecl.
Haojian Wu
2019-11-27
1
-0
/
+3
*
[clangd] Implement semantic highlightings via findExplicitReferences
Ilya Biryukov
2019-11-05
1
-0
/
+4
*
[clangd] Fix namespace aliases in findExplicitReferences
Ilya Biryukov
2019-10-31
1
-4
/
+8
*
[clangd] Do not report anonymous entities in findExplicitReferences
Ilya Biryukov
2019-10-28
1
-2
/
+9
*
[clangd] Handle the missing constructor initializers in findExplicitReferences.
Haojian Wu
2019-10-24
1
-7
/
+13
*
[clangd] Report declaration references in findExplicitReferences.
Haojian Wu
2019-10-18
1
-47
/
+80
*
[clangd] Handle template arguments in findExplicitReferences
Ilya Biryukov
2019-10-01
1
-2
/
+35
*
[clangd] Handle OverloadExpr in targetDecl
Ilya Biryukov
2019-10-01
1
-0
/
+4
*
[clangd] Fix template type aliases in findExplicitReference
Ilya Biryukov
2019-09-27
1
-8
/
+17
*
[clangd] Handle type template parameters in findExplicitReferences
Ilya Biryukov
2019-09-27
1
-0
/
+5
*
[clangd] Support OverloadExpr in findExplicitReferences
Ilya Biryukov
2019-09-27
1
-0
/
+7
*
[clangd] Change constness of parameters to findExplicitRefs
Kadir Cetinkaya
2019-09-25
1
-4
/
+4
*
[clangd] A helper to find explicit references and their names
Ilya Biryukov
2019-09-25
1
-1
/
+295
*
[clangd] Remove redundant semi-colon.
Michael Liao
2019-09-03
1
-1
/
+1
*
[clangd] Wrong attribute on debug function in r370746
Sam McCall
2019-09-03
1
-1
/
+1
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-09-03
1
-0
/
+1
*
[clangd] Add targetDecl(), which determines what declaration an AST node refe...
Sam McCall
2019-09-03
1
-0
/
+381