[all-commits] [llvm/llvm-project] dc96cc: [clang][test] Fix prefix operator++ signature in i...
Endre Fülöp via All-commits
all-commits at lists.llvm.org
Wed Nov 25 09:07:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc96cc33c13e1e38382118c25bf26de480eb2b12
https://github.com/llvm/llvm-project/commit/dc96cc33c13e1e38382118c25bf26de480eb2b12
Author: Endre Fülöp <endre.fulop at sigmatechnology.se>
Date: 2020-11-25 (Wed, 25 Nov 2020)
Changed paths:
M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
Log Message:
-----------
[clang][test] Fix prefix operator++ signature in iterators
Prefix operator++ should return the iterator incremented by reference.
Differential Revision: https://reviews.llvm.org/D89528
More information about the All-commits
mailing list