Glenn Smith
Glenn Smith
It's not easily discoverable, but if you mouse over the error text in the type dialog, the tooltip will have a more descriptive error message from the parser. Changing this...
This is a cool idea and certainly something I considered when writing the clang parser, but it was not feasible at the time. We'll discuss it internally as we're aiming...
This is resolved as of 3.1.3718-dev. The automatic PDB loader will check for matching guid + info in the exe, but if you manually choose to load a PDB it...
This was happening because it drew the rect in the repainted region, which was just the region covered by command palette (and its shadow), so the painting assumed that the...
Duplicate of #1712
This has been partially implemented in 3.5.4321-dev with the addition of the Database Viewer (Debug) plugin. Non-debug support is not planned at this time so I'm leaving this open and...
This has been completed as of 3.2.3890-dev.
As of 3.2.3963-dev, virtual offset thunk functions are also handled. These are generally of the form foo::bar`something{1234,5678}'
Here's another one from the minecraft bedrock server: ``` Undecoration of :- "??0ObsidianBlock@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H_N@Z" is :- "public: __cdecl ObsidianBlock::ObsidianBlock(class std::basic_string const & __ptr64,int,bool) __ptr64" ``` FWIW LLVM gets this one properly....
As of builds 3.5.4276, names of the form `??_C@_....` are demangled into `string'::String contents here