[all-commits] [llvm/llvm-project] 733505: Replace dyn_cast<> with isa<> to fix unused variab...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 22 04:07:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 733505abf471b66458a9eab24521dba9a4b6239e
https://github.com/llvm/llvm-project/commit/733505abf471b66458a9eab24521dba9a4b6239e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
Log Message:
-----------
Replace dyn_cast<> with isa<> to fix unused variable warning. NFCI.
Commit: bf897e6ea122c07b8848133beee749fd96895c14
https://github.com/llvm/llvm-project/commit/bf897e6ea122c07b8848133beee749fd96895c14
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
Log Message:
-----------
Remove superfluous semicolon to stop Wpedantic warning. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/d1076d729aa4...bf897e6ea122
More information about the All-commits
mailing list