[llvm-commits] [llvm] r91481 - /llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
John McCall
rjmccall at apple.com
Tue Dec 15 16:37:39 PST 2009
On Dec 15, 2009, at 4:24 PM, Mike Stump wrote:
> On Dec 15, 2009, at 4:15 PM, John McCall wrote:
>> Author: rjmccall
>> Date: Tue Dec 15 18:15:28 2009
>> New Revision: 91481
>
>> Every anonymous namespace is different. Caught by clang++.
>
> But each unnamed namespace in a translation unit is in fact the same namespace.
You're right! We're enforcing the wrong rule in clang++. This is my mistake.
The cleanup is harmless, though.
John.
More information about the llvm-commits
mailing list