390 Commits (bcdc2cf66749407b38fa1e55a5a184503652dc69)

Author SHA1 Message Date
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. 11 years ago
triton fb70229e26 Updated to a recent LLVM and Clang revision. 11 years ago
Øystein Krog a268eb1875 Add new GetTargetInfo() method in parsers, that exposes information about type sizes and alignment. 11 years ago
Dimitar Dobrev 2605ac680d Added stubbed support for pack expansions to the new parser as well. 11 years ago
triton 2c624acb06 Fixed preprocessed declaration parsing for translation units in the new parser. 11 years ago
triton b89daa1d0a Fixed parser warning in WalkTemplateSpecializationKind. 11 years ago
triton 45b110e739 Added arguments options support to pass custom Clang options to the parser. 11 years ago
triton 5677c5aa9d Remove hardcoded "-Wno-undefined-inline" option from the parsers. 11 years ago
triton cb62d64d5e Fixed the parser, it got broken in a recent pull request merge. 11 years ago
triton 82d6d609b4 Fixed parsing of preprocessed entities for parameter declarations. 11 years ago
triton ae52dd8963 Fixed parsing of preprocessed entities for implicit declarations. 11 years ago
Øystein Krog e9f43c059e Modify parser to set the Namespace in MacroDefinition 11 years ago
triton df88729095 Updated to the latest LLVM/Clang revisions. 11 years ago
Joao Matos 19376cc2c3 Added support for keeping track of extern "C" contexts in classes/structs. 11 years ago
Joao Matos 4f2135eddf Use the most recent (re)declaration when setting the MS inheritance model. 11 years ago
Joao Matos 9e14383e10 Fixed parser to work with recent Clang changes. 11 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 a112faef52 Fixed memory corruption bug by explicitly initializing the pointer to null. 12 years ago
triton e9fd50983a Reworked parsing of preprocessed entities. 12 years ago
Øystein Krog c71b29aeb9 Update to latest LLVM 12 years ago
Michael Ciccotti a15b40733b Update to latest llvm/clang 12 years ago
triton 391fe9d800 Fixed function type parameters parsing in the the new parser. 12 years ago
triton 5ce7213784 Added partial support for template specializations to the new parser. 12 years ago
triton 74368b2c3d Fixed the parser to always fill the original pointer value in declarations. 12 years ago