[PATCH] D59874: [PR41247] Fixed parsing of private keyword in C++
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 27 10:18:03 PDT 2019
rjmccall added a comment.
Otherwise LGTM.
================
Comment at: test/SemaOpenCLCXX/private-access-specifier.cpp:2
+// RUN: %clang_cc1 %s -pedantic -verify -fsyntax-only
+
+struct B {
----------------
Please include a comment explaining why this test file is in test/SemaOpenCLCXX/ (because it's testing a regression in general code arising from an OpenCL C++ feature).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59874/new/
https://reviews.llvm.org/D59874
More information about the cfe-commits
mailing list