diff options
author | Congcong Cai <congcongcai0907@163.com> | 2023-04-09 16:23:28 +0200 |
---|---|---|
committer | Congcong Cai <congcongcai0907@163.com> | 2023-04-09 16:23:29 +0200 |
commit | bdf7fd8297bcbcddc9c184a40c954c1f1b0b8340 (patch) | |
tree | b60e5c271fbd9fe5061ea990c81dc3c28100e305 /libcxx/src/stdexcept.cpp | |
parent | 0bc0edb847a0cc473a8b005c4725948de3306a20 (diff) | |
download | llvm-bdf7fd8297bcbcddc9c184a40c954c1f1b0b8340.zip llvm-bdf7fd8297bcbcddc9c184a40c954c1f1b0b8340.tar.gz llvm-bdf7fd8297bcbcddc9c184a40c954c1f1b0b8340.tar.bz2 |
[clang-tidy] fix false positve for namespace with attrs in modernize-concat-nested-namespaces
Fixed https://github.com/llvm/llvm-project/issues/57530
Add pre check to avoid false positive for namespace with attributes like
```
namespace [[deprecated]] ns {}
```
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D147857
Diffstat (limited to 'libcxx/src/stdexcept.cpp')
0 files changed, 0 insertions, 0 deletions