llvm-project-widberg-extensions icon indicating copy to clipboard operation
llvm-project-widberg-extensions copied to clipboard

This repository is a fork of LLVM intended to implement C/C++ language features in LLVM/Clang to aid in reverse engineering. Currently, the scope of this project covers a subset of the IDA Pro __userc...

Results 3 llvm-project-widberg-extensions issues
Sort by recently updated
recently updated
newest added

I'm currently working on an injection dll that uses clang with your extension, but I think I found a pretty huge bug with how you need to define functions that...

The following code reports an error: ```c union a { short b; } __attribute__((transparent_union)) c(union a d) { return d; } int main() { return 0; } ``` ``` Attribute...

Hi! Really appreciate your works. But this fork is a little bit outdated, so could you please update it to the newest version of LLVM?

enhancement