645 Commits (45c5435899148cb22a101fd4e0324476acacf429)

Author SHA1 Message Date
triton 48216a5bd4 Added an explicit constructor to ParserDiagnostic to fix missing symbols. 12 years ago
triton 9a0e9a8ef0 Re-generated the parser bindings. 12 years ago
triton 678639acdc Explicitly define ASTContext else the declaration will not export symbols. 12 years ago
triton 2c333fb141 Added System.Core dependency to Parser.Gen for Linq support. 12 years ago
triton 5c881b86f9 Re-generated the CLI bindings. 12 years ago
triton 3a90493666 Re-generated parser bindings for all backends. 12 years ago
triton f53e8794dd Fixed the parser generator to also ignore any functions with std parameters. 12 years ago
triton 0f2c3bbf70 Added TargetInfo support to the Darwin bindings. 12 years ago
triton 92619e90ed Fixed preprocessor creation to the newest LLVM. 12 years ago
triton 35488071ed Fixed preprocessed entities parsing in the new parser. 12 years ago
Dimitar Dobrev ccc1608a81 Fixed a regression in the new parser causing a crash on enums with empty names. 12 years ago
triton a2d44162e5 Re-generated the parser bindings. 12 years ago
triton 6f0b2f729e Improved the comments parsing in the new parser with support for raw and full comments. 12 years ago
triton 427adb3d14 Re-generated the parser bindings with the latest fixes. 12 years ago
triton 54fa62beae Initialize the class layout in the new parser. 12 years ago
triton 2b26acb895 Re-generated the parser bindings. 12 years ago
triton ee3fbd8e03 Added support for anonymous C++11 inline namespaces to the AST and parsers. 12 years ago
triton 83be8a7153 Initialized some previously uninitialized memory fields on the parser. 12 years ago
triton 2daffce14f Switched from llvm::OwningPtr to std::unique_ptr since LLVM removed it. 12 years ago
triton 2248b565d3 Cleaned up AST.h. 12 years ago
triton 5b4c2f887a Re-generated the bindings and added Target bindings that were forgotten in a previously pull. 12 years ago
triton 71a875d6b9 Added missing GetTargetInfo to CppParser. 12 years ago
triton 28a7647ceb Remove extra access field that conflicts with the one defined in its hierarchy. 12 years ago
triton fb70229e26 Updated to a recent LLVM and Clang revision. 12 years ago
Øystein Krog 24a6c7a430 Update CppParser bindings. 12 years ago
Øystein Krog a268eb1875 Add new GetTargetInfo() method in parsers, that exposes information about type sizes and alignment. 12 years ago
Dimitar Dobrev 2605ac680d Added stubbed support for pack expansions to the new parser as well. 12 years ago
triton 2c624acb06 Fixed preprocessed declaration parsing for translation units in the new parser. 12 years ago
triton b89daa1d0a Fixed parser warning in WalkTemplateSpecializationKind. 12 years ago
triton 0e905dbd36 Clean up the file path when finding translation units since they might differ between calls. 12 years ago
triton b93cca9780 Updated the parser generator driver with support for different triples (and Darwin/OSX support). 12 years ago
triton 05073ef0e1 Re-generated the parser bindings for all platforms. 12 years ago
triton 45b110e739 Added arguments options support to pass custom Clang options to the parser. 12 years ago
triton 5677c5aa9d Remove hardcoded "-Wno-undefined-inline" option from the parsers. 12 years ago
triton cb62d64d5e Fixed the parser, it got broken in a recent pull request merge. 12 years ago
triton 82d6d609b4 Fixed parsing of preprocessed entities for parameter declarations. 12 years ago
triton ae52dd8963 Fixed parsing of preprocessed entities for implicit declarations. 12 years ago
Øystein Krog e9f43c059e Modify parser to set the Namespace in MacroDefinition 12 years ago
triton 7e077c6bc4 Re-generated the CLI parser bindings (with fix for reference pointers). 12 years ago
triton df88729095 Updated to the latest LLVM/Clang revisions. 12 years ago
Joao Matos 69dcac2903 Ignore some unused methods in the parser bindings. 12 years ago
Joao Matos 19376cc2c3 Added support for keeping track of extern "C" contexts in classes/structs. 12 years ago
Joao Matos 7719b89312 Re-generated the parser bindings. 12 years ago
Joao Matos 4f2135eddf Use the most recent (re)declaration when setting the MS inheritance model. 12 years ago
Joao Matos 9e14383e10 Fixed parser to work with recent Clang changes. 12 years ago
Joao Matos 88e5d1cf3d Updated the parsers to the latest Clang API changes. 12 years ago
triton 8c0adad5f1 Fixed parsing bug and subsequent failing test in GenerateEnumFromMacros. 12 years ago
triton 5e3d86a33f Fixed parser bindings build to correctly choose the correct generated bindings depending on the platform. 12 years ago
triton a112faef52 Fixed memory corruption bug by explicitly initializing the pointer to null. 12 years ago
triton 1afaad6847 Added missing definitions for the AST structures in the C++ parser. 12 years ago