ZHU ZHIPU
ZHU ZHIPU
macos howbrew version ../Cellar/cquery/20180718/bin/cquery   when I trigger after input 't' It can not find a symbol answer like 'tlv', no type information can be found for the tlv...
In many cases, I always encounter situation where the diagnostic said 'unknown type name XXXXX' but when I click on the symbol, I can successfully jump to the definition of...
it happens randomly in our big code base, the executable linked by mold is core in following corestack: ``` #0 0x0000000000000000 in ?? () #1 0x00000000005d0e96 in std::deque::~deque (this=0x7ffe533e6420, __in_chrg=)...
下面尝试三种生成方式(全部都在 WORKDIR=~/dev-workspace/wx/phxrpc 下执行): 1. third_party/protobuf/bin/protoc -Ithird_party/protobuf/include -I./phxrpc/rpc --cpp_out=. ./phxrpc/rpc/phxrpc.proto 最后生成的结果在 $WORKDIR 里面,与cpp_out参数指定的目标一致,然后phxrpc.pb.h的namespace为protobuf_phxrpc_2eproto 2. third_party/protobuf/bin/protoc -Ithird_party/protobuf/include -I./phxrpc/rpc --cpp_out=./phxrpc/rpc ./phxrpc/rpc/phxrpc.proto 最后生成的结果在 $WORKDIR/phxrpc/rpc 里面,与cpp_out参数指定的目标一致,然后phxrpc.pb.h的namespace为protobuf_phxrpc_2eproto 3. third_party/protobuf/bin/protoc -Ithird_party/protobuf/include -I. --cpp_out=. ./phxrpc/rpc/phxrpc.proto 最后生成的结果在 $WORKDIR/phxrpc/rpc 里面,_与cpp_out参数指定的目标不一致_...
version : llvmorg-17.0.3 Recently, when using clangd in vscode remote, once a certain file is encountered, the memory will explode, eventually causing the entire machine to go out of memory...
when I attach the option `useJsonName=true`, I found generated code will be error for oneof field like this: ``` message RoomMessage { oneof action { CreateRoomAction create = 1; JoinRoomAction...