diff options
-rw-r--r-- | lib/AST/ASTImporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ASTImporter.cpp b/lib/AST/ASTImporter.cpp index 6840c61bed..0d0a76e562 100644 --- a/lib/AST/ASTImporter.cpp +++ b/lib/AST/ASTImporter.cpp @@ -1633,4 +1633,4 @@ DiagnosticBuilder ASTImporter::FromDiag(SourceLocation Loc, unsigned DiagID) { Decl *ASTImporter::Imported(Decl *From, Decl *To) { ImportedDecls[From] = To; return To; -}
\ No newline at end of file +} |