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] Don't assert when completing a lambda variable inside the lambda.
Sam McCall
2020-06-10
1
-4
/
+9
*
[clangd] Expose Code Completion score to the client
Kirill Bobyrev
2020-02-13
1
-0
/
+2
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-4
/
+4
*
[clangd] Use name of Macro to compute its SymbolID, NFC.
Utkarsh Saxena
2019-11-11
1
-1
/
+1
*
[clangd] Do not insert parentheses when completing a using declaration
Ilya Biryukov
2019-10-28
1
-5
/
+15
*
[clangd] Collect macros in the preamble region of the main file
Haojian Wu
2019-09-24
1
-2
/
+2
*
[clangd] Simplify the callside of URI::resolve, NFC.
Haojian Wu
2019-09-23
1
-5
/
+2
*
[clangd] Add TUScheduler.h to CodeComplete.cpp to unbreak builds
Kadir Cetinkaya
2019-09-04
1
-0
/
+1
*
[clangd] Move threading helper to more appropriate header. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[clangd] Split Preamble.h out of ClangdUnit.h. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[clangd] Surface errors from command-line parsing
Ilya Biryukov
2019-08-28
1
-3
/
+4
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[clangd] Fix implicit template instatiations appearing as topLevelDecls.
Johan Vikstrom
2019-08-08
1
-10
/
+1
*
[clangd] Fix off-by-one in CodeComplete and assertion in Dex
Sam McCall
2019-07-12
1
-2
/
+2
*
[clangd] Consume error to avoid assertion failures
Ilya Biryukov
2019-07-10
1
-2
/
+3
*
[clangd] Don't insert absolute paths, give up instead.
Sam McCall
2019-07-08
1
-1
/
+5
*
[clangd] Use -completion-style=bundled by default if signature help is available
Sam McCall
2019-07-08
1
-1
/
+1
*
[clang][HeaderSearch] Shorten paths for includes in mainfile's directory
Kadir Cetinkaya
2019-07-03
1
-1
/
+1
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-2
/
+3
*
[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
[next]