aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-diff/lib/DiffConsumer.h
diff options
context:
space:
mode:
authorAndre Kuhlenschmidt <andre.kuhlenschmidt@gmail.com>2025-10-31 10:26:27 -0700
committerGitHub <noreply@github.com>2025-10-31 10:26:27 -0700
commit82ecbeb278edfbe4015d2f0a62eb92ddc2d674b2 (patch)
tree6d101c5ec75652edf92c366971565ebd778c89bb /llvm/tools/llvm-diff/lib/DiffConsumer.h
parent1b3e7df195f4900a858e97a887e47eddd6dabdfe (diff)
downloadllvm-82ecbeb278edfbe4015d2f0a62eb92ddc2d674b2.zip
llvm-82ecbeb278edfbe4015d2f0a62eb92ddc2d674b2.tar.gz
llvm-82ecbeb278edfbe4015d2f0a62eb92ddc2d674b2.tar.bz2
[flang][semantics] add semantic check that STAT and ERRMSG are not (de)allocated by same statement (#164529)
Almost all compilers statically error on the following case even though it isn't a numbered constraint. Now we do to instead segfaulting at runtime. ```fortran integer,pointer:: i allocate(i,stat=i) end ```
Diffstat (limited to 'llvm/tools/llvm-diff/lib/DiffConsumer.h')
0 files changed, 0 insertions, 0 deletions