[all-commits] [llvm/llvm-project] b857a5: [clangd] Support include-fixer inside macro argume...
Sam McCall via All-commits
all-commits at lists.llvm.org
Wed Mar 23 09:23:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b857a5092c5e07121426196e79d51400382ff27a
https://github.com/llvm/llvm-project/commit/b857a5092c5e07121426196e79d51400382ff27a
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M clang-tools-extra/clangd/IncludeFixer.cpp
M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
Log Message:
-----------
[clangd] Support include-fixer inside macro arguments.
Motivating case: EXPECT_EQ(42, missingFunction(bar));
Differential Revision: https://reviews.llvm.org/D120619
More information about the All-commits
mailing list