https://bugs.llvm.org/show_bug.cgi?id=35172

            Bug ID: 35172
           Summary: InMemoryFileSystem: Expose status (type and mode),
                    allow specifying in addFile()
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: bgertzfi...@gmail.com
                CC: llvm-bugs@lists.llvm.org

There's a FIXME in InMemoryFileSystem::addFile():

        // FIXME: expose the status details in the interface.

This means we cannot write tests which depend on the type or mode of the file,
which is stored in the Status object.

We should update the addFile() API to take an optional Status object
(defaulting to regular file, all_all mode).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to