diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-07-05 14:23:59 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-07-05 14:23:59 +0000 | 
| commit | c192b3dcffd5e672a2b2e1730e2440febb4fb192 (patch) | |
| tree | ac719b5984165053bf83d71142e4d96b609b9784 /include/clang/Basic/Module.h | |
| parent | 2e645aa5697838f16ec570eb07c2bee7e13d0e0b (diff) | |
Notes
Diffstat (limited to 'include/clang/Basic/Module.h')
| -rw-r--r-- | include/clang/Basic/Module.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/clang/Basic/Module.h b/include/clang/Basic/Module.h index 747061074038..1bc89257d384 100644 --- a/include/clang/Basic/Module.h +++ b/include/clang/Basic/Module.h @@ -66,6 +66,9 @@ public:    /// \brief The umbrella header or directory.    llvm::PointerUnion<const DirectoryEntry *, const FileEntry *> Umbrella; +  /// \brief The module signature. +  uint64_t Signature; +    /// \brief The name of the umbrella entry, as written in the module map.    std::string UmbrellaAsWritten; | 
