4786 Commits (indirect-returns)
 

Author SHA1 Message Date
João Matos d4afcd760c Add another test covering indirect struct returns. 5 years ago
João Matos d110a2f045 Fix Mono not being found on the PATH on recent macOS versions. 5 years ago
Dimitar Dobrev 8b0aecef9b Instantiate exception specifications before reading 5 years ago
Dimitar Dobrev 299cb912cc Update LLVM to the latest version 5 years ago
Dimitar Dobrev 36f754116f Fix a syntax error in CMake listing Clang modules 5 years ago
Dimitar Dobrev fe8d0d70f8 Enable building lld as part of LLVM 5 years ago
Dimitar Dobrev 067827cf29 Restore modules needed for compiling with Clang 5 years ago
Dimitar Dobrev 454a46ed1c Support Visual Studio 2019 for building Clang 5 years ago
Dimitar Dobrev f422ce27ba Delete the no longer used Clang commit 5 years ago
Joao Matos aa5caaf6ff Update Travis to Ubuntu Xenial 18.04. 6 years ago
Dimitar Dobrev 9337004bb6 Simplify and optimize the printing of pointers in C++ 6 years ago
Dimitar Dobrev e4ac492560 Fix printing of function pointers in C++ 6 years ago
Dimitar Dobrev ed2e45f609 Don't export symbols for explicit specializations 6 years ago
Dimitar Dobrev d31cab7315 Avoid invalid template specializations in tests 6 years ago
Dimitar Dobrev 9b1cad799b Update the printing of comments to the new Clang 6 years ago
Dimitar Dobrev 709fcb6f7e Work around MSVC 32 crashing reading of exported symbols in Mach-O 6 years ago
Joao Matos fa5dbb9010 Improve Xcode toolchain lookup to be more robust. 6 years ago
Joao Matos be73e994bc Implement logic for -fgnuc-version= argument required by LLVM. 6 years ago
Joao Matos eab2620c18 Update LLVM to the latest version. 6 years ago
Joao Matos ac7bdb2585 Refactor Clang builtins directory logic and move it to the managed side. 6 years ago
benjaminZale 9121d86a00 Escape C# strings correctly 6 years ago
Joao Matos 899e8d2caa Improve CS_INTERNAL so it now applies to all declarations. 6 years ago
Joao Matos 29c0b8593a Print the parser target triple in verbose mode. 6 years ago
Joao Matos 4862827e7d Always re-create the Clang resource directory when building. 6 years ago
Joao Matos 7df1623e6d Cleanup Clang resource directory lookup logic. 6 years ago
Joao Matos 7aa62596df Remove old workaround for testing issue that does not seem necessary anymore. 6 years ago
Joao Matos 993a45dc74 Git ignore .vscode directory. 6 years ago
Joao Matos 1f4595dfbe Workaround Premake issue when copying the resource include directories at build time. 6 years ago
Joao Matos f5638bd3cc Fix warning about #pragma once in source file. 6 years ago
Joao Matos 1802dfa8fe Update bootstrap tool to run against latest LLVM. 6 years ago
Joao Matos 80ae66428c Update bootstrap tool to find LLVM build directory. 6 years ago
Joao Matos 8278efd338 Add options to disable tests and examples from the build. 6 years ago
Dimitar Dobrev 24d2e4ca08 Improve the ignoring of dependent name types 6 years ago
Joao Matos c5bcb48cc2 Implement UnresolvedUsingType and UnresolvedUsingTypename. 6 years ago
Dimitar Dobrev 58cc7c8ae8 Fix the tests for exception types 6 years ago
Joao Matos e33a189a56 Switch to Xcode 11 in Travis CI. 6 years ago
Dimitar Dobrev 4a4c919fb3 Extend printing and reading of exception types 6 years ago
Dimitar Dobrev 16bfc67a9a Fix the check to ignore dependent name types 6 years ago
Dimitar Dobrev dd9070fccd Regenerate the parser bindings 6 years ago
Dimitar Dobrev 403440dac2 Ignore unused destructors when generating symbols 6 years ago
Dimitar Dobrev 8fd6ea1863 Fix the printing of "noexcept" in C++ 6 years ago
Dimitar Dobrev be54a8b695 Make destructors virtual in abstract classes for tests 6 years ago
João Matos 249578f884
Update README.md 6 years ago
Joao Matos b15ca8827e Avoid generating abstract implementations for template classes. 6 years ago
Joao Matos 3409498738 Fix template type checking in CovariantTypeComparer. 6 years ago
Joao Matos 36896f5859 Git ignore nested temporary obj folders. 6 years ago
Joao Matos abf219b019 Fix compile warning for unused variable. 6 years ago
Joao Matos fb1f637ec3 Workaround System.TypeLoad exception when running test-suite on macOS. 6 years ago
Ghasan Al-Sakkaf 0b9b10d2f5 Fix enum with zeros for hex literals 6 years ago
Dimitar Dobrev 74eab9f6cc Fix the moving of free functions to classes to match by module too 6 years ago