[all-commits] [llvm/llvm-project] 23ace2: [clang(d)] Include/Exclude CLDXC options properly
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Sep 16 03:26:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23ace26e0d1aa2283d65d192c37592fb0eef1b1f
https://github.com/llvm/llvm-project/commit/23ace26e0d1aa2283d65d192c37592fb0eef1b1f
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M clang-tools-extra/clangd/CompileCommands.cpp
M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
Log Message:
-----------
[clang(d)] Include/Exclude CLDXC options properly
This handles the new CLDXC options that was introduced in
https://reviews.llvm.org/D128462 inside clang-tooling to make sure cl driver
mode is not broken.
Fixes https://github.com/clangd/clangd/issues/1292.
Differential Revision: https://reviews.llvm.org/D133962
More information about the All-commits
mailing list