| commit | f0c95b32ec314d94e952faf397c28c96df32e515 | [log] [tgz] |
|---|---|---|
| author | Manuel Klimek <klimek@google.com> | Thu Jun 11 10:14:13 2015 +0000 |
| committer | Manuel Klimek <klimek@google.com> | Thu Jun 11 10:14:13 2015 +0000 |
| tree | 98d532d59822c25e5836ce2b3c4677708b4d854e | |
| parent | 6b0dcd7b8cd44576a1e8f3e5c70ae1235f1650c0 [diff] |
Fix crash in clang-format. The following example used to crash clang-format. #define a\ /**/} Adjusting the indentation level cache for the line starting with the comment would lead to an out-of-bounds array read. llvm-svn: 239521