Re: r316539 - [Analyzer] Remove spaces inside comments mentioning the parameter name,

2017-10-25 Thread Alexander Kornienko via cfe-commits
Thanks! This should be enough for the tools, however I would also remove all other spaces inside the argument comments for consistency with the rest of LLVM code. Currently different ways of putting spaces inside the argument comments are used in LLVM as follows: 1. /*Name=*/ - in 78 files (this

r316539 - [Analyzer] Remove spaces inside comments mentioning the parameter name,

2017-10-24 Thread George Karpenkov via cfe-commits
Author: george.karpenkov Date: Tue Oct 24 17:03:45 2017 New Revision: 316539 URL: http://llvm.org/viewvc/llvm-project?rev=316539&view=rev Log: [Analyzer] Remove spaces inside comments mentioning the parameter name, to aid clang-tidy comprehension. Requested by @alexfh in https://reviews.llvm.org/