]> granicus.if.org Git - clang/commitdiff
Add a FIXME.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 3 Oct 2012 01:58:39 +0000 (01:58 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 3 Oct 2012 01:58:39 +0000 (01:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165085 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Serialization/Module.h

index e6e7476ba8b5fe71b6a1cfea564f40294380d089..653fe222b64f3935810ecec9fb865c6e6d72f817 100644 (file)
@@ -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.