[PATCH] D148457: [clangd] Support macro evaluation on hover

Younan Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 30 00:44:47 PDT 2023


zyounan added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/HoverTests.cpp:3901
+            case 1:
+              EXPECT_TRUE(HI->Type);
+              EXPECT_FALSE(HI->Value);
----------------
Oops, this should be FALSE I think.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148457/new/

https://reviews.llvm.org/D148457



More information about the cfe-commits mailing list