Use qualified names if available.
Details
Diff Detail
- Build Status
Buildable 8888 Build 8888: arc lint + arc unit
Event Timeline
test/Tooling/clang-diff-ast.cpp | ||
---|---|---|
32 | To avoid collisions (the value should be unique per TypedefDecl in this example), the second one is unnecessary I guess. It is not documented, If it works out I want to move to StmtDataCollector for node comparison and keep these just for visualisation / debugging. |
lib/Tooling/ASTDiff/ASTDiff.cpp | ||
---|---|---|
442 | It looks like you're doing a lot of work for constructors here, but I don't seem them tested in this patch. |
Usually we use the initial letter of the type that we now have:
For example, use V (for ValueDecl) here, N for NamedDecl, etc