645 Commits (45c5435899148cb22a101fd4e0324476acacf429)

Author SHA1 Message Date
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 0e8a6e368c Moved the code for creating a ref object by value from the marshalling printer to a valid ctor by value. 12 years ago
Dimitar Dobrev de4c551fda Worked around a specific default argument construct used in Qt. 12 years ago
Dimitar Dobrev 3b8873022b Handled built-in binary operators in default arguments. 12 years ago
Dimitar Dobrev 88a88599e7 Fixed the wrapping of bit masks in default arguments. 12 years ago
Dimitar Dobrev af101c5f60 Fixed a bug when converting name-spaces. 12 years ago
Dimitar Dobrev 2bc06983f3 Fixed the generation of default argument when a reference is assigned a value. 12 years ago
Dimitar Dobrev 798e086ef9 Added reading of dependencies of ELF libraries. 12 years ago
Tom Spilman 9d7385bfbb Fixed ParamStartLoc to be the correct parameter start location. 12 years ago
Dimitar Dobrev da3c496c33 Prefixed a C++ enum usage to fix a GCC compilation error. 12 years ago
Dimitar Dobrev 29e2c58811 Added reading of dependencies of DLL-s. 12 years ago
Dimitar Dobrev 768b443038 Added reading of symbols from DLL-s. 12 years ago
Dimitar Dobrev 548f0feb55 Added an option for the language version. 12 years ago
Dimitar Dobrev 76e254e766 Extended the collection of library symbols to handle ELF shared objects (.so). 12 years ago
Tomi Valkeinen a67595ea3f build: use linux bindings 12 years ago
Tomi Valkeinen f7810b47d8 CppParser: add generated linux bindings 12 years ago
Tomi Valkeinen 6b0612d5a1 ParserGen: Linux binding generation 12 years ago
Tomi Valkeinen e2a455a5c7 Fix compilation with gcc 12 years ago
Tomi Valkeinen ccb4c9244f Regenerate windows bindings 12 years ago
Tomi Valkeinen f32feb1d98 Fix windows bindings path 12 years ago
triton d7c5da48c6 Skip implicit records when parsing. 12 years ago
triton 75eb1457eb Added vector clearing overloads to the parser options. 12 years ago
triton 7fb53dc3b0 Fixed the parser generator to track Clang r204978. 12 years ago
triton 411dd8f8ca Added missing include caught by the build bot. 12 years ago
triton 5df897bb8e Updated to the latest LLVM and Clang revisions. 12 years ago
Dimitar Dobrev 0499556bfe Added support for default values of parameters. 12 years ago
Dimitar Dobrev 21cf90411a Fixed a few warning caused by classes forwarded as structs. 12 years ago
triton 1802470013 Kill the old parser (good riddance :). 12 years ago
Dimitar Dobrev 5523a83b29 Converted all "complex" (for example participating in class hierarchies) data type to classes. 12 years ago
triton fede2d4c23 Reworked the parser generation driver. 12 years ago
triton 8ace8354b5 Re-generated the OSX parser bindings. 12 years ago
triton e4873e20cc Fixed anonymous declaration parsing. 12 years ago
Dimitar Dobrev f88c20aa94 Some refactoring in preparation for the default values of parameters. 12 years ago
triton 70dfd42e07 Added support for C records to the parser. 12 years ago
triton 7f927db6c8 Renamed ASTContext parameters. 12 years ago
triton f95d013651 Re-generated the parser bindings. 12 years ago
triton c67e6a5ffb Fixed naming conflict in Location field in the AST. 12 years ago
triton fd1dc49745 Fixed the build. 12 years ago
triton 43dc88b5de Added support for representing and parsing source locations. 12 years ago
triton 57bae49b4b Explicitly qualify clang types in the parser. 12 years ago
triton ed634a76fc Re-generated the OSX parser bindings. 12 years ago
Tomi Valkeinen 3cbf465a49 Update CppParser bindings 12 years ago
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 12 years ago
Tomi Valkeinen c702e928e8 Rename PrimitiveType Int64 and UInt64 to LongLong and ULongLong 12 years ago
Tomi Valkeinen 065570de74 Rename PrimitiveType Int16 and UInt16 to Short and UShort 12 years ago