Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-26 | Comment parsing: -fparse-all-comments: recognize empty line comments | Dmitri Gribenko | |
In -fparse-all-comments mode empty '//' comments were recognized as RCK_Invalid, and were not merged with next and previous lines. Patch by Amin Shali. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180625 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-04-10 | -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian | Dmitri Gribenko | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179204 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-04-10 | Add testcases for -fparse-all-comments | Dmitri Gribenko | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179181 91177308-0d34-0410-b5e6-96231b3b80d8 |