From: Argyrios Kyrtzidis Date: Fri, 24 Feb 2012 19:45:46 +0000 (+0000) Subject: Change the text of a FIXME. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69015c22e1e3f96ff0e6e31965188e095297a744;p=clang Change the text of a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151387 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Serialization/ASTWriter.cpp b/lib/Serialization/ASTWriter.cpp index 66e5d6a625..f626f0b7e0 100644 --- a/lib/Serialization/ASTWriter.cpp +++ b/lib/Serialization/ASTWriter.cpp @@ -3860,7 +3860,8 @@ void ASTWriter::associateDeclWithFile(const Decl *D, DeclID ID) { // We only keep track of the file-level declarations of each file. if (!D->getLexicalDeclContext()->isFileContext()) return; - // FIXME: We should never have ParmVarDecls with TU as context. + // FIXME: ParmVarDecls that are part of a function type of a parameter of + // a function/objc method, should not have TU as lexical context. if (isa(D)) return;