llvm-project/clang-tools-extra/clangd
Roman Lebedev 12b40745ab Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>"
This reverts commit rL326202

This broke gcc4.8 builds, compiler just segfaults:
http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/14909
http://lab.llvm.org:8011/builders/clang-x86_64-linux-abi-test/builds/22673

llvm-svn: 326203
2018-02-27 15:54:41 +00:00
..
clients/clangd-vscode [clangd] Correct the doc, password => Personal Access Token. 2018-02-19 14:26:55 +00:00
fuzzer [clangd-fuzzer] Update ClangdLSPServer constructor call. 2017-12-20 22:29:23 +00:00
global-symbol-builder Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>" 2018-02-27 15:54:41 +00:00
index [clangd] Not collect include headers for dynamic index for now. 2018-02-22 10:14:05 +00:00
tool [clangd] Address FIXME and fix comment 2018-02-25 07:21:16 +00:00
CMakeLists.txt [clangd] collect symbol #include & insert #include in global code completion. 2018-02-16 14:15:55 +00:00
ClangdLSPServer.cpp [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
ClangdLSPServer.h [clangd] DidChangeConfiguration Notification 2018-02-22 14:00:39 +00:00
ClangdServer.cpp [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
ClangdServer.h [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
ClangdUnit.cpp [clangd] #include statements support for Open definition 2018-02-21 02:39:08 +00:00
ClangdUnit.h [clangd] #include statements support for Open definition 2018-02-21 02:39:08 +00:00
CodeComplete.cpp [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
CodeComplete.h [clangd] Pass Context implicitly using TLS. 2018-01-31 13:40:48 +00:00
CodeCompletionStrings.cpp [clangd] Pull CodeCompletionString handling logic into its own file and add unit test. 2017-12-20 17:24:31 +00:00
CodeCompletionStrings.h [clangd] Pull CodeCompletionString handling logic into its own file and add unit test. 2017-12-20 17:24:31 +00:00
CompileArgsCache.cpp [clangd] Fixed the file comment of new file. NFC 2018-01-25 14:30:46 +00:00
CompileArgsCache.h [clangd] Added forgotten files 2018-01-25 14:29:29 +00:00
Compiler.cpp [clangd] Log all ignored diagnostics. 2018-02-12 12:48:51 +00:00
Compiler.h [clangd] Log all ignored diagnostics. 2018-02-12 12:48:51 +00:00
Context.cpp [clangd] Address FIXME and fix comment 2018-02-25 07:21:16 +00:00
Context.h [clangd] Pass Context implicitly using TLS. 2018-01-31 13:40:48 +00:00
DraftStore.cpp [clangd] DidChangeConfiguration Notification 2018-02-22 14:00:39 +00:00
DraftStore.h [clangd] DidChangeConfiguration Notification 2018-02-22 14:00:39 +00:00
Function.h [clangd] BindWithForward -> Bind. NFC 2018-02-23 07:54:17 +00:00
FuzzyMatch.cpp [clangd] Fix memcpy(?, null, 0) UB by switching to std::copy 2018-01-19 15:03:49 +00:00
FuzzyMatch.h [clangd] Merge index-provided completions with those from Sema. 2018-01-19 14:34:02 +00:00
GlobalCompilationDatabase.cpp [clangd] DidChangeConfiguration Notification 2018-02-22 14:00:39 +00:00
GlobalCompilationDatabase.h [clangd] DidChangeConfiguration Notification 2018-02-22 14:00:39 +00:00
Headers.cpp [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
Headers.h [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
JSONExpr.cpp [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
JSONExpr.h [clangd] Put all #includes in one block in clangd source files. NFC 2017-12-14 21:22:03 +00:00
JSONRPCDispatcher.cpp [clangd] Include timestamps in log messages. 2018-02-16 16:41:42 +00:00
JSONRPCDispatcher.h [clangd] Support simpler JSON-RPC stream parsing for lit tests. 2018-02-06 10:47:30 +00:00
Logger.cpp [clangd] Pass Context implicitly using TLS. 2018-01-31 13:40:48 +00:00
Logger.h [clangd] Pass Context implicitly using TLS. 2018-01-31 13:40:48 +00:00
Path.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
Protocol.cpp [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
Protocol.h [clangd] don't insert new includes if either original header or canonical header is already included. 2018-02-26 08:32:13 +00:00
ProtocolHandlers.cpp [clangd] DidChangeConfiguration Notification 2018-02-22 14:00:39 +00:00
ProtocolHandlers.h [clangd] DidChangeConfiguration Notification 2018-02-22 14:00:39 +00:00
SourceCode.cpp [clangd] #include statements support for Open definition 2018-02-21 02:39:08 +00:00
SourceCode.h [clangd] #include statements support for Open definition 2018-02-21 02:39:08 +00:00
TUScheduler.cpp [clangd] BindWithForward -> Bind. NFC 2018-02-23 07:54:17 +00:00
TUScheduler.h [clangd] Allow embedders some control over when diagnostics are generated. 2018-02-22 13:11:12 +00:00
Threading.cpp [clangd] Allow embedders some control over when diagnostics are generated. 2018-02-22 13:11:12 +00:00
Threading.h [clangd] Allow embedders some control over when diagnostics are generated. 2018-02-22 13:11:12 +00:00
Trace.cpp [clangd] Tracing: name worker threads, and enforce naming scheduled async tasks 2018-02-19 09:56:28 +00:00
Trace.h [clangd] Tracing: name worker threads, and enforce naming scheduled async tasks 2018-02-19 09:56:28 +00:00
URI.cpp [clangd] Do not precent-encode numbers in URI. 2018-02-07 12:12:06 +00:00
URI.h [clangd] Use new URI with scheme support in place of the existing LSP URI 2018-01-29 15:37:46 +00:00
XRefs.cpp [clangd] #include statements support for Open definition 2018-02-21 02:39:08 +00:00
XRefs.h [clangd] Implement textDocument/hover 2018-02-16 21:38:15 +00:00