File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1-
2-
3-
1+ // ===--- ParseReflect.cpp - C++2c Reflection Parsing ---------------------===//
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 implements parsing for reflection facilities.
10+ //
11+ // ===----------------------------------------------------------------------===//
412
513#include " clang/AST/LocInfoType.h"
614#include " clang/Basic/DiagnosticParse.h"
715#include " clang/Parse/Parser.h"
8- #include " clang/Parse/RAIIObjectsForParser.h"
916#include " clang/Sema/EnterExpressionEvaluationContext.h"
1017using namespace clang ;
1118
You can’t perform that action at this time.
0 commit comments