Skip to content
  • Douglas Gregor's avatar
    Keep track of whether declararions were loaded from a precompiled · 16bef857
    Douglas Gregor authored
    header or not via a new "PCHLevel" field in Decl. We currently use
    this information to help CIndex filter out declarations that came from
    a precompiled header (rather than from an AST file). Further down the
    road, it can be used to help implement multi-level precompiled
    headers.
    
    llvm-svn: 84267
    16bef857
Loading