[PATCH] D62115: fix a issue that clang is incompatible with gcc with -H option.
Xiang Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 20 00:14:24 PDT 2019
xiangzhangllvm added inline comments.
================
Comment at: lib/Frontend/HeaderIncludeGen.cpp:55
+ // Simplify Filename that starts with "./"
+ if (Filename.startswith("./"));
+ Filename=Filename.substr(2);
----------------
Need remove ";" ?
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