aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
diff options
context:
space:
mode:
authorwangyihan <1135831309@qq.com>2022-03-24 12:09:10 -0700
committerErich Keane <erich.keane@intel.com>2022-03-24 12:23:29 -0700
commit7faa95624eb3a01b75ccc391f32768ba70b3b630 (patch)
treec092f349a3c2a8a5fbcff85796e073bede40a6bc /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
parentd41445113bccaa037e5876659b4fd98d96af03e4 (diff)
downloadllvm-7faa95624eb3a01b75ccc391f32768ba70b3b630.zip
llvm-7faa95624eb3a01b75ccc391f32768ba70b3b630.tar.gz
llvm-7faa95624eb3a01b75ccc391f32768ba70b3b630.tar.bz2
[clang][CodeGen]Fix clang crash and add bitfield support in __builtin_dump_struct
Fix clang crash and add bitfield support in __builtin_dump_struct. In clang13.0.x, a struct with three or more members and a bitfield at the same time will cause a crash. In clang15.x, as long as the struct has one bitfield, it will cause a crash in clang. Open issue: https://github.com/llvm/llvm-project/issues/54462 Differential Revision: https://reviews.llvm.org/D122248
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions