Author: kadircet
Date: Tue Feb 12 08:54:47 2019
New Revision: 353857
URL: http://llvm.org/viewvc/llvm-project?rev=353857&view=rev
Log:
[clangd] Fix a lit-test.
Summary:
Fixes https://bugs.llvm.org/show_bug.cgi?id=40593.
Non-percent-encoded chars doesn't cause any problems on the input-side since
Author: kadircet
Date: Mon Feb 18 03:30:43 2019
New Revision: 354262
URL: http://llvm.org/viewvc/llvm-project?rev=354262&view=rev
Log:
[clang][Index] Fix usage of IndexImplicitInstantiation
Summary:
Indexing context was skipping explicit template instantiations as well.
This patch makes sure it o
Author: kadircet
Date: Mon Feb 18 06:23:19 2019
New Revision: 354272
URL: http://llvm.org/viewvc/llvm-project?rev=354272&view=rev
Log:
[clangd] Add tests for template specializations
Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision:
Author: kadircet
Date: Wed Feb 20 01:41:26 2019
New Revision: 354442
URL: http://llvm.org/viewvc/llvm-project?rev=354442&view=rev
Log:
[clangd] Testcase for bug 39811
Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, jdoerfert,
cfe-commits
Tags: #clang
Differential Revision: http
Author: kadircet
Date: Wed Feb 20 02:32:04 2019
New Revision: 35
URL: http://llvm.org/viewvc/llvm-project?rev=35&view=rev
Log:
[clangd] Try to fix windows build bots
Modified:
clang-tools-extra/trunk/unittests/clangd/XRefsTests.cpp
Modified: clang-tools-extra/trunk/unittests/clangd/X
Author: kadircet
Date: Wed Feb 20 03:45:20 2019
New Revision: 354453
URL: http://llvm.org/viewvc/llvm-project?rev=354453&view=rev
Log:
[clangd] Revert r354442 and r35
Looks like sysroot is only working on linux.
Modified:
clang-tools-extra/trunk/unittests/clangd/XRefsTests.cpp
Modified:
Author: kadircet
Date: Thu Feb 21 01:52:33 2019
New Revision: 354560
URL: http://llvm.org/viewvc/llvm-project?rev=354560&view=rev
Log:
[clang][Index] Enable indexing of Template Type Parameters behind a flag
Summary:
clangd uses indexing api to provide references and it was not possible
to perfor
Author: kadircet
Date: Thu Feb 21 01:55:00 2019
New Revision: 354561
URL: http://llvm.org/viewvc/llvm-project?rev=354561&view=rev
Log:
[clangd] Enable indexing of template type parameters
Summary: Fixes https://bugs.llvm.org/show_bug.cgi?id=36285
Reviewers: ilya-biryukov
Subscribers: ioeric, Ma
Author: kadircet
Date: Thu Feb 21 06:48:33 2019
New Revision: 354585
URL: http://llvm.org/viewvc/llvm-project?rev=354585&view=rev
Log:
[clangd] Only report explicitly typed symbols during code navigation
Summary:
Clangd was reporting implicit symbols, like results of implicit cast
expressions dur
Author: kadircet
Date: Mon Feb 25 01:19:26 2019
New Revision: 354765
URL: http://llvm.org/viewvc/llvm-project?rev=354765&view=rev
Log:
[clangd] Add thread priority lowering for MacOS as well
Reviewers: ilya-biryukov
Subscribers: ioeric, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Diff
Author: kadircet
Date: Tue Jun 4 06:38:36 2019
New Revision: 362496
URL: http://llvm.org/viewvc/llvm-project?rev=362496&view=rev
Log:
[clangd] Also apply adjustArguments when returning fallback commands
Reviewers: ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Author: kadircet
Date: Thu Jun 6 11:49:16 2019
New Revision: 362731
URL: http://llvm.org/viewvc/llvm-project?rev=362731&view=rev
Log:
[clang][HeaderSearch] Consider all path separators equal
Reviewers: ilya-biryukov, sammccall
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https
Author: kadircet
Date: Thu Jun 13 01:51:44 2019
New Revision: 363237
URL: http://llvm.org/viewvc/llvm-project?rev=363237&view=rev
Log:
[clangd] Treat lambdas as functions when preparing hover response
Reviewers: sammccall, ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, cfe-commits
Tags:
Author: kadircet
Date: Thu Jun 13 05:31:36 2019
New Revision: 363253
URL: http://llvm.org/viewvc/llvm-project?rev=363253&view=rev
Log:
[Clangd] Fixed clangd diagnostics priority
Summary:
- Fixed diagnostics where zero width inserted ranges were being used instead of
the whole token
- Added unit
Author: kadircet
Date: Mon Jun 17 07:23:06 2019
New Revision: 363563
URL: http://llvm.org/viewvc/llvm-project?rev=363563&view=rev
Log:
[clang][CodeGen] Remove std::move on temporary
Modified:
cfe/trunk/lib/CodeGen/CGCUDANV.cpp
Modified: cfe/trunk/lib/CodeGen/CGCUDANV.cpp
URL:
http://llvm.or
Author: kadircet
Date: Thu Jun 20 03:13:58 2019
New Revision: 363917
URL: http://llvm.org/viewvc/llvm-project?rev=363917&view=rev
Log:
[clang][ASTMatchers] Add definition for cxxDeductionGuideDecl introduced in
rL363855
Modified:
cfe/trunk/lib/ASTMatchers/ASTMatchersInternal.cpp
Modified: c
Author: kadircet
Date: Mon Jul 15 08:16:57 2019
New Revision: 366073
URL: http://llvm.org/viewvc/llvm-project?rev=366073&view=rev
Log:
[clangd] Fix doc
Modified:
clang-tools-extra/trunk/docs/clangd/Installation.rst
Modified: clang-tools-extra/trunk/docs/clangd/Installation.rst
URL:
http://l
Author: kadircet
Date: Wed Jul 17 06:14:02 2019
New Revision: 366320
URL: http://llvm.org/viewvc/llvm-project?rev=366320&view=rev
Log:
[clangd] Handle windows line endings in QueryDriver
Summary: fixes second case of https://github.com/clangd/clangd/issues/93
Reviewers: sammccall
Subscribers: i
Author: kadircet
Date: Thu Jul 18 09:13:23 2019
New Revision: 366455
URL: http://llvm.org/viewvc/llvm-project?rev=366455&view=rev
Log:
[clangd] Get rid of dots and dotsdots within GlobalCompilationDatabase
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Author: kadircet
Date: Thu Jul 18 09:25:36 2019
New Revision: 366458
URL: http://llvm.org/viewvc/llvm-project?rev=366458&view=rev
Log:
[clangd] Refactor background-index shard loading
Reviewers: sammccall
Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Author: kadircet
Date: Thu Jul 18 10:20:41 2019
New Revision: 366467
URL: http://llvm.org/viewvc/llvm-project?rev=366467&view=rev
Log:
[clangd] BackgroundIndex stores shards to the closest project
Summary:
Changes persistance logic to store shards at the directory of closest
CDB. Previously we we
Author: kadircet
Date: Thu Jul 18 10:25:57 2019
New Revision: 366468
URL: http://llvm.org/viewvc/llvm-project?rev=366468&view=rev
Log:
[clangd] Remove dead code from BackgroundIndex
Modified:
clang-tools-extra/trunk/clangd/index/Background.cpp
Modified: clang-tools-extra/trunk/clangd/index/B
Author: kadircet
Date: Fri Jul 19 02:08:22 2019
New Revision: 366545
URL: http://llvm.org/viewvc/llvm-project?rev=366545&view=rev
Log:
[clangd] Handle windows line endings in QueryDriver
Summary:
The previous patch did not fix the end mark. D64789
fixes second case of https://github.com/clangd/cl
Author: kadircet
Date: Fri Jul 19 03:18:52 2019
New Revision: 366559
URL: http://llvm.org/viewvc/llvm-project?rev=366559&view=rev
Log:
Revert "Revert r366458, r366467 and r366468"
This reverts commit 9c377105da0be7c2c9a3c70035ce674c71b846af.
[clangd][BackgroundIndexLoader] Directly store Depende
Author: kadircet
Date: Fri Jul 19 06:40:30 2019
New Revision: 366575
URL: http://llvm.org/viewvc/llvm-project?rev=366575&view=rev
Log:
[clangd] Disable background-index on lit-tests by default
Summary:
Since background-index can perform disk writes, we don't want to turn
it on tests that won't cl
Author: kadircet
Date: Tue Jul 30 03:26:51 2019
New Revision: 367303
URL: http://llvm.org/viewvc/llvm-project?rev=367303&view=rev
Log:
[clangd] Ignore diags from builtin files
Summary:
This fixes a case where we show diagnostics on arbitrary lines, in an
internal codebase.
Open for ideas on unit
Author: kadircet
Date: Fri Jun 21 00:54:27 2019
New Revision: 364008
URL: http://llvm.org/viewvc/llvm-project?rev=364008&view=rev
Log:
[clang-tidy] Move test files of rL363975 into Inputs directory
Added:
clang-tools-extra/trunk/test/clang-tidy/Inputs/empty-database/
clang-tools-extra/tr
Author: kadircet
Date: Wed Jun 26 00:39:03 2019
New Revision: 364386
URL: http://llvm.org/viewvc/llvm-project?rev=364386&view=rev
Log:
[clang][Tooling] Infer target and mode from argv[0] when using
JSONCompilationDatabase
Summary:
Wraps JSON compilation database with a target and mode adding dat
Author: kadircet
Date: Wed Jun 26 00:39:14 2019
New Revision: 364387
URL: http://llvm.org/viewvc/llvm-project?rev=364387&view=rev
Log:
[clangd] Link and initialize target infos
Added:
clang-tools-extra/trunk/clangd/test/target_info.test
Modified:
clang-tools-extra/trunk/clangd/CMakeLists.
Author: kadircet
Date: Wed Jun 26 00:45:27 2019
New Revision: 364389
URL: http://llvm.org/viewvc/llvm-project?rev=364389&view=rev
Log:
[clangd] Enable extraction of system includes from custom toolchains
Summary:
Some custom toolchains come with their own header files and compiler
drivers. Those
Author: kadircet
Date: Wed Jun 26 01:00:24 2019
New Revision: 364390
URL: http://llvm.org/viewvc/llvm-project?rev=364390&view=rev
Log:
[clangd] Add Value field to HoverInfo
Summary:
Put a symbols value information which is deduced from initializer
expression into HoverInfo struct.
Reviewers: sam
Author: kadircet
Date: Wed Jun 26 01:39:42 2019
New Revision: 364396
URL: http://llvm.org/viewvc/llvm-project?rev=364396&view=rev
Log:
[clang][Tooling] Fix windows build-bots after rL364386
Modified:
cfe/trunk/unittests/Tooling/CompilationDatabaseTest.cpp
Modified: cfe/trunk/unittests/Toolin
Author: kadircet
Date: Wed Jun 26 04:52:20 2019
New Revision: 364413
URL: http://llvm.org/viewvc/llvm-project?rev=364413&view=rev
Log:
[clangd] Disable failing unittest on non-x86 platforms
Modified:
clang-tools-extra/trunk/clangd/test/target_info.test
Modified: clang-tools-extra/trunk/clang
Author: kadircet
Date: Tue Jul 2 03:45:53 2019
New Revision: 364904
URL: http://llvm.org/viewvc/llvm-project?rev=364904&view=rev
Log:
[clang][ArgumentAdjusters] Do not add fsyntax-only if already exists
Reviewers: hokein
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://rev
Author: kadircet
Date: Wed Jul 3 00:47:19 2019
New Revision: 365005
URL: http://llvm.org/viewvc/llvm-project?rev=365005&view=rev
Log:
[clang][HeaderSearch] Shorten paths for includes in mainfile's directory
Summary:
Currently HeaderSearch only looks at SearchDir's passed into it, but in
addition
Author: kadircet
Date: Wed Jul 3 00:47:19 2019
New Revision: 365005
URL: http://llvm.org/viewvc/llvm-project?rev=365005&view=rev
Log:
[clang][HeaderSearch] Shorten paths for includes in mainfile's directory
Summary:
Currently HeaderSearch only looks at SearchDir's passed into it, but in
addition
Author: kadircet
Date: Thu Jul 4 02:51:43 2019
New Revision: 365120
URL: http://llvm.org/viewvc/llvm-project?rev=365120&view=rev
Log:
[clangd] Also cache failures while indexing
Summary:
Clangd currently doesn't cache any indexing failures, which results in
retrying those failed files even if th
Author: kadircet
Date: Thu Jul 4 02:52:12 2019
New Revision: 365123
URL: http://llvm.org/viewvc/llvm-project?rev=365123&view=rev
Log:
[clangd] Make HadErrors part of background index's internal state
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags:
Author: kadircet
Date: Thu Jul 4 02:51:53 2019
New Revision: 365121
URL: http://llvm.org/viewvc/llvm-project?rev=365121&view=rev
Log:
[clangd] Store hash of command line in index shards.
Summary: This is to enable cache invalidation when command line flags changes.
Reviewers: sammccall
Subscri
Author: kadircet
Date: Thu Jul 4 02:52:04 2019
New Revision: 365122
URL: http://llvm.org/viewvc/llvm-project?rev=365122&view=rev
Log:
[clangd] Add HadErrors field into shards
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Rev
Author: kadircet
Date: Thu Jul 4 02:56:24 2019
New Revision: 365124
URL: http://llvm.org/viewvc/llvm-project?rev=365124&view=rev
Log:
[clangd] Turn background-index on by default
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential
Author: kadircet
Date: Thu Jul 4 04:34:23 2019
New Revision: 365132
URL: http://llvm.org/viewvc/llvm-project?rev=365132&view=rev
Log:
[clangd] Query driver reads stderr and passes driver as first argument
Summary:
gcc invokes cc1 through a path deduced from argv[0] therefore it must
be correctly
Author: kadircet
Date: Thu Jul 4 05:24:17 2019
New Revision: 365134
URL: http://llvm.org/viewvc/llvm-project?rev=365134&view=rev
Log:
[clangd] Fix a lifetime bug in QueryDriver
Modified:
clang-tools-extra/trunk/clangd/QueryDriverDatabase.cpp
Modified: clang-tools-extra/trunk/clangd/QueryDri
Author: kadircet
Date: Thu Jul 4 06:47:51 2019
New Revision: 365140
URL: http://llvm.org/viewvc/llvm-project?rev=365140&view=rev
Log:
[clangd] Fix breakage on gcc 5.4
Modified:
clang-tools-extra/trunk/clangd/index/Background.h
Modified: clang-tools-extra/trunk/clangd/index/Background.h
URL:
Author: kadircet
Date: Wed Jul 10 06:59:13 2019
New Revision: 365632
URL: http://llvm.org/viewvc/llvm-project?rev=365632&view=rev
Log:
[clangd] Trim spaces around parsed include in include extractor
Modified:
clang-tools-extra/trunk/clangd/QueryDriverDatabase.cpp
Modified: clang-tools-extra/
Author: kadircet
Date: Wed Jul 10 07:11:46 2019
New Revision: 365634
URL: http://llvm.org/viewvc/llvm-project?rev=365634&view=rev
Log:
[clangd] Filter out non-governed files from broadcast
Summary:
This also turns off implicit discovery of additional compilation
databases.
Reviewers: sammccall
Author: kadircet
Date: Thu Jul 11 02:54:31 2019
New Revision: 365748
URL: http://llvm.org/viewvc/llvm-project?rev=365748&view=rev
Log:
[clangd] Reland rL365634
This was reverted in rL365678, the failure was due to YAML parsing of
compile_commands.json.
Converting backslashes to forward slashes t
Author: kadircet
Date: Thu Jul 11 03:41:58 2019
New Revision: 365756
URL: http://llvm.org/viewvc/llvm-project?rev=365756&view=rev
Log:
[clangd] Fix windows buildbots
Modified:
clang-tools-extra/trunk/clangd/unittests/GlobalCompilationDatabaseTests.cpp
Modified:
clang-tools-extra/trunk/clang
Author: kadircet
Date: Thu Jul 11 06:47:46 2019
New Revision: 365776
URL: http://llvm.org/viewvc/llvm-project?rev=365776&view=rev
Log:
[clangd][QueryDriver] Use language from underlying database if possible
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Author: kadircet
Date: Wed May 22 07:19:40 2019
New Revision: 361388
URL: http://llvm.org/viewvc/llvm-project?rev=361388&view=rev
Log:
[clangd] improve help message for limit-results
Summary: Make it clear that the default is 100.
Patch by Brennan Vincent(@umanwizard)!
Reviewers: #clang-tools-e
Author: kadircet
Date: Thu May 23 02:58:29 2019
New Revision: 361475
URL: http://llvm.org/viewvc/llvm-project?rev=361475&view=rev
Log:
[clangd-vscode] Do not customize uri converters in vscode
Summary:
Clangd is already resolving symlinks on the server side, therefore
there is no more need to han
Author: kadircet
Date: Thu May 23 04:58:03 2019
New Revision: 361486
URL: http://llvm.org/viewvc/llvm-project?rev=361486&view=rev
Log:
[clangd] Bump vscode extension version
Modified:
clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json
Modified: clang-tools-extra/trunk/clangd/c
Author: kadircet
Date: Thu May 23 05:02:14 2019
New Revision: 361488
URL: http://llvm.org/viewvc/llvm-project?rev=361488&view=rev
Log:
[clangd] Also update package-lock.json
Modified:
clang-tools-extra/trunk/clangd/clients/clangd-vscode/package-lock.json
Modified: clang-tools-extra/trunk/cla
Author: kadircet
Date: Mon May 27 09:20:45 2019
New Revision: 361771
URL: http://llvm.org/viewvc/llvm-project?rev=361771&view=rev
Log:
[clang] Respect TerseOutput when printing lambdas
Reviewers: ilya-biryukov, hokein, sammccall
Subscribers: cfe-commits
Tags: #clang
Differential Revision: http
Author: kadircet
Date: Tue May 28 03:29:58 2019
New Revision: 361803
URL: http://llvm.org/viewvc/llvm-project?rev=361803&view=rev
Log:
[clangd] Introduce a structured hover response
Summary:
Change ClangdServer layer to output a structured response for Hover,
which can be rendered by client accor
Author: kadircet
Date: Fri Dec 14 06:17:18 2018
New Revision: 349152
URL: http://llvm.org/viewvc/llvm-project?rev=349152&view=rev
Log:
[dexp] Change FuzzyFind to also print scope of symbols
Summary:
When there are multiple symbols in the result of a fuzzy find with the
same name, one has to perfo
Author: kadircet
Date: Mon Dec 17 04:30:27 2018
New Revision: 349345
URL: http://llvm.org/viewvc/llvm-project?rev=349345&view=rev
Log:
[clangd] Only reduce priority of a thread for indexing.
Summary:
We'll soon have tasks pending for reading shards from disk, we want
them to have normal priority.
Author: kadircet
Date: Mon Dec 17 04:38:22 2018
New Revision: 349348
URL: http://llvm.org/viewvc/llvm-project?rev=349348&view=rev
Log:
[clangd] Change diskbackedstorage to be atomic
Summary:
There was a chance that multiple clangd instances could try to write
same shard, in which case we would ge
Author: kadircet
Date: Wed Dec 19 02:46:21 2018
New Revision: 349618
URL: http://llvm.org/viewvc/llvm-project?rev=349618&view=rev
Log:
[clangd] Unify path canonicalizations in the codebase
Summary:
There were a few different places where we canonicalized paths, each
one had its own flavor. This p
Author: kadircet
Date: Thu Jan 3 05:46:10 2019
New Revision: 350306
URL: http://llvm.org/viewvc/llvm-project?rev=350306&view=rev
Log:
[clangd] Always try to build absolute path
Summary:
This only changes behavior in cases when the file itself is a symlink.
When canonicalizing paths do not look
Author: kadircet
Date: Thu Jan 10 09:03:04 2019
New Revision: 350847
URL: http://llvm.org/viewvc/llvm-project?rev=350847&view=rev
Log:
[clangd] Introduce loading of shards within auto-index
Summary:
Whenever a change happens on a CDB, load shards associated with that
CDB before issuing re-index a
Author: kadircet
Date: Wed Sep 25 07:12:05 2019
New Revision: 372875
URL: http://llvm.org/viewvc/llvm-project?rev=372875&view=rev
Log:
[clangd] Fix parseNamespaceEvents to parse the last token
Reviewers: hokein, ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags:
Author: kadircet
Date: Wed Sep 25 08:44:26 2019
New Revision: 372888
URL: http://llvm.org/viewvc/llvm-project?rev=372888&view=rev
Log:
[clangd] Change constness of parameters to findExplicitRefs
Summary:
Recursive AST requires non-const ast nodes, but it doesn't really
mutate them. In addition to
Author: kadircet
Date: Thu Sep 26 00:27:43 2019
New Revision: 372948
URL: http://llvm.org/viewvc/llvm-project?rev=372948&view=rev
Log:
[clangd] Add a helper for extracting nonlocal decls in a FunctionDecl
Summary:
To be used by define-inline code action to determine whether the
function/method bo
Author: kadircet
Date: Tue Oct 1 07:08:51 2019
New Revision: 373340
URL: http://llvm.org/viewvc/llvm-project?rev=373340&view=rev
Log:
[clang] Make handling of unnamed template params similar to function params
Summary:
Clang uses the location identifier should be inserted for declarator
decls wh
Author: kadircet
Date: Wed Oct 2 02:12:01 2019
New Revision: 373435
URL: http://llvm.org/viewvc/llvm-project?rev=373435&view=rev
Log:
[clangd] Always send file URIs to editors
Summary:
Editors only know about file URIs, make sure we do not use any custom
schemes while sending edits.
Reviewers:
Author: kadircet
Date: Mon Oct 7 10:12:18 2019
New Revision: 373924
URL: http://llvm.org/viewvc/llvm-project?rev=373924&view=rev
Log:
[clangd] Fix raciness in code completion tests
Reviewers: sammccall, ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Author: kadircet
Date: Tue Oct 8 06:54:03 2019
New Revision: 374047
URL: http://llvm.org/viewvc/llvm-project?rev=374047&view=rev
Log:
[clangd] Bump timeouts in speculative completion tests
Modified:
clang-tools-extra/trunk/clangd/unittests/CodeCompleteTests.cpp
Modified: clang-tools-extra/t
Author: kadircet
Date: Wed Oct 9 05:48:41 2019
New Revision: 374163
URL: http://llvm.org/viewvc/llvm-project?rev=374163&view=rev
Log:
[clangd] Propagate context into reply handlers
Modified:
clang-tools-extra/trunk/clangd/ClangdLSPServer.h
Modified: clang-tools-extra/trunk/clangd/ClangdLSPS
Author: kadircet
Date: Wed Oct 9 06:59:31 2019
New Revision: 374168
URL: http://llvm.org/viewvc/llvm-project?rev=374168&view=rev
Log:
[clangd] Make sure ReplyCallbacks are destroyed before RequestCancelersMutex
Summary:
After rL374163, replycallbacks might have a cancellable context, which
will
Author: kadircet
Date: Thu Oct 10 05:20:11 2019
New Revision: 374324
URL: http://llvm.org/viewvc/llvm-project?rev=374324&view=rev
Log:
Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"
This reverts commit f6777964bde28c349d3e289ea37ecf5f5eeedbc4.
Because the absolu
Author: kadircet
Date: Tue Oct 15 07:20:52 2019
New Revision: 374892
URL: http://llvm.org/viewvc/llvm-project?rev=374892&view=rev
Log:
[clangd] Propagate main context into ClangdServer
Summary:
Currently clangd initializes the ClangdServer lazily during
onInitialize request, and it results in pro
Author: kadircet
Date: Tue Oct 15 07:59:08 2019
New Revision: 374901
URL: http://llvm.org/viewvc/llvm-project?rev=374901&view=rev
Log:
[clangd][NFC] Update comments to use triple-slashes
Modified:
clang-tools-extra/trunk/clangd/ClangdLSPServer.h
Modified: clang-tools-extra/trunk/clangd/Clang
Author: Kadir Cetinkaya
Date: 2019-10-25T12:15:20+02:00
New Revision: 8aa84ad37db7ddbff5c1a2e4ef8ff2a616f1da57
URL:
https://github.com/llvm/llvm-project/commit/8aa84ad37db7ddbff5c1a2e4ef8ff2a616f1da57
DIFF:
https://github.com/llvm/llvm-project/commit/8aa84ad37db7ddbff5c1a2e4ef8ff2a616f1da57.dif
Author: Kadir Cetinkaya
Date: 2019-10-25T14:16:59+02:00
New Revision: ce1e249a688dced25735e38242df561e387b8e2b
URL:
https://github.com/llvm/llvm-project/commit/ce1e249a688dced25735e38242df561e387b8e2b
DIFF:
https://github.com/llvm/llvm-project/commit/ce1e249a688dced25735e38242df561e387b8e2b.dif
Author: Kadir Cetinkaya
Date: 2019-10-25T15:01:28+02:00
New Revision: 43e931cb5fc1830f6b9250f35d29e1377a66eee6
URL:
https://github.com/llvm/llvm-project/commit/43e931cb5fc1830f6b9250f35d29e1377a66eee6
DIFF:
https://github.com/llvm/llvm-project/commit/43e931cb5fc1830f6b9250f35d29e1377a66eee6.dif
Author: Kadir Cetinkaya
Date: 2019-10-25T18:40:01+02:00
New Revision: 8e567b0730fa55d15e6c0ab20b0352d85e96b7bb
URL:
https://github.com/llvm/llvm-project/commit/8e567b0730fa55d15e6c0ab20b0352d85e96b7bb
DIFF:
https://github.com/llvm/llvm-project/commit/8e567b0730fa55d15e6c0ab20b0352d85e96b7bb.dif
Author: Kadir Cetinkaya
Date: 2019-10-28T07:18:26+01:00
New Revision: 1a9c01c7f6c7e88676440869bbbe9f43fa45b109
URL:
https://github.com/llvm/llvm-project/commit/1a9c01c7f6c7e88676440869bbbe9f43fa45b109
DIFF:
https://github.com/llvm/llvm-project/commit/1a9c01c7f6c7e88676440869bbbe9f43fa45b109.dif
Author: Kadir Cetinkaya
Date: 2019-10-28T07:28:21+01:00
New Revision: 5ab9a850f6bde53974798ee285a06335fb788ae5
URL:
https://github.com/llvm/llvm-project/commit/5ab9a850f6bde53974798ee285a06335fb788ae5
DIFF:
https://github.com/llvm/llvm-project/commit/5ab9a850f6bde53974798ee285a06335fb788ae5.dif
Author: Kadir Cetinkaya
Date: 2019-10-28T07:45:38+01:00
New Revision: 3d65def1fd2febe5c1748de6f5ce009712e88f31
URL:
https://github.com/llvm/llvm-project/commit/3d65def1fd2febe5c1748de6f5ce009712e88f31
DIFF:
https://github.com/llvm/llvm-project/commit/3d65def1fd2febe5c1748de6f5ce009712e88f31.dif
Author: Kadir Cetinkaya
Date: 2019-10-28T07:55:58+01:00
New Revision: f4d7caf6df819d18b4d5b460d21f7f8fe1e1b705
URL:
https://github.com/llvm/llvm-project/commit/f4d7caf6df819d18b4d5b460d21f7f8fe1e1b705
DIFF:
https://github.com/llvm/llvm-project/commit/f4d7caf6df819d18b4d5b460d21f7f8fe1e1b705.dif
Author: Kadir Cetinkaya
Date: 2019-10-28T12:05:03+01:00
New Revision: 3cb5764f900284666dbb0342c487edb1fde4d7fc
URL:
https://github.com/llvm/llvm-project/commit/3cb5764f900284666dbb0342c487edb1fde4d7fc
DIFF:
https://github.com/llvm/llvm-project/commit/3cb5764f900284666dbb0342c487edb1fde4d7fc.dif
Author: Kadir Cetinkaya
Date: 2020-05-26T07:32:07+02:00
New Revision: eeedbd033612e105755156023bdeec2fba4eca21
URL:
https://github.com/llvm/llvm-project/commit/eeedbd033612e105755156023bdeec2fba4eca21
DIFF:
https://github.com/llvm/llvm-project/commit/eeedbd033612e105755156023bdeec2fba4eca21.dif
Author: Kadir Cetinkaya
Date: 2020-05-26T07:37:03+02:00
New Revision: 34e39eb2adc2b3f16c2c2c0607a904ee55705c01
URL:
https://github.com/llvm/llvm-project/commit/34e39eb2adc2b3f16c2c2c0607a904ee55705c01
DIFF:
https://github.com/llvm/llvm-project/commit/34e39eb2adc2b3f16c2c2c0607a904ee55705c01.dif
Author: Daniel MartÃn
Date: 2020-05-27T19:36:46+02:00
New Revision: 6407aa9d2e0e225bc81d3b2602d6e6ed79912ec2
URL:
https://github.com/llvm/llvm-project/commit/6407aa9d2e0e225bc81d3b2602d6e6ed79912ec2
DIFF:
https://github.com/llvm/llvm-project/commit/6407aa9d2e0e225bc81d3b2602d6e6ed79912ec2.diff
Author: Kadir Cetinkaya
Date: 2020-05-29T12:20:23+02:00
New Revision: 478f6fb2001698eb102ddce9500ff0885eaaeaab
URL:
https://github.com/llvm/llvm-project/commit/478f6fb2001698eb102ddce9500ff0885eaaeaab
DIFF:
https://github.com/llvm/llvm-project/commit/478f6fb2001698eb102ddce9500ff0885eaaeaab.dif
Author: Kadir Cetinkaya
Date: 2020-05-29T12:20:23+02:00
New Revision: b742eaa321219fa3444e3bcd33eda441bea6b73a
URL:
https://github.com/llvm/llvm-project/commit/b742eaa321219fa3444e3bcd33eda441bea6b73a
DIFF:
https://github.com/llvm/llvm-project/commit/b742eaa321219fa3444e3bcd33eda441bea6b73a.dif
Author: Kadir Cetinkaya
Date: 2020-05-29T12:35:25+02:00
New Revision: 1772adb0594bf0d8684fe8b63609352ad4a1ccf0
URL:
https://github.com/llvm/llvm-project/commit/1772adb0594bf0d8684fe8b63609352ad4a1ccf0
DIFF:
https://github.com/llvm/llvm-project/commit/1772adb0594bf0d8684fe8b63609352ad4a1ccf0.dif
Author: Kadir Cetinkaya
Date: 2020-05-29T12:46:53+02:00
New Revision: fcde3d5b04b612ebc4164fe8f3e83f93cd1fce53
URL:
https://github.com/llvm/llvm-project/commit/fcde3d5b04b612ebc4164fe8f3e83f93cd1fce53
DIFF:
https://github.com/llvm/llvm-project/commit/fcde3d5b04b612ebc4164fe8f3e83f93cd1fce53.dif
Author: Kadir Cetinkaya
Date: 2020-05-29T12:46:54+02:00
New Revision: 538c2753f3ec818eae57a5c5dfbe1f05af57ee37
URL:
https://github.com/llvm/llvm-project/commit/538c2753f3ec818eae57a5c5dfbe1f05af57ee37
DIFF:
https://github.com/llvm/llvm-project/commit/538c2753f3ec818eae57a5c5dfbe1f05af57ee37.dif
Author: Kadir Cetinkaya
Date: 2020-05-29T13:20:46+02:00
New Revision: 1f4ba66ecc877562e75059e32d4c95a67e1fd483
URL:
https://github.com/llvm/llvm-project/commit/1f4ba66ecc877562e75059e32d4c95a67e1fd483
DIFF:
https://github.com/llvm/llvm-project/commit/1f4ba66ecc877562e75059e32d4c95a67e1fd483.dif
Author: Kadir Cetinkaya
Date: 2020-05-29T14:00:08+02:00
New Revision: 20b2af3e5559e50d1b5279311c6e5034a2d1928d
URL:
https://github.com/llvm/llvm-project/commit/20b2af3e5559e50d1b5279311c6e5034a2d1928d
DIFF:
https://github.com/llvm/llvm-project/commit/20b2af3e5559e50d1b5279311c6e5034a2d1928d.dif
Author: Kadir Cetinkaya
Date: 2020-06-02T13:34:40+02:00
New Revision: bff0c56ff92106afad22b54a90e1c612da4d6f99
URL:
https://github.com/llvm/llvm-project/commit/bff0c56ff92106afad22b54a90e1c612da4d6f99
DIFF:
https://github.com/llvm/llvm-project/commit/bff0c56ff92106afad22b54a90e1c612da4d6f99.dif
Author: Kadir Cetinkaya
Date: 2020-06-02T14:31:45+02:00
New Revision: a0f13b33742372bf00640eb18a2f3229176fc77d
URL:
https://github.com/llvm/llvm-project/commit/a0f13b33742372bf00640eb18a2f3229176fc77d
DIFF:
https://github.com/llvm/llvm-project/commit/a0f13b33742372bf00640eb18a2f3229176fc77d.dif
Author: Kadir Cetinkaya
Date: 2020-06-02T14:31:45+02:00
New Revision: 8506877c87aa602736aee1fffbd80b886fa40b79
URL:
https://github.com/llvm/llvm-project/commit/8506877c87aa602736aee1fffbd80b886fa40b79
DIFF:
https://github.com/llvm/llvm-project/commit/8506877c87aa602736aee1fffbd80b886fa40b79.dif
Author: Kadir Cetinkaya
Date: 2020-07-16T12:33:54+02:00
New Revision: 46c921003c2ce5f1cdc4de9ef613eb001980780c
URL:
https://github.com/llvm/llvm-project/commit/46c921003c2ce5f1cdc4de9ef613eb001980780c
DIFF:
https://github.com/llvm/llvm-project/commit/46c921003c2ce5f1cdc4de9ef613eb001980780c.dif
Author: Ilya Golovenko
Date: 2020-07-16T12:50:25+02:00
New Revision: a130cf8ae8ab56ba1cfa7edc52b637c9d0c3fd38
URL:
https://github.com/llvm/llvm-project/commit/a130cf8ae8ab56ba1cfa7edc52b637c9d0c3fd38
DIFF:
https://github.com/llvm/llvm-project/commit/a130cf8ae8ab56ba1cfa7edc52b637c9d0c3fd38.diff
Author: Aleksandr Platonov
Date: 2020-07-20T21:00:49+02:00
New Revision: c911803d5df0f8a781b56849180b4b93a61306a7
URL:
https://github.com/llvm/llvm-project/commit/c911803d5df0f8a781b56849180b4b93a61306a7
DIFF:
https://github.com/llvm/llvm-project/commit/c911803d5df0f8a781b56849180b4b93a61306a7.
Author: Kadir Cetinkaya
Date: 2020-07-22T11:24:31+02:00
New Revision: a69f9a8584f2a090b5fe6235a112f9b68c324863
URL:
https://github.com/llvm/llvm-project/commit/a69f9a8584f2a090b5fe6235a112f9b68c324863
DIFF:
https://github.com/llvm/llvm-project/commit/a69f9a8584f2a090b5fe6235a112f9b68c324863.dif
Author: Kadir Cetinkaya
Date: 2020-04-06T20:08:24+02:00
New Revision: 0731132888a0219179fdb4303cd690a6687cc130
URL:
https://github.com/llvm/llvm-project/commit/0731132888a0219179fdb4303cd690a6687cc130
DIFF:
https://github.com/llvm/llvm-project/commit/0731132888a0219179fdb4303cd690a6687cc130.dif
101 - 200 of 715 matches
Mail list logo