From: Argyrios Kyrtzidis Date: Wed, 3 Oct 2012 01:58:39 +0000 (+0000) Subject: Add a FIXME. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50e71f1040a4cbc13245f897f9056e846345688d;p=clang Add a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165085 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Serialization/Module.h b/include/clang/Serialization/Module.h index e6e7476ba8..653fe222b6 100644 --- a/include/clang/Serialization/Module.h +++ b/include/clang/Serialization/Module.h @@ -98,6 +98,7 @@ public: llvm::BitstreamCursor Stream; /// \brief The source location where this module was first imported. + /// FIXME: This is not properly initialized yet. SourceLocation ImportLoc; /// \brief The first source location in this module.