[Lldb-commits] [PATCH] D59692: [ASTImporter] Fix name conflict handling
Gabor Marton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 26 06:40:33 PDT 2019
martong updated this revision to Diff 217135.
martong added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
- Use resulting Name from HandleNameConflict if set
- Add ODRHandling strategies
- Refactor tests, to avoid some code repetition
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59692/new/
https://reviews.llvm.org/D59692
Files:
clang/include/clang/AST/ASTImporter.h
clang/lib/AST/ASTImporter.cpp
clang/test/Analysis/Inputs/ctu-other.c
clang/unittests/AST/ASTImporterFixtures.cpp
clang/unittests/AST/ASTImporterFixtures.h
clang/unittests/AST/ASTImporterTest.cpp
lldb/include/lldb/Symbol/ClangASTImporter.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59692.217135.patch
Type: text/x-patch
Size: 40693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190826/baaa271f/attachment-0001.bin>
More information about the lldb-commits
mailing list