aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2024-03-06 12:21:52 +0400
committerGitHub <noreply@github.com>2024-03-06 12:21:52 +0400
commit7a0acccd81df268dc7ad4c0358c42552789f19b4 (patch)
treec227858dbf3c8e1c9423a1e7bc42609297c7a033 /llvm/lib/Transforms/Utils/Local.cpp
parentbec7ad9fd6bceb6521448b24faddb01bc52de3a7 (diff)
downloadllvm-7a0acccd81df268dc7ad4c0358c42552789f19b4.zip
llvm-7a0acccd81df268dc7ad4c0358c42552789f19b4.tar.gz
llvm-7a0acccd81df268dc7ad4c0358c42552789f19b4.tar.bz2
[clang] Add some CodeGen tests for CWG 4xx issues (#83715)
This patch covers the following defect reports: [CWG438](https://cplusplus.github.io/CWG/issues/438.html) "Possible flaw in wording for multiple accesses to object between sequence points", [CWG439](https://cplusplus.github.io/CWG/issues/439.html) "Guarantees on casting pointer back to cv-qualified version of original type", [CWG441](https://cplusplus.github.io/CWG/issues/441.html) "Ordering of static reference initialization", [CWG462](https://cplusplus.github.io/CWG/issues/462.html) "Lifetime of temporaries bound to comma expressions", [CWG492](https://cplusplus.github.io/CWG/issues/492.html) "`typeid` constness inconsistent with example". [CWG475](https://cplusplus.github.io/CWG/issues/475.html) "When is `std::uncaught_exception()` true? (take 2)" requires a libc++abi test. As for [CWG454](https://cplusplus.github.io/CWG/issues/454.html) "When is a definition of a static data member required?", I don't feel confident in my understanding of it, so skipping over it.
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions