[PATCH] D59282: [Parse] Parse '#pragma clang attribute' as an external-declaration
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 12 21:25:23 PDT 2019
rsmith accepted this revision.
rsmith marked an inline comment as done.
rsmith added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/Parser/pragma-attribute-context.cpp:29
+struct InStruct {
+ // FIXME: This asserts in Objective-C++!
+ // FIXME: This is a horrible diagnostic!
----------------
I assume that's pre-existing.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59282/new/
https://reviews.llvm.org/D59282
More information about the cfe-commits
mailing list