[PATCH] D71594: testing clang-tidy

2020-01-08 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh added a comment. What version of clang-tidy and clang-format does this run? Whatever is available in Debian packages? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71594/new/ https://reviews.llvm.org/D71594

[PATCH] D71594: testing clang-tidy

2019-12-18 Thread Eugene Zelenko via Phabricator via cfe-commits
Eugene.Zelenko added a comment. In D71594#1789275 , @goncharov wrote: > In D71594#1788194 , @Eugene.Zelenko > wrote: > > > Where set of Clang-tidy checks come from? .clang-tidy? Could stricter set > > of custom

[PATCH] D71594: testing clang-tidy

2019-12-17 Thread Mikhail Goncharov via Phabricator via cfe-commits
goncharov added a comment. In D71594#1788194 , @Eugene.Zelenko wrote: > Where set of Clang-tidy checks come from? .clang-tidy? Could stricter set of > custom rules be used? Yes, clang-tidy uses the .clang-tidy. Do you want to enable additional rules

[PATCH] D71594: testing clang-tidy

2019-12-17 Thread Eugene Zelenko via Phabricator via cfe-commits
Eugene.Zelenko added a comment. Where set of Clang-tidy checks come from? .clang-tidy? Could stricter set of custom rules be used? Comment at: clang/include/clang/Analysis/AnalysisDeclContext.h:527 -#endif // LLVM_CLANG_ANALYSIS_ANALYSISDECLCONTEXT_H +#endif

[PATCH] D71594: testing clang-tidy

2019-12-17 Thread Mikhail Goncharov via Phabricator via cfe-commits
goncharov created this revision. Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous. Herald added a project: clang. goncharov removed subscribers: jkorous, arphaman, kadircet, usaxena95, cfe-commits. Repository: rG LLVM Github Monorepo