History log of /external/clang/test/CXX/class/class.mem/p1.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3012d21880276c87377e9cee335f5c6a15e0000d 12-Oct-2010 Douglas Gregor <doug.gregor@gmail.com> If we end up instantiating a function parameter whose default argument
has not yet been parsed, note that the default argument hasn't been
parsed and keep track of all of the instantiations of that function
parameter. When its default argument does get parsed, imbue the
instantiations with that default argument. Fixes PR8245.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116324 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/class/class.mem/p1.cpp
b2eb28ad57b13799403b6b7c30829601974fb18f 30-Aug-2010 Douglas Gregor <doug.gregor@gmail.com> Add redeclaration checking for static data members and fix a corner
case with redeclaration checking for fields, from Faisal Vali!
Fixes PR7970.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112476 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/class/class.mem/p1.cpp