[cfe-dev] [Clang-tidy] applying fixes multiple times on same file

Piotr Padlewski via cfe-dev cfe-dev at lists.llvm.org
Mon Dec 7 08:29:00 PST 2015


Bump
I can also say that this thing takes place in header files.

Piotr

2015-11-26 21:18 GMT+01:00 Piotr Padlewski <piotr.padlewski at gmail.com>:

> Hi,
> So After running clang-tidy it did change some warnings very well, but
> some of them were fixed multiple times like:
>
> -    Event(const std::shared_ptr<EventRecord> &record);
> +    explicit explicit Event(const std::shared_ptr<EventRecord> &record);
>
>
> -} // ga
> +} // namespace gamespace ga
>
> -}
> +}  // namespace ga // namespace ga  // namespace ga  // namespace ga
>
> -    RecordStream<ga::Event> getRecordStream();
> +    RecordStream<ga::Event> getRecordStream() override override;
>
> Is it known feature? Am I doing something wrong?
>
> Piotr
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151207/0c451cfd/attachment.html>


More information about the cfe-dev mailing list