[PATCH] D50737: [ASTImporter] Add test for CXXNoexceptExpr

Aditya Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 15 21:05:15 PDT 2018


hiraditya added inline comments.


================
Comment at: test/Import/cxx-noexcept-expr/test.cpp:1
+// RUN: clang-import-test -dump-ast -import %S/Inputs/F.cpp -expression %s | FileCheck %s
+
----------------
Can we add a line/comment to explain what this test does? Same for the input files.


Repository:
  rC Clang

https://reviews.llvm.org/D50737





More information about the cfe-commits mailing list