summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/bpf-attr-preserve-access-index.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [BPF] Restrict preserve_access_index attribute to C onlyYonghong Song2019-11-141-0/+9
This patch is a follow-up for commit 4e2ce228ae79 [BPF] Add preserve_access_index attribute for record definition to restrict attribute for C only. A new test case is added to check for this restriction. Additional code polishing is done based on Aaron Ballman's suggestion in https://reviews.llvm.org/D69759/new/. Differential Revision: https://reviews.llvm.org/D70257
OpenPOWER on IntegriCloud