clang-metatool
A framework for reusing code in clang tools
file_uid.h
Go to the documentation of this file.
1 #ifndef INCLUDED_CLANGMETATOOL_TYPES_FILE_UID_H
2 #define INCLUDED_CLANGMETATOOL_TYPES_FILE_UID_H
3 
4 namespace clangmetatool {
5 namespace types {
6 typedef unsigned int FileUID;
7 }
8 }
9 
10 #endif
11 
12 // ----------------------------------------------------------------------------
13 // Copyright 2018 Bloomberg Finance L.P.
14 //
15 // Licensed under the Apache License, Version 2.0 (the "License");
16 // you may not use this file except in compliance with the License.
17 // You may obtain a copy of the License at
18 //
19 // http://www.apache.org/licenses/LICENSE-2.0
20 //
21 // Unless required by applicable law or agreed to in writing, software
22 // distributed under the License is distributed on an "AS IS" BASIS,
23 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 // See the License for the specific language governing permissions and
25 // limitations under the License.
26 // ----------------------------- END-OF-FILE ----------------------------------
unsigned int FileUID
Definition: file_uid.h:6