]> granicus.if.org Git - clang/commit
Parse default arguments within member functions in source order, from
authorDouglas Gregor <dgregor@apple.com>
Tue, 12 Oct 2010 16:25:54 +0000 (16:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 12 Oct 2010 16:25:54 +0000 (16:25 +0000)
commitd54eb4410330383f48d3cc22b2ad8d23f120836b
tree9c43b46e6d88088ceda9d93448924cd3bdbd5948
parent240a020bed4a58c3e2e894ad4a3dd31ee3147c9f
Parse default arguments within member functions in source order, from
Manuel Klimek! Fixes PR7715.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116311 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Frontend/ASTUnit.cpp
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDeclCXX.cpp
test/CXX/class/class.mem/p1b.cpp [new file with mode: 0644]
test/SemaCXX/default2.cpp