The first parameter of PPCallbacks::FileSkipped callback is SkippedFile, not the ParentFile according to the call at Preprocessor::HandleIncludeDirective
Details
Diff Detail
Event Timeline
Your original patch had changes in the clang-extra repo as well but those are missing in this review, was that intentional?
include/clang/Lex/PPCallbacks.h | ||
---|---|---|
58–59 | You can probably remove ParentFile from this sentence. |
Nikola, I don't have write access, so I'd appreciate your help with commit.
Btw, the updated diff was again only about clang repository, not extra. I used "update current" instead of "create new diff" was that correct? I do not see extra files in the list now, they are only in history of http://reviews.llvm.org/differential/diff/25416. What was the right way to use phabricator for such use case?
Thanks!
Vladimir.
I have no idea to be honest, the fact that we have only one svn repository but checkout different parts separately makes things confusing. And since I'm using git it's even more complicated ;)
Thanks for this, committed r237115 and r237116
You can probably remove ParentFile from this sentence.