[PATCH] D89065: [clang] Tweaked fixit for static assert with no message

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 8 12:38:40 PDT 2020


njames93 added a comment.

I don't see any support for verifying fix-its in the test cases so unsure how i could go about testing this change.



================
Comment at: clang/lib/Parse/ParseDeclCXX.cpp:18
 #include "clang/Basic/CharInfo.h"
+#include "clang/Basic/DiagnosticParse.h"
 #include "clang/Basic/OperatorKinds.h"
----------------
I'll undo this, clangd include inserter and clang format making undesired changes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89065



More information about the cfe-commits mailing list