diff options
author | Daniel Jasper <djasper@google.com> | 2013-09-13 09:20:45 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-09-13 09:20:45 +0000 |
commit | 015ed028cf6922059f3da337a7fbfeb874a51051 (patch) | |
tree | 9d6a6b46217bf7b13a366cfe5ad73208fbcc8a68 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d816320809937e4e202e83e9e7b53d64b0521038 (diff) | |
download | llvm-015ed028cf6922059f3da337a7fbfeb874a51051.zip llvm-015ed028cf6922059f3da337a7fbfeb874a51051.tar.gz llvm-015ed028cf6922059f3da337a7fbfeb874a51051.tar.bz2 |
clang-format: Fix incorrect enum parsing / layouting.
Before:
enum {
Bar = Foo < int,
int > ::value
};
After:
enum {
Bar = Foo<int, int>::value
};
llvm-svn: 190674
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions