[all-commits] [llvm/llvm-project] 3ed8eb: Fix return values of some matcher functions
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sun May 24 04:38:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ed8ebc2f6b8172bed48cc5986d3b7af4cfca1bc
https://github.com/llvm/llvm-project/commit/3ed8ebc2f6b8172bed48cc5986d3b7af4cfca1bc
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
Log Message:
-----------
Fix return values of some matcher functions
The old return values mean
* implicit conversion
* not being able to write sizeOfExpr().bind() for example
More information about the All-commits
mailing list