diff options
author | Bruno Ricci <riccibrun@gmail.com> | 2019-01-08 13:52:54 +0000 |
---|---|---|
committer | Bruno Ricci <riccibrun@gmail.com> | 2019-01-08 13:52:54 +0000 |
commit | f605e825219bd14d35a2fa4796137acfc20f4215 (patch) | |
tree | 12d0f712aac2a6d1221943e1adeb29cbe0004738 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 32f08399eb298519bf0bffc36ca9eb24b20b33d6 (diff) | |
download | llvm-f605e825219bd14d35a2fa4796137acfc20f4215.zip llvm-f605e825219bd14d35a2fa4796137acfc20f4215.tar.gz llvm-f605e825219bd14d35a2fa4796137acfc20f4215.tar.bz2 |
[Sema] Diagnose array access preceding the array bounds even when the base type is incomplete.
When the type of the base expression after IgnoreParenCasts is incomplete,
it is still possible to diagnose an array access which precedes the array
bounds.
This is a follow-up on D55862 which added an early return when the type of
the base expression after IgnoreParenCasts was incomplete.
Differential Revision: https://reviews.llvm.org/D56050
Reviewed By: efriedma
llvm-svn: 350622
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions