Skip to content
  • Sean Callanan's avatar
    Fixed a bug in the expression code which caused · 9d2127ad
    Sean Callanan authored
    it to interpret a "this" variable that was merely
    a pointer -- that is, not a class pointer -- as
    meaning that the current context was inside a C++
    method.  This bug would prevent expressions from
    evaluating correctly in regular C code if there
    was a pointer variable named "this" in scope.
    
    llvm-svn: 124117
    9d2127ad
Loading