Details
Diff Detail
- Build Status
Buildable 8976 Build 8976: 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 | ||
|---|---|---|
| 2 | I think you have to use %python instead of python, like LLVM tests do. | |
| test/Tooling/clang-diff-json.cpp | ||
|---|---|---|
| 2 | ok | |
| test/Tooling/clang-diff-json.cpp | ||
|---|---|---|
| 2 | Yeah, 2.7 support is still a requirement. | |
| test/Tooling/clang-diff-json.cpp | ||
|---|---|---|
| 2 | It looks like %python is expanded in the wrong way. | |
| test/Tooling/clang-diff-json.cpp | ||
|---|---|---|
| 2 | 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.