Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    rc86b08d r71806e0  
    1515
    1616#pragma once
    17 
    18 template<typename> struct bitfield;
    1917
    2018#include "AST/Node.hpp"
     
    5856class FinallyClause;
    5957class SuspendStmt;
    60 class WhenClause;
    6158class WaitForStmt;
    6259class WaitForClause;
    63 class WaitUntilStmt;
    6460class WithStmt;
    6561class DeclStmt;
     
    151147class TranslationGlobal;
    152148
    153 // For the following types, only use the using type.
    154 namespace CV {
    155         struct qualifier_flags;
    156         using Qualifiers = bitfield<qualifier_flags>;
    157149}
    158 namespace Function {
    159         struct spec_flags;
    160         using Specs = bitfield<spec_flags>;
    161 }
    162 namespace Storage {
    163         struct class_flags;
    164         using Classes = bitfield<class_flags>;
    165 }
    166 namespace Linkage {
    167         struct spec_flags;
    168         using Spec = bitfield<spec_flags>;
    169 }
    170 
    171 }
Note: See TracChangeset for help on using the changeset viewer.