Details
Diff Detail
- Build Status
Buildable 8922 Build 8922: arc lint + arc unit
Event Timeline
include/clang/Tooling/ASTDiff/ASTDiff.h | ||
---|---|---|
105 | Please add a documentation comment that mentions what kind of value is returned by the function. getSourceRangeOffsets might be a more a descriptive name as well. |
test/Tooling/clang-diff-json.cpp | ||
---|---|---|
1 | I think you have to use %python instead of python, like LLVM tests do. |
test/Tooling/clang-diff-json.cpp | ||
---|---|---|
1 | ok |
test/Tooling/clang-diff-json.cpp | ||
---|---|---|
1 | Yeah, 2.7 support is still a requirement. |
test/Tooling/clang-diff-json.cpp | ||
---|---|---|
1 | It looks like %python is expanded in the wrong way. |
test/Tooling/clang-diff-json.cpp | ||
---|---|---|
1 | It might not be in the lit.cfg for Clang, let me check. |
@johannes , you have to add %python substitution to lit.cfg, see my attached patch that does it.
Please add a documentation comment that mentions what kind of value is returned by the function. getSourceRangeOffsets might be a more a descriptive name as well.