]> granicus.if.org Git - clang/commitdiff
Change the text of a FIXME.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 24 Feb 2012 19:45:46 +0000 (19:45 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 24 Feb 2012 19:45:46 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151387 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/ASTWriter.cpp

index 66e5d6a625e83456e39c3135f1a798e31c073696..f626f0b7e03cad8d799a3ce2983a6d1c5ef8e151 100644 (file)
@@ -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<ParmVarDecl>(D))
     return;