[PATCH] D62115: fix a issue that clang is incompatible with gcc with -H option.
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 20 00:11:02 PDT 2019
xbolva00 added inline comments.
================
Comment at: lib/Frontend/HeaderIncludeGen.cpp:56
+ if (Filename.startswith("./"));
+ Filename=Filename.substr(2);
+
----------------
Formatting
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62115/new/
https://reviews.llvm.org/D62115
More information about the cfe-commits
mailing list