We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f6089 commit 326df77Copy full SHA for 326df77
clang/include/clang/Serialization/ASTWriter.h
@@ -673,7 +673,7 @@ class ASTWriter : public ASTDeserializationListener,
673
///
674
/// \return the module signature, which eventually will be a hash of
675
/// the module but currently is merely a random 32-bit number.
676
- ASTFileSignature WriteAST(llvm::PointerUnion<Sema *, Preprocessor*> Subject,
+ ASTFileSignature WriteAST(llvm::PointerUnion<Sema *, Preprocessor *> Subject,
677
StringRef OutputFile, Module *WritingModule,
678
StringRef isysroot,
679
bool ShouldCacheASTInMemory = false);
0 commit comments