| commit | 6bf8f803f21c1603731ac7fc3064dc3a1ef7a698 | [log] [tgz] |
|---|---|---|
| author | Dmitri Gribenko <gribozavr@gmail.com> | Mon Jan 27 17:55:43 2014 +0000 |
| committer | Dmitri Gribenko <gribozavr@gmail.com> | Mon Jan 27 17:55:43 2014 +0000 |
| tree | b2cee54e02497d02a7f3822c5c5e25d20a16e020 | |
| parent | 73afb432135a59570a6b07d34ce20e59805e00ae [diff] |
Comment parsing: don't crash while parsing \deprecated in a standalone comment (comment without a decl). I think this can not happen during normal compilation with -Wdocumentation, only while using Clang APIs to parse comments outside of a source file. Based on a patch by Olivier Goffart. llvm-svn: 200230