[cfe-dev] [Clang-tidy] applying fixes multiple times on same file
Piotr Padlewski via cfe-dev
cfe-dev at lists.llvm.org
Thu Nov 26 12:18:12 PST 2015
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/20151126/a8335106/attachment.html>
More information about the cfe-dev
mailing list