During release_35 build , There were couple of -WComment warnings .
Details
Diff Detail
Event Timeline
Hi Neeraj,
Chad and I aren't the people you need approval from for this. On the trunk, anyone can review and give their approval (and commit on your behalf) but to get a patch accepted onto a stable release branch you normally need code owner approval (Chris Lattner as far as I can tell in this case, nobody else seemed to cover it), and release manager approval (Tom Stellard). I've CC'd both of them on the original thread and said that I think it's fine (although my opinion doesn't really count under the rules) and I'm sure Tom will accept the two merges when he gets to it. He's had quite a few merge requests in the last couple weeks (nearly 60 from me alone :-) ).
See http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-September/076672.html. The rules are also at http://llvm.org/docs/HowToReleaseLLVM.html#release-patch-rules but they don't seem to have been updated for the rule change that was introduced for 3.5.1.
Daniel is correct. Committing to the release branch has additional restrictions. Thanks, Daniel.