This patch introduces few additional tests including one case the tool does not handle yet, which should be fixed in the future.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Add
// FIXME: <desired behavior to implement>
to tests that do not work yet.
I'd personally not check in the XFAIL tests for now, and just add them when you implement the missing functionality; the problem with XFAIL here is that (due to the offsets involved) they can easily switch into a mode where they fail not because the feature is not implemented, but because the test is incorrect.
test/clang-rename/TemplateTypename.cpp | ||
---|---|---|
4 ↗ | (On Diff #63647) | Here, too? |
Comment Actions
Can you please avoid adding VirtualFunction.cpp? http://reviews.llvm.org/D22237 would add it as well, but without the FIXME. Thanks! :-)