Skip to content

Commit 043d688

Browse files
committed
fix style issues
1 parent ff063ea commit 043d688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/include/clang/AST/TypeLoc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class ObjCInterfaceDecl;
4343
class ObjCProtocolDecl;
4444
class ObjCTypeParamDecl;
4545
class ParmVarDecl;
46+
class Sema;
4647
class TemplateTypeParmDecl;
4748
class UnqualTypeLoc;
4849
class UnresolvedUsingTypenameDecl;
@@ -1304,7 +1305,6 @@ class ObjCInterfaceTypeLoc : public ConcreteTypeLoc<ObjCObjectTypeLoc,
13041305
}
13051306
};
13061307

1307-
class Sema;
13081308
struct BoundsAttributedLocInfo {
13091309
SourceRange Range;
13101310
};

clang/lib/Sema/SemaBoundsSafety.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/// (e.g. `counted_by`)
1212
///
1313
//===----------------------------------------------------------------------===//
14+
1415
#include "clang/AST/Decl.h"
1516
#include "clang/AST/Expr.h"
1617
#include "clang/AST/StmtVisitor.h"
@@ -22,7 +23,6 @@
2223
#include "clang/Lex/Lexer.h"
2324
#include "clang/Sema/Initialization.h"
2425
#include "clang/Sema/Sema.h"
25-
2626
#include "llvm/ADT/StringSwitch.h"
2727

2828
namespace clang {

0 commit comments

Comments
 (0)