mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 14:36:46 +00:00
[clang] Forward-declare DynTypedNode (NFC)
This patch adds a forward declaraiton of DynTypedNode. DumpAST.h is relying on the forward declaration of DynTypedNode in ASTContext.h, which is undesirable.
This commit is contained in:
parent
ab1add6adc
commit
ee591a64a7
@ -34,6 +34,7 @@
|
||||
#include "clang/AST/ASTContext.h"
|
||||
|
||||
namespace clang {
|
||||
class DynTypedNode;
|
||||
namespace syntax {
|
||||
class TokenBuffer;
|
||||
} // namespace syntax
|
||||
|
Loading…
x
Reference in New Issue
Block a user