| commit | 71814b44658523f5fc747475ad8b40c9197565e2 | [log] [tgz] |
|---|---|---|
| author | Manuel Klimek <klimek@google.com> | Fri Oct 11 21:25:45 2013 +0000 |
| committer | Manuel Klimek <klimek@google.com> | Fri Oct 11 21:25:45 2013 +0000 |
| tree | fa39904587c053d3ec68c96d7d11de801ddfd182 | |
| parent | 4c42732cf869d167e48a15afe280cb847984e7a5 [diff] |
Support formatting of preprocessor branches.
We now correctly format:
void SomeFunction(int param1,
#ifdef X
NoTemplate param2,
#else
template <
#ifdef A
MyType<Some> >
#else
Type1, Type2>
#endif
param2,
#endif
param3) {
f();
}
llvm-svn: 192503