From 50e71f1040a4cbc13245f897f9056e846345688d Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 3 Oct 2012 01:58:39 +0000 Subject: [PATCH] Add a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165085 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Serialization/Module.h | 1 + 1 file changed, 1 insertion(+) 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. -- 2.40.0