File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ // ===- AttributeScopeInfo.h - Base info about an Attribute Scope -*- C++ -*-===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
8
+ //
9
+ // This file defines the AttributeScopeInfo type, which represents information
10
+ // about the scope of an attribute.
11
+ //
12
+ // ===----------------------------------------------------------------------===//
13
+
1
14
#ifndef LLVM_CLANG_BASIC_ATTRIBUTESCOPEINFO_H
2
15
#define LLVM_CLANG_BASIC_ATTRIBUTESCOPEINFO_H
3
16
You can’t perform that action at this time.
0 commit comments