diff options
| author | Nikola Smiljanic <popizdeh@gmail.com> | 2014-06-03 07:06:20 +0000 |
|---|---|---|
| committer | Nikola Smiljanic <popizdeh@gmail.com> | 2014-06-03 07:06:20 +0000 |
| commit | b226964e25f744598b1f5613999100a00b9f8972 (patch) | |
| tree | a19e0b875991e662f8e2669c3e13aa957bcf2261 /clang | |
| parent | 06a67e2c6faee4645f43e786e292b5eafcb9b70f (diff) | |
| download | bcm5719-llvm-b226964e25f744598b1f5613999100a00b9f8972.tar.gz bcm5719-llvm-b226964e25f744598b1f5613999100a00b9f8972.zip | |
List DR532 as implemented on the defect report status page by renaming the namespace.
llvm-svn: 210080
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CXX/drs/dr5xx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CXX/drs/dr5xx.cpp b/clang/test/CXX/drs/dr5xx.cpp index 3a8aa34a779..0c0d451c4b2 100644 --- a/clang/test/CXX/drs/dr5xx.cpp +++ b/clang/test/CXX/drs/dr5xx.cpp @@ -195,8 +195,8 @@ namespace dr525 { // dr525: yes } } -// Core DR 532. -namespace PR8130 { +// PR8130 +namespace dr532 { // dr532: 3.5 struct A { }; template<class T> struct B { |

