diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-04-02 13:08:27 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2024-04-02 13:08:27 -0400 |
commit | f462d9a97dbbeef712ef0de206ec17f5ed7e15c8 (patch) | |
tree | 6d8e0e0d99b513d5e449f35469f2ecea3e848ef6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 74483bd6f6bdecdd16efbfcd183b5e29e0234a3a (diff) | |
download | llvm-f462d9a97dbbeef712ef0de206ec17f5ed7e15c8.zip llvm-f462d9a97dbbeef712ef0de206ec17f5ed7e15c8.tar.gz llvm-f462d9a97dbbeef712ef0de206ec17f5ed7e15c8.tar.bz2 |
[C99] Claim conformance to "remove deprecation of aliased array parameters"
I can't locate a document number for this particular change, but C89
had the following entry in Future Language Directions:
The use of two parameters declared with an array type (prior to their
adjustment to pointer type) in separate lvalues to designate the same
object is an obsolescent feature.
C99 removed this entry. Clang and LLVM have never done anything in
support of that deprecation, so we trivially conform to its removal.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions