]> granicus.if.org Git - clang/commit
Store the SourceLocation of right parentheses in member initializers. Patch by Anders...
authorAnders Carlsson <andersca@mac.com>
Sat, 29 Aug 2009 01:31:33 +0000 (01:31 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 29 Aug 2009 01:31:33 +0000 (01:31 +0000)
commit8c57a66a2aa59939a902ffa8c4ad0ddd5b949a21
tree64b25bc8023eee21b12a2354d76b363f026535cc
parent54f70e19c872f5f3fa66343ce4a1a5e0c707eb09
Store the SourceLocation of right parentheses in member initializers. Patch by Anders Johnsen!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80416 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaDeclCXX.cpp