]> granicus.if.org Git - clang/commit
Remove the NameQualifier struct, which was just a wrapper around
authorChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 22:14:37 +0000 (22:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 1 May 2011 22:14:37 +0000 (22:14 +0000)
commit6857c3e12c86fd0271eb46baab5b18756a94f4cb
tree3172e68f8e2ad5a45f019bb0d36bb097b7443b69
parent7e740bd36772aae16b5cc5e605998ccc5eaf26db
Remove the NameQualifier struct, which was just a wrapper around
NestedNameSpecifierLoc. It predates when we had such an object.

Reference the NNSLoc directly in DREs, and embed it directly into the
MemberNameQualifier struct.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130668 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Serialization/ASTReaderStmt.cpp