You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the language recognized by AnsiCParser is not C, but a language providing symbol location and signature information that happens to be similar to C. IMO it would be a better idea to provide/design a file format for signatures and symbol information and then build a simple tool based on clang that converts header files to this file format. This way, we don't have to build clang into the decompiler.
This would get us full c/c++ header parsing, and we could add comment parsing as means of providing additional knowledge to boomerang engine.
The text was updated successfully, but these errors were encountered: