diff options
author | mattkae <mattkae@protonmail.com> | 2022-06-07 08:23:47 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-06-07 08:23:47 -0400 |
commit | bd18a38c2898548a3664a9ddab9f79c84f2caf4a (patch) | |
tree | 95b9933376770381bd8859782ae763be81c2d72b /elpa/irony-20220110.849/server/src/Commands.def | |
parent | b07628dddf418d4f47b858e6c35fd3520fbaeed2 (diff) | |
parent | ef160dea332af4b4fe5e2717b962936c67e5fe9e (diff) |
Merge conflict
Diffstat (limited to 'elpa/irony-20220110.849/server/src/Commands.def')
-rw-r--r-- | elpa/irony-20220110.849/server/src/Commands.def | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/elpa/irony-20220110.849/server/src/Commands.def b/elpa/irony-20220110.849/server/src/Commands.def deleted file mode 100644 index f99d8af..0000000 --- a/elpa/irony-20220110.849/server/src/Commands.def +++ /dev/null @@ -1,39 +0,0 @@ -/**-*-C++-*- - * \file - * \author Guillaume Papin <guillaume.papin@epitech.eu> - * - * \brief Command list. - * - * This file is distributed under the GNU General Public License. See - * COPYING for details. - */ - -#ifndef X -#error Please define the 'X(id, command, description)' macro before inclusion! -#endif - -X(Candidates, "candidates", - "PREFIX STYLE - print completion candidates (require previous complete). " - "STYLE is \"exact\", \"case-insensitive\" or \"smart-case\"") -X(Complete, "complete", - "FILE LINE COL [-- [COMPILE_OPTIONS...]] - perform code completion at a given location") -X(CompletionDiagnostics, "completion-diagnostics", - "print the diagnostics generated during complete") -X(Diagnostics, "diagnostics", "print the diagnostics of the last parse") -X(Exit, "exit", "exit interactive mode, print nothing") -X(GetCompileOptions, "get-compile-options", "BUILD_DIR FILE - " - "get compile options for FILE from JSON database in BUILD_DIR") -X(GetType, "get-type", "LINE COL - get type of symbol at a given location") -X(Help, "help", "show this message") -X(Parse, "parse", "FILE [-- [COMPILE_OPTIONS...]] - parse the given file") -X(ResetUnsaved, "reset-unsaved", "FILE - reset FILE, its content is up to date") -X(SetDebug, "set-debug", "ON|OFF - enable or disable verbose logging") -X(SetUnsaved, - "set-unsaved", - "FILE UNSAVED-CONTENT-FILE - tell irony-server that " - "UNSAVED-CONTENT-FILE contains the effective content of FILE") - -// sentinel value, should be the last one -X(Unknown, "<unkown>", "<unspecified>") - -#undef X |