[PATCH] D51633: [ASTImporter] Added error handling for AST import.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 19 04:13:48 PDT 2018


balazske updated this revision to Diff 170182.
balazske added a comment.

Rebase again to last master.

- Fix in ASTNodeImporter::VisitCXXDependentScopeMemberExpr.
- Removed trailing spaces in ASTImporter.cpp.
- Corrected formatting and small problem fixes.
- Removed llvm namespace qualifier from Error and None.
- ASTImporter::ImportDefinition compatibility rename.


Repository:
  rC Clang

https://reviews.llvm.org/D51633

Files:
  include/clang/AST/ASTImporter.h
  lib/AST/ASTImporter.cpp
  lib/AST/ExternalASTMerger.cpp
  unittests/AST/ASTImporterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51633.170182.patch
Type: text/x-patch
Size: 393167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181019/08a12211/attachment-0001.bin>


More information about the cfe-commits mailing list