diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-12-20 21:05:53 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-12-20 21:05:53 +0000 |
| commit | cbfd4d2483a6a3a80365eaa3e72bebe3924ea237 (patch) | |
| tree | c54ac250a7f95409a7b18b5124fd421aa4baecf9 /clang/lib/Frontend/HeaderIncludeGen.cpp | |
| parent | b39cfd41f22758c524cdddf974d76bc24f696128 (diff) | |
| download | bcm5719-llvm-cbfd4d2483a6a3a80365eaa3e72bebe3924ea237.tar.gz bcm5719-llvm-cbfd4d2483a6a3a80365eaa3e72bebe3924ea237.zip | |
Use some heuristics so that when a fixit removes a source range, we try
to also remove a trailing space if possible.
For example, removing '__bridge' from:
i = (__bridge I*)p;
should result in:
i = (I*)p;
not:
i = ( I*)p;
rdar://11314821
llvm-svn: 170764
Diffstat (limited to 'clang/lib/Frontend/HeaderIncludeGen.cpp')
0 files changed, 0 insertions, 0 deletions

