Commit 8d41dd9
committed
Update LSP request methods and clang-format standard
This commit updates the LSP Request class by changing the ToJSON and FromJSON methods to use the override keyword instead of virtual, ensuring proper method overriding in derived classes. Additionally, the clang-format configuration is updated to use C++11 standard instead of C++20 (which does not exist on certain versions of clang-format)
* LSP/Request.h
* .clang-format
** Generated by CodeLite. **
Signed-off-by: Eran Ifrah <eran@codelite.org>1 parent 8f30833 commit 8d41dd9
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments