Skip to content

Commit 4503b11

Browse files
add file description
1 parent 5ae0873 commit 4503b11

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

clang/lib/Parse/ParseReflect.cpp

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
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"
1017
using namespace clang;
1118

0 commit comments

Comments
 (0)