Skip to content
Commit 248d5b27 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added a comment to ArraySubscriptExpr to note that the expressions like

"A[4]" are equivalent to "4[A]", and that a test that the expression
returned by "getBase()" has a pointer type is required to resolve which
subexpression is the "true" base expression of the array index.

llvm-svn: 41113
parent a392cd2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment