diff options
Diffstat (limited to 'include/lldb/Core/ClangForward.h')
| -rw-r--r-- | include/lldb/Core/ClangForward.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Core/ClangForward.h b/include/lldb/Core/ClangForward.h index ef7308d25f7f..6c627c2ad3b7 100644 --- a/include/lldb/Core/ClangForward.h +++ b/include/lldb/Core/ClangForward.h @@ -72,11 +72,14 @@ namespace clang class FunctionTemplateSpecializationInfo; class GotoStmt; class HeaderSearchOptions; + class IdentifierInfo; class IdentifierTable; class IntegerLiteral; class LabelStmt; class LangOptions; + class MacroDirective; class MemberExpr; + class Module; class NamedDecl; class NamespaceDecl; class NonTypeTemplateParmDecl; |
