diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-16 16:04:06 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-16 16:04:06 +0000 |
commit | 48bd7b72b8911147ec9bdeaa8ebb211543fd23a9 (patch) | |
tree | 4324b2931e43cc11ccfbe76afc804cb210e2732d /lib/CodeGen/CodeGenModule.cpp | |
parent | df3736aa70443ac0f33af094989b4ba88d73f568 (diff) |
Improve understanding of unary operators.
Before: int x = ** a;
After: int x = **a;
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions