clang  3.9.0
ModuleFileExtension.cpp
Go to the documentation of this file.
1 //===-- ModuleFileExtension.cpp - Module File Extensions ------------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
10 #include "llvm/ADT/Hashing.h"
11 #include "llvm/Support/raw_ostream.h"
12 using namespace clang;
13 
15 
16 llvm::hash_code ModuleFileExtension::hashExtension(llvm::hash_code Code) const {
17  return Code;
18 }
19 
21 
virtual llvm::hash_code hashExtension(llvm::hash_code c) const
Hash information about the presence of this extension into the module hash code.