Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
triton 1d151178ff Fixed processing of type locations in the case of template specializations (the new behavior deals properly with elaborated and qualified types). Fixes some crashes in template-heavy code. 14 years ago
..
CXXABI.h Added C++/CLI wrapper around the C++ Clang parser. 14 years ago
Interop.h Added C++/CLI wrapper around the C++ Clang parser. 14 years ago
Main.cpp The parser now returns a ParserResult struct with diagnostic and library information. 14 years ago
Parser.cpp Fixed processing of type locations in the case of template specializations (the new behavior deals properly with elaborated and qualified types). Fixes some crashes in template-heavy code. 14 years ago
Parser.h Improve the error handling of the Parse method so we can correctly diagnose the issue in the driver. 14 years ago
Parser.lua Link with LLVM's BitReader and BitWriter libraries since the new revision requires it. 14 years ago
VSLookup.cpp Refactor the VS-specific lookup logic to its own file. 14 years ago