András Dóczi

Results 7 issues of András Dóczi

Sometimes a segfault happens when opening "This calls" in the info tree. For example at [`tinyxml2::XMLDocument::SetError`](https://codecompass.net/demo/#wsid=TinyXML2&fid=13444780443610084403&select=2466|1|2491|2&center=text). I fixed this by adding a check against the query matching nothing, like how...

Kind: Bug
Plugin: C++

This PR makes Clang tool invocations use the working directories of each compilation command. This fixes relative paths in arguments not being handled properly (#571), as previously the tool ran...

Kind: Bug :warning:
Kind: Important :1st_place_medal:
Plugin: C++
Status: At risk :rotating_light:

Fixes #544, which was caused by the children of the child caller nodes being set incorrectly. Recursions in the tree are also avoided now. There is one issue remaining that...

Kind: Bug
Plugin: C++
Target: WebGUI

AST nodes that aren't located in any file are reported in the database as being located inside the working directory file. As a result, the directory that the parser was...

Kind: Bug :warning:
Kind: Discussion :speech_balloon:
Plugin: C++
Level: Moderate (2)

When parsing [Scintilla 3.10.6](https://sourceforge.net/p/scintilla/code/ci/rel-3-10-6/tree/), errors like this occur: ``` /mnt/linux/hg/scintilla-code/lexlib/Accessor.cxx:11:10: fatal error: 'ILexer.h' file not found #include "ILexer.h" ``` This is because Scintilla uses spaces in the include flags, like...

Kind: Bug :warning:
Kind: Important :1st_place_medal:
Target: Logger
Level: Intermediate (3)

There are three closely related issues with navigation. - [ ] CodeMirror's Ctrl+F shortcut only works when a node is selected in the active document. This leads to a frustrating...

Kind: Enhancement :star2:
Target: WebGUI
Level: Intermediate (3)

Sometimes there are duplicate nodes in the info tree. For example, [`tinyxml2::DynArray::Push`](https://codecompass.net/demo/#wsid=TinyXML2&fid=203832585766346198&select=226|5|231|6&center=text) has the following code: ```cpp void Push( T t ) { TIXMLASSERT( _size < INT_MAX ); EnsureCapacity( _size+1...

Kind: Bug :warning:
Plugin: C++
Target: WebGUI