[all-commits] [llvm/llvm-project] 3e206a: [analyzer] NFC: Introduce reusable bug category fo...
NoQ via All-commits
all-commits at lists.llvm.org
Wed Jan 27 03:43:57 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e206a5922c18392353ba24e80339301183f679d
https://github.com/llvm/llvm-project/commit/3e206a5922c18392353ba24e80339301183f679d
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
M clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
Log Message:
-----------
[analyzer] NFC: Introduce reusable bug category for "C++ move semantics".
Currently only used by MoveChecker but ideally all checkers
should have reusable categories.
More information about the All-commits
mailing list