47 Commits (a0aece8eb4a6b9e4384f64fa3aa81c565468b18b)

Author SHA1 Message Date
triton 70122b0568 Fixed function types to provide qualified argument types in the AST. 12 years ago
triton 4d91312e87 Reworked type parsing with dependent information. 12 years ago
triton a4cc125414 Regenerated the C++ parser bindings. 12 years ago
triton 734e03f134 Normalized class / function template parsing between parsers. 12 years ago
triton e059f5e099 Fixed parsing of enum items to use normal declaration comments. 12 years ago
triton efc95d35aa Fixed dependent information parsing for declaration contexts. 12 years ago
triton 55efc0c862 Updated declarations parsing in both parsers to use common declaration handling code. 12 years ago
triton 05877ddcb5 Converted enum items to be declarations in the AST. 12 years ago
triton b3bc8706a0 Changed CppParser to use macros to define the containers. 12 years ago
triton 6a119e4849 Added assertion for the ASTContext in the parser. 12 years ago
triton 6b6d18e5a6 Fixed bug caused by typo in the new parser. 12 years ago
triton 42cca516b3 Added better parsing of C++ conversion operators. 12 years ago
triton 4a29db6bcd Revert "Fixed bug caused by a type in the new parser." 12 years ago
triton c5f43c8d06 Updated to the latest LLVM/Clang revisions. 12 years ago
triton f1f6c2e5e9 Fixed bug caused by a type in the new parser. 12 years ago
triton 6b9012b634 Ignore C++ using directives in the parser. 12 years ago
triton 9bb39e92eb Fixed a tricky bug that was breaking generation of vtables interop code. 12 years ago
triton 8d4670d4b1 Added class documentation to the ParserGen class. 12 years ago
Stephen Kennedy 9cfc8c23dc Handle partial specializations like normal specializations (not at all!) 12 years ago
triton 2cc3e1cfa7 Updated to latest LLVM/Clang revisions. 12 years ago
triton b853713b03 Re-generated the parser bindings. 12 years ago
triton 72f1289c25 Generate the CLI parser bindings by default. 12 years ago
triton 6838e63956 Fixed parser generation by searching for the source directory. 12 years ago
triton 63e37d29ba Added missing Postprocess method. 12 years ago
triton 162ff9f14a Added missing Declaration default constructor declaration. 12 years ago
triton 480d35dd27 Re-generated CppParser bindings CLI and C#. 12 years ago
triton 4ca3ee08a1 Updated the CppParser bindings generator. 12 years ago
triton 7c85c31fcd Simplified checks for valid options in CppParser. 12 years ago
triton f11d7a3fc0 Rearranged members order in ParserOptions. 12 years ago
triton 1d15feaea7 Added ASTContext to ParserOptions. 12 years ago
triton d3a25d69ea Initialize ParserOptions members in its default constructor. 12 years ago
triton 901f42eb1d Added a default constructor to Declaration to initialize the members. 12 years ago
triton edc833e69f Updated the C++ parser AST to the ASTContext class. 12 years ago
triton 078b71be45 Updated the C++ parser project to the new ASTContext class. 12 years ago
triton 682a5e350a Re-generated the CLI and C# bindings to the new parser. 12 years ago
triton b3f41256e3 Moved the native AST declarations to their own namespace. 12 years ago
triton 2d23070305 Move forced declarations of implicit members earlier just in case it makes a difference. 12 years ago
triton 4e1d34b98b Use fully qualified names in AST headers. 12 years ago
triton 1ecd2e138d Updated CppParser to the latest Parser changes. 12 years ago
triton bbfef9df6f Reworked LLVM build in Premake to another file. 12 years ago
triton 57ff6bb78c MinGW/OSX build fixes. 12 years ago
Joao Matos 17b3ac93b6 GCC/Clang parser build fixes. 12 years ago
Joao Matos 1c6538207e Fixed Premake build files for OSX. 12 years ago
triton bc33de5ddd Added parser support for deleted functions. 12 years ago
triton 068627e2f2 Added C# and C++/CLI bindings to the new parser APIs. 12 years ago
triton 7c7ae1595d Added a bindings generator for the new parser. 12 years ago
triton 62839a3f0a Added the new C++/CLI free parser. 12 years ago