141 Commits (dc998d391e8db2e3618734c7b3bd7dbc83d110ff)

Author SHA1 Message Date
Dimitar Dobrev fc84e6bf1e Added reading of dependencies of Mach-O (OS X) binaries. 10 years ago
Dimitar Dobrev 192fede3f7 Connected the functions in the AST to the template functions they instantiate, if any. 10 years ago
Dimitar Dobrev a2fd71cc74 Enabled getting of template specialisations when type locations are invalid. 10 years ago
João Matos bbe7c1cb72 Added an hardcoded path to the GCC builtin headers for Travis Linux build. 10 years ago
Abhinav Tripathi d753c8d637 Moved property IsImplicit to Declaration from Method. 10 years ago
Dimitar Dobrev 1471e6f2fb Simplified and tested the reading of line numbers. 10 years ago
Dimitar Dobrev 575649b5da Fixed a memory leak in the code generators. 10 years ago
triton 7624635fa3 Added test for C11's atomic type support added in 54267b88a4. 10 years ago
João Matos 464476b200 Clean up previous fix by using Environment.Is64BitProcess instead of invoking Mono --version. 11 years ago
João Matos 5ff8efa085 Fixed some tests under OS X by auto detecting the Mono bitness. 11 years ago
João Matos f23cd53010 Disable this workaround for now as it's not working as intended. 11 years ago
João Matos f799e0fb82 Rewrite Clang resource directory lookup logic in test driver. 11 years ago
Dimitar Dobrev bbcf12550f Prevented a crash in the tests on Mono because of a Mono bug. 11 years ago
triton f6b25203a0 Revert "Enable verbose mode in tests driver for Travis troubleshooting." 11 years ago
triton 05236a89af Enable verbose mode in tests driver for Travis troubleshooting. 11 years ago
Dimitar Dobrev ce597a399c Fixed the build on VS 2015. 11 years ago
triton 49ba3146a5 Extracted Mono detection logic to Platform. 11 years ago
triton 27e537c59b Extract platform detection logic into its own file. 11 years ago
triton a9101ece64 Rename the diagnostic emit overloads so they're more uniform. 11 years ago
João Matos e484f6f7e7 Fixed the OS X tests build to use the Xcode toolchain lookup support. 11 years ago
Abhinav Tripathi c7c74e306b Added CS_INTERNAL macro definition and test. 11 years ago
Dimitar Dobrev a293984424 Fixed the signatures of const functions. 11 years ago
Dimitar Dobrev 1cb4b22788 Fixed the pass for ambiguity to correctly mark ambiguous functions. 11 years ago
Dimitar Dobrev f0d237d9c2 Added a new property for the line number of the end of a declaration. 11 years ago
Dimitar Dobrev 993cb82bb7 Revert "Fixed parsing of function signatures with const-qualified return types." 11 years ago
Dimitar Dobrev 99c124eb53 Fixed the location of a friendly declaration. 11 years ago
triton 7d5e53e1df Fixed parsing of function signatures with const-qualified return types. 11 years ago
Dimitar Dobrev 8505f82ff0 Fixed signatures to include the 'const', if any. 11 years ago
Stephan Sundermann a125b055b0 Add missing reference 11 years ago
Stephan Sundermann 9b3313d424 Use libc++ on osx 11 years ago
Andrius Bentkus 5102fb55d7 Remove not used variable. 11 years ago
Dimitar Dobrev 3b4fce6f33 Added a property for the line at which a declaration is located in its header. 11 years ago
triton ac7176f1b7 Added parsing and AST support for C++ friend declarations. 11 years ago
Joao Matos c44985a2a4 Improved test driver to add Clang's built in header path to the system lookup paths. 11 years ago
Dimitar Dobrev 4385ecac76 Fixed the finding of classes to also check name-spaces. 11 years ago
Dimitar Dobrev 798e086ef9 Added reading of dependencies of ELF libraries. 12 years ago
triton a62ea33d64 Split building source file parse options from parsing code. 12 years ago
triton 1802470013 Kill the old parser (good riddance :). 12 years ago
Dimitar Dobrev 9e480dd364 Fixed the renaming pass to account for overloads of functions. 12 years ago
triton 7f927db6c8 Renamed ASTContext parameters. 12 years ago
Tomi Valkeinen 7289a06b9e Rename PrimitiveType Int32 and UInt32 to Int and UInt 12 years ago
Tomi Valkeinen 065570de74 Rename PrimitiveType Int16 and UInt16 to Short and UShort 12 years ago
Elias Holzer 79f0d41d5c Added failing test for the CheckAmbiguousFunctionsPass. 12 years ago
Tomi Valkeinen 1400361711 build: fix nunit dll filename 12 years ago
Elias Holzer 933df5e65a Improved support in parser for template classes and functions. 12 years ago
Elias Holzer bd0ec409e9 Fixed adding of enum items in ASTConverter. 12 years ago
Elias Holzer d1a3141f5b The unique name set by the CleanInvalidDeclNames pass will now truly be unique across translation units. 12 years ago
Elias Holzer 6fa7077dbd Moved unnamed enums test to generator tests. 12 years ago
Elias Holzer b83b5029b0 Added extension method SetPropertyAsReadOnly to ASTContext. 12 years ago
Elias Holzer b432daab9b Added missing Visit override to Method class. 12 years ago