]> granicus.if.org Git - clang/commit
Refactor the construction of nested-name-specifiers with
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Feb 2011 23:58:31 +0000 (23:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Feb 2011 23:58:31 +0000 (23:58 +0000)
commit5f791bb44417ecc201ed57a85d0fe02001d8a615
tree71d84be9b46f1dd43639a106602e6ff1d57f9164
parent035ff0c6746a2689667c83d4c02a47d5a7b71e82
Refactor the construction of nested-name-specifiers with
source-location information into a NestedNameSpecifierLocBuilder
class, which lives within the AST library and centralize all knowledge
of the format of nested-name-specifier location information here.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126716 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/NestedNameSpecifier.h
include/clang/Sema/DeclSpec.h
lib/AST/NestedNameSpecifier.cpp
lib/Sema/DeclSpec.cpp
lib/Serialization/ASTReader.cpp