[PATCH] D30435: [clang-import-test] Lookup inside entities

Sean Callanan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 3 12:51:44 PDT 2017


spyffe updated this revision to Diff 93929.
spyffe added a comment.

Added the `ExternalASTMerger` implementation/interface, which I hadn't `svn add`ed before generating the last diff.


Repository:
  rL LLVM

https://reviews.llvm.org/D30435

Files:
  include/clang/AST/ExternalASTMerger.h
  lib/AST/CMakeLists.txt
  lib/AST/ExternalASTMerger.cpp
  test/Import/forward-declared-struct/Inputs/S1.c
  test/Import/forward-declared-struct/Inputs/S2.c
  test/Import/forward-declared-struct/test.c
  test/Import/member-in-struct/Inputs/S.c
  test/Import/member-in-struct/test.c
  test/Import/multiple-forward-declarations/Inputs/S1.c
  test/Import/multiple-forward-declarations/Inputs/S2.c
  test/Import/multiple-forward-declarations/test.c
  test/Import/overloaded-function/Inputs/F1.c
  test/Import/overloaded-function/Inputs/F2.c
  test/Import/overloaded-function/test.c
  test/Import/struct-in-namespace/Inputs/N1.cpp
  test/Import/struct-in-namespace/Inputs/N2.cpp
  test/Import/struct-in-namespace/Inputs/N3.cpp
  test/Import/struct-in-namespace/test.cpp
  test/Import/template-specialization/Inputs/T.cpp
  test/Import/template-specialization/test.cpp
  tools/clang-import-test/clang-import-test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30435.93929.patch
Type: text/x-patch
Size: 18016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170403/e3f1ce77/attachment-0001.bin>


More information about the cfe-commits mailing list