28 Commits (933df5e65a4c0da50d0e1f1da9b08d1b074ac3e0)

Author SHA1 Message Date
Elias Holzer 933df5e65a Improved support in parser for template classes and functions. 11 years ago
triton 4a7e3cdc03 Stubbed out function template in the AST converter. 11 years ago
Elias Holzer d3fb9289cf Synced new and old parser. 11 years ago
Elias Holzer bd0ec409e9 Fixed adding of enum items in ASTConverter. 11 years ago
triton 44172d2239 Do not check for duplicates when handling preprocessed entities. 11 years ago
Elias Holzer 749e5a399e Added new property Parameter.Index. 11 years ago
triton f5e66ba439 Added IsExplicit support to ASTConverter. 11 years ago
triton 67a3ec1051 Fixed full comment parsing in AST converter. 11 years ago
triton 96cb73ba98 Added comments support to AST converter to match the support in the AST. 11 years ago
triton 9ec1a475d2 Fixed the AST converter code to deal with null values correctly. 11 years ago
triton 89f9424971 Updated DeclConverter to work with the new style of generated pointers in the bindings. 11 years ago
Øystein Krog a268eb1875 Add new GetTargetInfo() method in parsers, that exposes information about type sizes and alignment. 12 years ago
Joao Matos 19376cc2c3 Added support for keeping track of extern "C" contexts in classes/structs. 12 years ago
triton 11a0a51e00 Fixed triggering exception in declaration converting by handling the declaration first. 12 years ago
triton 7e0ddeffd5 Updated the AST converter code to match the bindings. 12 years ago
triton c835a9faf4 Reworked the new parser AST converters. 12 years ago
triton 0954ad0c7e Fixed destructors by keeping track when they are non-trivial. 12 years ago
Joao Matos b19cd1042e Updated build scripts with OS X fixes and added some building documentation. 12 years ago
triton bb961ec594 Added new ASTConverter class to interface between the parser bindings and existing AST structures. 12 years ago
triton b58a99ebf3 Some fixes to the codebase to work correctly with the new parser bindings. 12 years ago
triton 4aab472af5 Fixed driver code to work with the new parser. 12 years ago
triton e984fb7305 Removed unused SymbolsContext from parser. 12 years ago
triton 4a29db6bcd Revert "Fixed bug caused by a type in the new parser." 12 years ago
triton f1f6c2e5e9 Fixed bug caused by a type in the new parser. 12 years ago
triton 341fd7d0d1 Fixed comment typo. 12 years ago
triton d61f6f1a53 Fixed library parsing by passing SymbolContext to the native parser. 12 years ago
triton 60bdf71ca8 Use the project-level options for now instead of the file-specific options. 12 years ago
triton 0cc9446fe7 Refactored the parser class. 12 years ago