Skip to content

Commit d3f0f70

Browse files
clang format
1 parent 4852569 commit d3f0f70

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

clang/include/clang/Parse/Parser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5168,7 +5168,6 @@ class Parser : public CodeCompletionHandler {
51685168
/// Implementations are in ParseHLSL.cpp
51695169
///@{
51705170

5171-
51725171
//===--------------------------------------------------------------------===//
51735172
// C++2c: Reflection [P2996]
51745173
ExprResult ParseCXXReflectExpression(SourceLocation OpLoc);

clang/include/clang/Sema/Sema.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14665,14 +14665,14 @@ class Sema final : public SemaBase {
1466514665

1466614666
public:
1466714667

14668-
ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, TypeSourceInfo* T);
14668+
ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, TypeSourceInfo *T);
1466914669
ExprResult ActOnCXXReflectExpr(SourceLocation OpLoc, SourceLocation ArgLoc,
1467014670
Decl *D);
1467114671

1467214672
ExprResult BuildCXXReflectExpr(SourceLocation OperatorLoc,
14673-
SourceLocation OperandLoc, QualType T);
14673+
SourceLocation OperandLoc, QualType T);
1467414674
ExprResult BuildCXXReflectExpr(SourceLocation OperatorLoc,
14675-
SourceLocation OperandLoc, Decl *D);
14675+
SourceLocation OperandLoc, Decl *D);
1467614676

1467714677
public:
1467814678
void PushSatisfactionStackEntry(const NamedDecl *D,

0 commit comments

Comments
 (0)