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
/
CodeComplete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Remove unused signature help quality signal. NFC
Ilya Biryukov
2019-06-06
1
-6
/
+3
*
[clangd] Support offsets for parameters in signatureHelp
Ilya Biryukov
2019-06-04
1
-61
/
+54
*
[clangd] Map typedefs to the same LSP completion kind as VSCode
Ilya Biryukov
2019-05-29
1
-2
/
+5
*
[clangd] Place cursor better after completing patterns
Ilya Biryukov
2019-05-28
1
-1
/
+2
*
[clangd] Turn no-parse-completion on by when preamble isn't ready. Add flag t...
Sam McCall
2019-05-21
1
-3
/
+4
*
[clangd] Expose whether no-compile completion was used.
Sam McCall
2019-05-06
1
-0
/
+1
*
[clangd] Boost code completion results that were named in the last few lines.
Sam McCall
2019-05-06
1
-0
/
+25
*
Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...
Sam McCall
2019-05-02
1
-3
/
+31
*
Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...
Simon Pilgrim
2019-05-02
1
-30
/
+3
*
[clangd] Fix code completion of macros defined in the preamble region of the ...
Sam McCall
2019-05-02
1
-3
/
+30
*
Fix Wpedantic "default argument specified for lambda parameter" warning. NFCI.
Simon Pilgrim
2019-04-30
1
-3
/
+3
*
[clangd] Query index in code completion no-compile mode.
Sam McCall
2019-04-26
1
-13
/
+35
*
[CodeComplete] Remove obsolete isOutputBinary().
Sam McCall
2019-04-18
1
-4
/
+2
*
[clangd] Check file path of declaring header when deciding whether to insert ...
Eric Liu
2019-04-16
1
-3
/
+6
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-45
/
+137
*
clangd: repair the build after SVN r358091
Saleem Abdulrasool
2019-04-10
1
-1
/
+1
*
[clangd] Don't insert extra namespace qualifiers when Sema gets lost.
Sam McCall
2019-04-10
1
-65
/
+72
*
[clangd] Add -header-insertion=never flag to disable include insertion in cod...
Sam McCall
2019-04-10
1
-7
/
+11
*
[clangd] Refactor speculateCompletionFilter and also extract scope.
Sam McCall
2019-04-10
1
-29
/
+25
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-9
/
+3
*
[clangd] Store explicit template specializations in index for code navigation...
Kadir Cetinkaya
2019-03-14
1
-0
/
+14
*
Moved Symbol into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+1
*
[clangd] Improve global code completion when scope specifier is unresolved.
Eric Liu
2019-02-27
1
-9
/
+9
*
[clangd] Add type boost to fuzzy find in Dex.
Eric Liu
2019-02-06
1
-0
/
+2
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-55
/
+9
*
[clangd] NFC: fix clang-tidy warnings.
Haojian Wu
2019-01-25
1
-4
/
+4
*
[clangd] Followup fix of rL351818
Haojian Wu
2019-01-22
1
-3
/
+5
*
Fix "missing field 'ClangTidyOpts' initializer" warning. NFCI.
Simon Pilgrim
2019-01-22
1
-2
/
+3
*
[clangd] NFC: Use buildCompilerInvocation in CodeComplete
Kadir Cetinkaya
2019-01-22
1
-18
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-66
/
+72
*
[clangd] Move helpers from global namespace into anonymous namespace, NFC.
Haojian Wu
2019-01-03
1
-22
/
+22
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-35
/
+34
*
[clangd] Get rid of AST matchers in CodeComplete, NFC
Haojian Wu
2018-12-03
1
-9
/
+18
*
[clangd] Drop injected class name when class scope is not explicitly specified.
Eric Liu
2018-11-30
1
-3
/
+14
*
[clangd] Add type boosting in code completion
Ilya Biryukov
2018-11-26
1
-2
/
+26
*
[clangd] Deduplicate query scopes.
Eric Liu
2018-11-06
1
-8
/
+6
*
[clangd] Really fix clang -Wimplicit-fallthrough
Fangrui Song
2018-11-02
1
-1
/
+4
*
[clangd] Fix clang -Wimplicit-fallthrough
Fangrui Song
2018-11-02
1
-1
/
+1
*
[clangd] Do not query index for new name completions.
Kadir Cetinkaya
2018-10-24
1
-4
/
+6
*
[clangd] Don't show base class versions of members as completions.
Sam McCall
2018-10-24
1
-3
/
+3
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-55
/
+53
*
Fix warning about unused variable [NFC]
Mikael Holmen
2018-10-18
1
-1
/
+1
*
[clangd] Support scope proximity in code completion.
Eric Liu
2018-10-17
1
-14
/
+24
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-4
/
+4
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-14
/
+12
*
[clangd] Remove unused headers from CodeComplete.cpp
Fangrui Song
2018-10-06
1
-3
/
+0
*
[clangd] Cache FS stat() calls when building preamble.
Eric Liu
2018-10-02
1
-10
/
+17
*
[clangd] Remove override result handling logic from clangd
Kadir Cetinkaya
2018-10-02
1
-90
/
+9
*
[clangd] Initial supoprt for cross-namespace global code completion.
Eric Liu
2018-09-27
1
-14
/
+37
[next]