Skip to content
  • John McCall's avatar
    C++ doesn't really use "namespaces" for different kinds of names the same · a245671a
    John McCall authored
    way that C does.  Among other differences, elaborated type specifiers
    are defined to skip "non-types", which, as you might imagine, does not
    include typedefs.  Rework our use of IDNS masks to capture the semantics
    of different kinds of declarations better, and remove most current lookup
    filters.  Removing the last remaining filter is more complicated and will
    happen in a separate patch.
    
    Fixes PR 6885 as well some spectrum of unfiled bugs.
    
    llvm-svn: 102164
    a245671a
Loading