Changes in src/AST/Fwd.hpp [257a8f5:71806e0]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
r257a8f5 r71806e0 15 15 16 16 #pragma once 17 18 template<typename> struct bitfield;19 17 20 18 #include "AST/Node.hpp" … … 149 147 class TranslationGlobal; 150 148 151 // For the following types, only use the using type.152 namespace CV {153 struct qualifier_flags;154 using Qualifiers = bitfield<qualifier_flags>;155 149 } 156 namespace Function {157 struct spec_flags;158 using Specs = bitfield<spec_flags>;159 }160 namespace Storage {161 struct class_flags;162 using Classes = bitfield<class_flags>;163 }164 namespace Linkage {165 struct spec_flags;166 using Spec = bitfield<spec_flags>;167 }168 169 }
Note:
See TracChangeset
for help on using the changeset viewer.