[PATCH] D124487: [HLSL] Adjust access specifier behavior
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 22:32:35 PDT 2022
MaskRay added inline comments.
================
Comment at: clang/test/ParserHLSL/access_specifiers.hlsl:8
+private:
+ // expected-note at +2 {{declared private here}}
+ // expected-note at +1 {{declared private here}}
----------------
May need tests for `protected:` and `public:`, and possibly for `struct`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124487/new/
https://reviews.llvm.org/D124487
More information about the cfe-commits
mailing list