Author: Tom Roeder Date: 2020-12-16T15:33:19-08:00 New Revision: f31e9bcd73eb5f99256a19ae8ed958140ba58a42
URL: https://github.com/llvm/llvm-project/commit/f31e9bcd73eb5f99256a19ae8ed958140ba58a42 DIFF: https://github.com/llvm/llvm-project/commit/f31e9bcd73eb5f99256a19ae8ed958140ba58a42.diff LOG: Test commit: add valid punctuation to a comment. NFC. Added: Modified: clang/lib/AST/ASTImporter.cpp Removed: ################################################################################ diff --git a/clang/lib/AST/ASTImporter.cpp b/clang/lib/AST/ASTImporter.cpp index 9c0a7320e5f2..9374e9316ce8 100644 --- a/clang/lib/AST/ASTImporter.cpp +++ b/clang/lib/AST/ASTImporter.cpp @@ -8223,7 +8223,7 @@ Expected<Decl *> ASTImporter::Import(Decl *FromD) { return make_error<ImportError>(*Error); } - // If FromD has some updated flags after last import, apply it + // If FromD has some updated flags after last import, apply it. updateFlags(FromD, ToD); // If we encounter a cycle during an import then we save the relevant part // of the import path associated to the Decl. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits