]> granicus.if.org Git - clang/commit
Improve source location information for C++ member initializers in a
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 Dec 2009 22:36:29 +0000 (22:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 Dec 2009 22:36:29 +0000 (22:36 +0000)
commit802ab45fea51beff12f386329d4928811a479c6e
treeea2562795e9d83477eac5c20a2ae1d2e27a0d420
parent467f030960b96d9e531442974fc916d53c0a03dd
Improve source location information for C++ member initializers in a
constructor, by keeping the DeclaratorInfo* rather than just the type
and a single location.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90355 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaInit.h [new file with mode: 0644]
lib/Sema/SemaTemplateInstantiateDecl.cpp