603 Commits (51a109d2dba2b793521906faff8d2f32a59f9dfc)

Author SHA1 Message Date
triton fd1dc49745 Fixed the build. 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
triton ed634a76fc Re-generated the OSX parser bindings. 11 years ago
Tomi Valkeinen 3cbf465a49 Update CppParser bindings 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
triton 279d65147b Updated the OSX parser bindings. 11 years ago
Tomi Valkeinen 043e54d3da Update windows bindings 11 years ago
Tomi Valkeinen 6536beb0ab CppParser: fix warning about Parser 11 years ago
Tomi Valkeinen d843ac1fd3 CppParser: fix warning about FullComment 11 years ago
Tomi Valkeinen 7b8902e023 CppParser: fix warning about RawCommentKind 11 years ago
Tomi Valkeinen f5412c2d67 CppParser: fix memory corruption issue 11 years ago
Tomi Valkeinen 42178543d6 CppParser: fix compile warnings 11 years ago
Tomi Valkeinen 7f690802ea CppParser: remove unnecessary #includes 11 years ago
triton 75f8100653 Do not use getFileEntryForID when setting an OriginalPtr for units. 11 years ago
triton 51b8d74e61 Improved type loc handling when walking types. 11 years ago
triton f49aa2f3ef Fixed InjectedClassNameType layout in the AST. 11 years ago
Tomi Valkeinen 1053aa79d1 ParserGen: print what is being generated 11 years ago
Tomi Valkeinen 6d09688241 ParserGen: fix compilation warning 11 years ago
Tomi Valkeinen 0fb1bacae7 CppParser: Fix compilation warning 11 years ago
Tomi Valkeinen b812873378 build: move windows bindings to i686-pc-win32 directory 11 years ago
triton 572d0df792 Re-generated OSX parser bindings. 11 years ago
Elias Holzer 1782715f93 Increased the initial capacity of the used SmallString when generating a USR. 11 years ago
Elias Holzer e29e7eac7e Removed redundant code. 11 years ago
Elias Holzer 3c914a0907 Applied "Improved template parsing error handling" to old parser. 11 years ago
triton f61517c6f7 Improved template parsing error handling. 11 years ago
Elias Holzer 933df5e65a Improved support in parser for template classes and functions. 11 years ago
Tomi Valkeinen 4e185973e5 Normalize all the line endings 11 years ago
Tomi Valkeinen c5bf0b0199 CppParser: fix compilation warnings 11 years ago
Tomi Valkeinen 16ccc38221 CppParser: fix compilation warnings 11 years ago
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