49 Commits (c512a558c72a79f5fc967a1c75058f6623912aaf)

Author SHA1 Message Date
Dimitar Dobrev c512a558c7 Fixed a bug when a default arg is a binary operator expression. 10 years ago
Dimitar Dobrev f0d237d9c2 Added a new property for the line number of the end of a declaration. 10 years ago
Andrius Bentkus 1bffbe8dee Fix warning, OrignalPtr is an IntPtr and therefore can not be null. 10 years ago
Dimitar Dobrev 3b4fce6f33 Added a property for the line at which a declaration is located in its header. 11 years ago
triton d2d941638a Added parsing of base classes offsets data to the AST. 11 years ago
triton ac7176f1b7 Added parsing and AST support for C++ friend declarations. 11 years ago
Joao Matos 93cdad40e0 Added bit field support to the AST. 11 years ago
Pyry Kontio 99f643d13f Test that demonstrate the "new 0" and show some other erroneus behaviour too. 11 years ago
Dimitar Dobrev 2600493dd6 Generated static methods for creating instance by an IntPtr in the C++/CLI branch. 11 years ago
triton 740a284323 Added support for iOS and iOS 64-bits ABIs. 11 years ago
triton 169a3fa610 Added support for keeping ABI-specific function 'this' return information. 11 years ago
triton 8a3f50337c Added an hack for parsing declaration without unique native pointers. 11 years ago
Dimitar Dobrev 3b8873022b Handled built-in binary operators in default arguments. 11 years ago
Dimitar Dobrev 88a88599e7 Fixed the wrapping of bit masks in default arguments. 11 years ago
Dimitar Dobrev af101c5f60 Fixed a bug when converting name-spaces. 11 years ago
Dimitar Dobrev 0499556bfe Added support for default values of parameters. 11 years ago
triton 1802470013 Kill the old parser (good riddance :). 11 years ago
triton ca6884c19c Fixed the AST converter for the new macro location name. 11 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 11 years ago
triton 27fa2ca03d Renamed Location to MacroLocation in PreprocessedEntity. 11 years ago
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 11 years ago
Tomi Valkeinen c702e928e8 Rename PrimitiveType Int64 and UInt64 to LongLong and ULongLong 11 years ago
Tomi Valkeinen 065570de74 Rename PrimitiveType Int16 and UInt16 to Short and UShort 11 years ago
Tomi Valkeinen 1cd9f0a16c Remove PrimitiveTypes Int8 and UInt8 11 years ago
Tomi Valkeinen 3902dd4acc Add PrimitiveTypes Long and ULong 11 years ago
Tomi Valkeinen d843ac1fd3 CppParser: fix warning about FullComment 11 years ago
Tomi Valkeinen 7b8902e023 CppParser: fix warning about RawCommentKind 11 years ago
triton b0b14f6960 Implemented support for decayed types in the AST converter. 11 years ago
triton bf1ce5b523 Implemented support for pack expansion types in the AST converter. 11 years ago
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
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 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