]> granicus.if.org Git - clang/commit
DR1442: In a range-based for statement, namespace 'std' is not an associated
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Oct 2012 17:56:02 +0000 (17:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Oct 2012 17:56:02 +0000 (17:56 +0000)
commitb1502bcd67fb593a95cbf73ec3814f4015666da0
treeb9ed0b953ad9ec8e3899b1913f37c9ac1d66e3a9
parenta9b1aa5e6951b1b3bfbba32764edf2b5dd013d7a
DR1442: In a range-based for statement, namespace 'std' is not an associated
namespace.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166194 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
include/clang/Sema/Sema.h
lib/AST/ExprCXX.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaOverload.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
test/CodeGenCXX/for-range.cpp
test/PCH/cxx-for-range.h