diff options
author | Manuel Klimek <klimek@google.com> | 2013-01-23 09:32:48 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-01-23 09:32:48 +0000 |
commit | 0a3a3c9900425b96f0d182e4e0004229aca6715c (patch) | |
tree | 4c05d9d12ad581f76b16e6b1def997218e5b0b68 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5924545c0c269495ea7391aab5b288808dead8bd (diff) | |
download | llvm-0a3a3c9900425b96f0d182e4e0004229aca6715c.zip llvm-0a3a3c9900425b96f0d182e4e0004229aca6715c.tar.gz llvm-0a3a3c9900425b96f0d182e4e0004229aca6715c.tar.bz2 |
Allow us to better guess the context of an unwrapped line.
This gives us the ability to guess better defaults for whether a *
between identifiers is a pointer dereference or binary operator.
Now correctly formats:
void f(a *b);
void f() { f(a * b); }
llvm-svn: 173243
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions