165 Commits (d3fb9289cf51f6854ef2a226354d3ec80d815e96)

Author SHA1 Message Date
Elias Holzer d3fb9289cf Synced new and old parser. 11 years ago
triton 6edcb8dd44 Added support for decltype types. 11 years ago
Vladimir Timofeev 1a458765ac Fix crash with parsing stdarg.h (or around this on Mac). Simple skip fake va_list_tag_name declaration as in clang repo in lib/Sema/SemaLookup.cpp 11 years ago
Elias Holzer 24cd3840b5 Added support for unnamed enums to new parser. 11 years ago
triton 55f4b849c7 Explicitly construct the parser and keep it in ParserResult. 11 years ago
triton 5a449eaafb Removed duplicate preprocessed entity add in the new parser. 11 years ago
triton 8184de63dc Added SetupLLVMIncludes in build files. 11 years ago
triton 012efc0948 Minor formatting fixes. 11 years ago
triton 06178f8499 Re-generated the OSX parser bindings. 11 years ago
Elias Holzer 749e5a399e Added new property Parameter.Index. 11 years ago
Vladimir Timofeev 8d9f581a33 Consolidate LLVM linking 11 years ago
Vladimir Timofeev cfc0eef43a Add libLLVMProfileData.a to list of libs for linking. This fix compilation for me with fresh checkout of llvm and clang. 11 years ago
triton baa08c8e8c Re-generated the parser bindings with IsExplicit. 11 years ago
Elias Holzer 2fac4d47b8 Introduced new property Method.IsExplicit in AST. 11 years ago
marcos henrich 7125109e3f Deprecated ExplicityIgnored use ExplicitlyIgnore(). Getting ExplicityIgnored and setting ExplicityIgnored to false don't make much sense anymore. 11 years ago
marcos henrich 3f96bdbfe3 Replaced declaration IgnoreFlags by GenerationKind. Added methods IsInternal and IsDeclared to declaration. Replaced IsGenerated = true by GeneratioKind = GeneratioKind.Internal. Deprecated Ignore, replace Ignore set by ExplicityIgnored, replace Ignore get by IsGenerated, IsInternal or IsDeclared. 11 years ago
triton b6cf05e140 Explicitly initialize Enumeration class members. 11 years ago
triton b14d527106 Fixed CppParser build guard so it works in VS/Windows. 11 years ago
João Matos 3b097d8379 Improved the build scripts on OSX. 11 years ago
triton 257edf878f Restrict path replacing in the parser to Windows platforms. 11 years ago
triton ea171cde97 Added copy constructors to Enumeration::Item and Declaration. 11 years ago
triton aa3e8dd5bd Explicitly define some copy constructors to work around missing symbols. 11 years ago
triton 69163d5c38 Re-generated the OSX Darwin parser bindings without copy constructors. 11 years ago
triton 69a6ae7b33 Re-generated the parser bindings without copy constructors. 11 years ago
triton 48216a5bd4 Added an explicit constructor to ParserDiagnostic to fix missing symbols. 11 years ago
triton 9a0e9a8ef0 Re-generated the parser bindings. 11 years ago
triton 678639acdc Explicitly define ASTContext else the declaration will not export symbols. 11 years ago
triton 2c333fb141 Added System.Core dependency to Parser.Gen for Linq support. 11 years ago
triton 5c881b86f9 Re-generated the CLI bindings. 11 years ago
triton 3a90493666 Re-generated parser bindings for all backends. 11 years ago
triton f53e8794dd Fixed the parser generator to also ignore any functions with std parameters. 11 years ago
triton 0f2c3bbf70 Added TargetInfo support to the Darwin bindings. 11 years ago
triton 92619e90ed Fixed preprocessor creation to the newest LLVM. 11 years ago
triton 35488071ed Fixed preprocessed entities parsing in the new parser. 11 years ago
Dimitar Dobrev ccc1608a81 Fixed a regression in the new parser causing a crash on enums with empty names. 11 years ago
triton a2d44162e5 Re-generated the parser bindings. 11 years ago
triton 6f0b2f729e Improved the comments parsing in the new parser with support for raw and full comments. 11 years ago
triton 427adb3d14 Re-generated the parser bindings with the latest fixes. 11 years ago
triton 54fa62beae Initialize the class layout in the new parser. 11 years ago
triton 2b26acb895 Re-generated the parser bindings. 11 years ago
triton ee3fbd8e03 Added support for anonymous C++11 inline namespaces to the AST and parsers. 11 years ago
triton 83be8a7153 Initialized some previously uninitialized memory fields on the parser. 11 years ago
triton 2daffce14f Switched from llvm::OwningPtr to std::unique_ptr since LLVM removed it. 11 years ago
triton 2248b565d3 Cleaned up AST.h. 11 years ago
triton 5b4c2f887a Re-generated the bindings and added Target bindings that were forgotten in a previously pull. 11 years ago
triton 71a875d6b9 Added missing GetTargetInfo to CppParser. 11 years ago
triton 28a7647ceb Remove extra access field that conflicts with the one defined in its hierarchy. 11 years ago
triton fb70229e26 Updated to a recent LLVM and Clang revision. 11 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