Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
proteas
llvm-project
Commits
e59964b6
Commit
e59964b6
authored
Jan 23, 2022
by
Kazu Hirata
Browse files
[clang] Remove unused forward declarations (NFC)
parent
ee591a64
Changes
2
Hide whitespace changes
Inline
Side-by-side
clang/include/clang/AST/ASTContext.h
View file @
e59964b6
...
...
@@ -99,7 +99,6 @@ class CXXMethodDecl;
class
CXXRecordDecl
;
class
DiagnosticsEngine
;
class
ParentMapContext
;
class
DynTypedNode
;
class
DynTypedNodeList
;
class
Expr
;
enum
class
FloatModeKind
;
...
...
clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
View file @
e59964b6
...
...
@@ -17,9 +17,6 @@ namespace diff {
using
DynTypedNode
=
DynTypedNode
;
class
SyntaxTree
;
struct
ComparisonOptions
;
/// Within a tree, this identifies a node by its preorder offset.
struct
NodeId
{
private:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment