If a node referring to a name is within a class or namespace, do not use
the full qualified name, but strip the namespace prefix.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9270 Build 9270: arc lint + arc unit
Paths
| Differential D36681
[clang-diff] Use the relative name for NamedDecl ClosedPublic Authored by johannes on Aug 14 2017, 7:46 AM.
Details Summary If a node referring to a name is within a class or namespace, do not use
Diff Detail
Event TimelineClosed by commit rL311433: [clang-diff] Use the relative name for NamedDecl (authored by krobelus). · Explain WhyAug 22 2017, 1:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 110961 include/clang/Tooling/ASTDiff/ASTDiff.h
lib/Tooling/ASTDiff/ASTDiff.cpp
test/Tooling/clang-diff-ast.cpp
test/Tooling/clang-diff-basic.cpp
test/Tooling/clang-diff-html.test
test/Tooling/clang-diff-topdown.cpp
|