The end-user has no way of 'fixing' bugs in the system library anyway.
Let's suppress these as well.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-extern-c.cpp | ||
---|---|---|
37 | Where is this file? I can't find it in my tree. D:\legalize\llvm\llvm-project\clang-tools-extra > dir/s/b mysystemlib.h File Not Found Does this patch depend on some other unsubmitted patch? |
clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-extern-c.cpp | ||
---|---|---|
37 | OK, so it depends on D125209 .... why not just include these small changes in that? Supposedly there is some way in phabricator to make one review dependent on another, but instead of being an expert in phabricator this change seems small enough to just fold into the other review, but perhaps opinions differ on that. |
clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-extern-c.cpp | ||
---|---|---|
37 | I set the 'parent revision', so the dependencies are present under the "Stack" tab. Sorry if I confused you. Do you insist on merging these two? |
clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-extern-c.cpp | ||
---|---|---|
37 | Nope, no insistence on my part. Just asking the question, which you've answered. I never even noticed the "stack" tab in phabricator before. Honestly, phabricator is not my favorite code reviewing tool, but it's what clang/llvm has chosen, so I live with it :) |
Where is this file? I can't find it in my tree.
Does this patch depend on some other unsubmitted patch?