[all-commits] [llvm/llvm-project] 2f3d4f: [clangd] Do not offer RawStringLiteral code action...
robozati via All-commits
all-commits at lists.llvm.org
Tue Oct 24 14:29:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f3d4f6c9829bfc17a3e2d034286c03940d506ec
https://github.com/llvm/llvm-project/commit/2f3d4f6c9829bfc17a3e2d034286c03940d506ec
Author: robozati <139823421+robozati at users.noreply.github.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
M clang-tools-extra/clangd/unittests/tweaks/RawStringLiteralTests.cpp
Log Message:
-----------
[clangd] Do not offer RawStringLiteral code action in C and C++98 (#69775)
Raw string literals are a C++ feature first added in C++11.
Fixes https://github.com/clangd/clangd/issues/1795.
More information about the All-commits
mailing list