251 Commits (ab3660cc02318185ce9503da091bbdbf3c258708)

Author SHA1 Message Date
Dimitar Dobrev f88c20aa94 Some refactoring in preparation for the default values of parameters. 11 years ago
triton 70dfd42e07 Added support for C records to the parser. 11 years ago
triton c67e6a5ffb Fixed naming conflict in Location field in the AST. 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
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
Tomi Valkeinen 6536beb0ab CppParser: fix warning about Parser 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
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 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
Elias Holzer 749e5a399e Added new property Parameter.Index. 11 years ago
Elias Holzer 2fac4d47b8 Introduced new property Method.IsExplicit in AST. 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
triton 54fa62beae Initialize the class layout in the new parser. 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 71a875d6b9 Added missing GetTargetInfo to CppParser. 12 years ago
triton fb70229e26 Updated to a recent LLVM and Clang revision. 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 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 df88729095 Updated to the latest LLVM/Clang revisions. 12 years ago
Joao Matos 19376cc2c3 Added support for keeping track of extern "C" contexts in classes/structs. 12 years ago