rapidsna wrote:

CI failure: I should handle `LateParsedAttr` in 
`lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp`.

/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4088:11:
 error: enumeration value 'LateParsedAttr' not handled in switch 
[-Werror,-Wswitch]
   4088 |   switch (qual_type->getTypeClass()) {
        |           ^~~~~~~~~~~~~~~~~~~~~~~~~
  
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4791:11:
 error: enumeration value 'LateParsedAttr' not handled in switch 
[-Werror,-Wswitch]
   4791 |   switch (qual_type->getTypeClass()) {
        |           ^~~~~~~~~~~~~~~~~~~~~~~~~
  
/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:5093:11:
 error: enumeration value 'LateParsedAttr' not handled in switch 
[-Werror,-Wswitch]
   5093 |   switch (qual_type->getTypeClass()) {
        |           ^~~~~~~~~~~~~~~~~~~~~~~~~
  3 errors generated.

https://github.com/llvm/llvm-project/pull/179612
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to