summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-081-0/+3
* [clang] Fix format specifiers fixitsAlexander Shaposhnikov2017-06-081-0/+59
* Revert "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-081-26/+0
* Frontend support for Nios2 target.Nikolai Bozhenov2017-06-081-0/+26
* [sanitizer-coverage] Allow using KASAN instrumentation with sancovAlexander Potapenko2017-06-081-0/+1
* Do not inherit default arguments for friend function in class template.Serge Pavlov2017-06-081-0/+33
* Improve diagnostics if friend function redefines file-level function.Serge Pavlov2017-06-081-0/+28
* Catch invalid bitwise operation on vector of floatsSerge Pavlov2017-06-081-0/+27
* Weaken restriction in r304862 to allow implicit deduction guides to referenceRichard Smith2017-06-081-0/+8
* Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-072-0/+97
* When determining the target function of an explicit instantiation, makeJohn McCall2017-06-071-0/+13
* [c++1z] Support deducing B in noexcept(B).Richard Smith2017-06-074-7/+71
* Finish revert of "r304929, [mips] Add runtime options to enable/disable madd/...Simon Dardis2017-06-071-0/+0
* Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-072-96/+0
* [mips] Add runtime options to enable/disable madd.fmt and msub.fmtPetar Jovanovic2017-06-072-0/+96
* [CodeGen] Add thumb-mode to target-features for arm/thumb triples.Florian Hahn2017-06-074-22/+53
* [ARM] Fix Neon vector type alignment to 64-bitJaved Absar2017-06-071-0/+17
* [Driver] Add test to cover case when LSan is not supportedMaxim Ostapenko2017-06-071-0/+6
* Fix a couple of class template argument deduction crashes with libc++'s tuple.Richard Smith2017-06-071-0/+24
* [WebAssembly] Set MaxAtomicInlineWidth to 64.Dan Gohman2017-06-071-2/+2
* Improve error recovery for missing 'template' keyword in contexts where theRichard Smith2017-06-071-0/+22
* [ARM] Add support for target("arm") and target("thumb").Florian Hahn2017-06-061-0/+19
* [Driver] Don't force .exe suffix for lldShoaib Meenai2017-06-061-1/+1
* PR33318: Add missing full-expression checking to static_assert expression.Richard Smith2017-06-062-3/+7
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-0/+8
* Fix crash when an 'import a module' TypoCorrection has its CorrectionDeclsRichard Smith2017-06-053-0/+14
* Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith2017-06-054-15/+25
* Attempt to fix Windows buildbot failure due to mismatching directory separato...Richard Smith2017-06-051-2/+11
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-1/+6
* [test] Fix baremetal test to allow any -resource-dirMichal Gorny2017-06-051-2/+2
* [analyzer] Don't add arrow to the inlined function's decl when it has no body.Artem Dergachev2017-06-051-1/+187
* [analyzer] Nullability: fix notes around synthesized ObjC property accessors.Artem Dergachev2017-06-051-0/+18
* [OpenCL] Fix pipe size in TypeInfo.Anastasia Stulova2017-06-051-0/+16
* Add support for #pragma clang sectionJaved Absar2017-06-053-0/+136
* Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin2017-06-051-3/+0
* Implement isDefined by call to isThisDeclarationADefinition.Serge Pavlov2017-06-041-3/+3
* tests: silence -Wobjc-root-class warningsSaleem Abdulrasool2017-06-033-7/+7
* CodeGen: fix section names for different file formatsSaleem Abdulrasool2017-06-036-16/+88
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-031-0/+3
* [coroutines] Fix rebuilding of dependent coroutine parametersEric Fiselier2017-06-032-0/+47
* Revert r304592Richard Trieu2017-06-031-18/+0
* Fix assertion failure if we can't deduce a template argument for a variableRichard Smith2017-06-021-17/+19
* [ODRHash] Add support for TemplateArgument types.Richard Trieu2017-06-021-0/+18
* [OpenCL] Harden function pointer diagnostics.Alexey Bader2017-06-021-0/+7
* ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz2017-06-022-7/+12
* Tie the macOS tests in test/Integration to the latest macOS SDKAlex Lorenz2017-06-024-0/+6
* clang/test/CodeGenCXX/unaligned-member-qualifier.cpp: Satisfy x86_thiscallcc.NAKAMURA Takumi2017-06-021-4/+4
* Remove file that I forgot to remove as part of rL304523Roger Ferrer Ibanez2017-06-021-20/+0
* Mangle __unaligned in Itanium ABIRoger Ferrer Ibanez2017-06-023-0/+63
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-029-3/+56