[PATCH] D71414: [clangd] Introduce codeblocks
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 14 07:15:37 PST 2019
thakis added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/FormattedStringTests.cpp:126
+test
+```
+bar)md");
----------------
Older (but still supported) gccs can't handle multiline raw strings in macro arguments, see e.g. http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/21230/steps/ninja%20check%201/logs/stdio
I fixed this for you in 687e98d294c4f77e. It's been broken for 3 days, please watch bots and your inbox after committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71414/new/
https://reviews.llvm.org/D71414
More information about the cfe-commits
mailing list