llvm-project/clang-tools-extra/clangd
Ilya Biryukov 3db40ffef3 [clangd] Fix bool conversion operator of UniqueFunction
Usages of it were giving compiler errors because of the missing
explicit conversion.

llvm-svn: 320591
2017-12-13 15:42:59 +00:00
..
clients/clangd-vscode [clangd] Handle clangd.applyFix server-side 2017-11-03 13:39:15 +00:00
fuzzer [clangd] clang-format the code. NFC 2017-12-12 12:56:46 +00:00
index [clangd] clang-format the source code. NFC 2017-12-13 12:53:16 +00:00
tool [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
CMakeLists.txt [clangd] Introduce a "Symbol" class. 2017-12-12 15:42:10 +00:00
ClangdLSPServer.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdLSPServer.h [clangd] Emit ranges for clangd diagnostics, and fix off-by-one positions 2017-12-13 08:48:42 +00:00
ClangdServer.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdServer.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdUnit.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdUnit.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdUnitStore.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ClangdUnitStore.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
CodeComplete.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
CodeComplete.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Compiler.cpp [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +00:00
Compiler.h [clangd] Split CodeComplete into a separate file. NFC 2017-12-04 13:49:59 +00:00
Context.cpp [clangd] Introduced a Context that stores implicit data 2017-12-12 11:16:45 +00:00
Context.h [clangd] Try to workaround MSVC compilation failure. 2017-12-13 13:43:47 +00:00
DraftStore.cpp Fixing compilation failures on buildbots. 2017-05-16 10:06:20 +00:00
DraftStore.h [clangd] Serialize onDiagnosticsReady callbacks for the same file. 2017-09-20 12:58:55 +00:00
Function.h [clangd] Fix bool conversion operator of UniqueFunction 2017-12-13 15:42:59 +00:00
FuzzyMatch.cpp [clangd] Fix FuzzyMatch tests on windows, NFC 2017-12-02 03:35:19 +00:00
FuzzyMatch.h [clangd] Avoid enum in bitfields, can't satisfy old GCC and new MSVC 2017-12-02 04:15:55 +00:00
GlobalCompilationDatabase.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
GlobalCompilationDatabase.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
JSONExpr.cpp [clangd] Add missing (but documented!) JSONExpr typed accessors 2017-11-28 09:25:09 +00:00
JSONExpr.h [clangd] New conventions for JSON-marshalling functions, centralize machinery 2017-11-30 21:32:29 +00:00
JSONRPCDispatcher.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
JSONRPCDispatcher.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Logger.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Logger.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Path.h Restored r303067 and fixed failing test. 2017-05-16 09:38:59 +00:00
Protocol.cpp [clangd] Document highlights for clangd 2017-12-12 12:27:47 +00:00
Protocol.h [clangd] Document highlights for clangd 2017-12-12 12:27:47 +00:00
ProtocolHandlers.cpp [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
ProtocolHandlers.h [clangd] Implemented logging using Context 2017-12-13 12:51:22 +00:00
Trace.cpp [clangd] Switch from YAMLParser to JSONExpr 2017-11-28 09:37:43 +00:00
Trace.h [clangd] Tracing improvements 2017-11-23 17:12:04 +00:00