diff options
author | Daniel Jasper <djasper@google.com> | 2013-05-08 10:00:18 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-05-08 10:00:18 +0000 |
commit | 0f0234e16ece8610248ce0a7113f7bb75853ed58 (patch) | |
tree | d51488a4e7b1a08c618711d00c1ab31488d6e0b8 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 1fb61c6eed3f375896c66ea5554a917ae6cb73fe (diff) | |
download | bcm5719-llvm-0f0234e16ece8610248ce0a7113f7bb75853ed58.tar.gz bcm5719-llvm-0f0234e16ece8610248ce0a7113f7bb75853ed58.zip |
Change indentation of multi-line nested name specifiers.
Before:
aaaaaaaa::
aaaaaaaa::
aaaaaaaa();
After:
aaaaaaaa::
aaaaaaaa::
aaaaaaaa();
The reason for the change is that:
a) we are not sure which is better
b) it is a really rare edge case
c) it simplifies the code
d) it currently causes problems with memoization
llvm-svn: 181421
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions