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
- Repository
- rL LLVM
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 112123 cfe/trunk/include/clang/Tooling/ASTDiff/ASTDiff.h
cfe/trunk/lib/Tooling/ASTDiff/ASTDiff.cpp
cfe/trunk/test/Tooling/clang-diff-ast.cpp
cfe/trunk/test/Tooling/clang-diff-basic.cpp
cfe/trunk/test/Tooling/clang-diff-html.test
cfe/trunk/test/Tooling/clang-diff-topdown.cpp
|