[all-commits] [llvm/llvm-project] a60e89: [ODRHash] Fix wrong error message with bitfields a...
Richard Trieu via All-commits
all-commits at lists.llvm.org
Tue Jan 14 21:27:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a60e8927297005898b10a46300d929ba5cf7833c
https://github.com/llvm/llvm-project/commit/a60e8927297005898b10a46300d929ba5cf7833c
Author: Weverything <rtrieu at google.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M clang/lib/Serialization/ASTReader.cpp
M clang/test/Modules/odr_hash.cpp
Log Message:
-----------
[ODRHash] Fix wrong error message with bitfields and mutable.
Add a check to bitfield mismatches that may have caused Clang to
give an error about the bitfield instead of being mutable.
More information about the All-commits
mailing list