390 Commits (bcdc2cf66749407b38fa1e55a5a184503652dc69)

Author SHA1 Message Date
triton bf9fb64120 Fixed regression when parsing class templates. 10 years ago
triton 3866d6b5fe Improved robustness of base offsets parsing. 11 years ago
triton d2d941638a Added parsing of base classes offsets data to the AST. 11 years ago
triton f2de736f81 Fixed cyclic dependency when parsing class templates with friends. 11 years ago
triton ac7176f1b7 Added parsing and AST support for C++ friend declarations. 11 years ago
Dimitar Dobrev b6e5fe3c0e Parsed friendly non-type declarations. 11 years ago
Dimitar Dobrev 58fb80f571 Fixed a few regressions introduced by the updated code for default args. 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 562fe35ac0 Updated to LLVM/Clang revision 222533/222534. 11 years ago
Dimitar Dobrev 26df3e0c77 Improved the handling of numeric default values. 11 years ago
triton ec4ee6ba3c Fixed handling of static fields in the parser. 11 years ago
triton 740a284323 Added support for iOS and iOS 64-bits ABIs. 11 years ago
triton 67a4821a8e Improved ABI kind handling in the parser. 11 years ago
triton 169a3fa610 Added support for keeping ABI-specific function 'this' return information. 11 years ago
Dimitar Dobrev c61cfa43a9 Exposed the architecture of native libraries. 11 years ago
Dimitar Dobrev 643776b70e Enabled the addition of undefines in the options. 11 years ago
Dimitar Dobrev 0d605cd3fa Fixed the target triples with the new Clang. 11 years ago
Dimitar Dobrev acdc093e0a Fixed run-time crashes caused by updating to the new Clang. 11 years ago
triton e606a7f2d0 Fixed parser to work with latest LLVM and Clang revisions. 11 years ago
triton 934558ed54 Code cleanups, no functional changes intended. 11 years ago
triton 8a3f50337c Added an hack for parsing declaration without unique native pointers. 11 years ago
triton 3d55f436a3 Workaround for COFF compiling issue due to conflicting preprocessor defines. 11 years ago
Dimitar Dobrev 7a68a1c9c0 Fixed a crash when parsing va_list in a GCC 64-bit environment. 11 years ago
Dimitar Dobrev de4c551fda Worked around a specific default argument construct used in Qt. 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 2bc06983f3 Fixed the generation of default argument when a reference is assigned a value. 11 years ago
Dimitar Dobrev 798e086ef9 Added reading of dependencies of ELF libraries. 11 years ago
Tom Spilman 9d7385bfbb Fixed ParamStartLoc to be the correct parameter start location. 11 years ago
Dimitar Dobrev 29e2c58811 Added reading of dependencies of DLL-s. 11 years ago
Dimitar Dobrev 768b443038 Added reading of symbols from DLL-s. 11 years ago
Dimitar Dobrev 548f0feb55 Added an option for the language version. 11 years ago
Dimitar Dobrev 76e254e766 Extended the collection of library symbols to handle ELF shared objects (.so). 11 years ago
triton d7c5da48c6 Skip implicit records when parsing. 11 years ago
triton 411dd8f8ca Added missing include caught by the build bot. 11 years ago
triton 5df897bb8e Updated to the latest LLVM and Clang revisions. 11 years ago
Dimitar Dobrev 0499556bfe Added support for default values of parameters. 11 years ago
triton e4873e20cc Fixed anonymous declaration parsing. 11 years ago
Dimitar Dobrev f88c20aa94 Some refactoring in preparation for the default values of parameters. 11 years ago
triton 70dfd42e07 Added support for C records to the parser. 11 years ago
triton c67e6a5ffb Fixed naming conflict in Location field in the AST. 11 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 11 years ago
triton 57bae49b4b Explicitly qualify clang types in the parser. 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 6536beb0ab CppParser: fix warning about Parser 11 years ago