summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-106-4/+391
* [x86][inline-asm][clang] accept 'v' constraintMichael Zuckerman2016-10-101-0/+30
* When optimizing for size, enable loop rerolling by defaultHal Finkel2016-10-091-0/+5
* [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar2016-10-082-7/+7
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-083-0/+104
* [analyzer] Re-apply r283094 "Improve CloneChecker diagnostics"Artem Dergachev2016-10-0811-29/+214
* [analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"Artem Dergachev2016-10-083-9/+87
* [CUDA] Do a better job at detecting wrong-side calls.Justin Lebar2016-10-082-1/+42
* Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...Michal Gorny2016-10-071-15/+0
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-071-0/+15
* Update clang test to accomendate discriminator change in https://reviews.llvm...Dehao Chen2016-10-072-4/+5
* [analyzer] Don't merge different return nodes in ExplodedGraphDaniel Marjamaki2016-10-072-2/+14
* [ARM]: Add Cortex-R52 targetJaved Absar2016-10-072-0/+33
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-064-11/+15
* [analyzer] Add explanation why analyzer report is not generated (fix for PR12...Anton Yartsev2016-10-062-0/+16
* [coroutines] Fix co_return statement for initializer list argumentsEric Fiselier2016-10-061-5/+19
* [modules] Be sure to emit local specializations of imported templates, even ifRichard Smith2016-10-066-4/+18
* [OpenMP] Check if the template specialization is mappable instead of speciali...David Sheinkman2016-10-061-0/+12
* [Sema] Fix PR30520: Handle incomplete field types in transparent_union unionsAlex Lorenz2016-10-061-0/+9
* Add missing -no-canonical-prefixes.Benjamin Kramer2016-10-062-2/+2
* Fix PR30440: Initialize FunctionTypeDepth in CXXNameManglerAlex Lorenz2016-10-061-0/+13
* [Driver] Add driver support for FuchsiaPetr Hosek2016-10-062-0/+73
* PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith2016-10-053-18/+118
* Removing optimization from the RUN lines and adjusting the checksNemanja Ivanovic2016-10-051-50/+2
* [Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss} to clangMichael Zuckerman2016-10-051-0/+28
* [Sema] Packed member warning: Use the typedef name for anonymous structuresAlex Lorenz2016-10-051-0/+35
* [analyzer] Improve "Assuming..." diagnostic pieces for logical operators.Artem Dergachev2016-10-052-148/+76
* [analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.Artem Dergachev2016-10-0510-59/+2273
* [CUDA] Add missing ':' to noexcept.cu test.Justin Lebar2016-10-051-1/+1
* [CUDA] Mark device functions as nounwind.Justin Lebar2016-10-043-5/+44
* Separate builtins for x84-64 and i386; implement __mulh and __umulhAlbert Gutowski2016-10-042-4/+34
* clang-cl: Make /Fo apply also when using -fltoHans Wennborg2016-10-041-0/+1
* clang-cl: Use the .obj file extension also in LTO modeHans Wennborg2016-10-041-0/+1
* clang-cl: expose the -fuse-ld optionHans Wennborg2016-10-041-0/+3
* clang-cl: Expose the -flto optionHans Wennborg2016-10-041-0/+1
* [clang] make reciprocal estimate codegen a function attributeSanjay Patel2016-10-041-0/+7
* [ubsan] Disable bounds-check for flexible array ivarsVedant Kumar2016-10-041-0/+59
* Test what happens when tag lookup and redeclaration lookup disagreeReid Kleckner2016-10-041-0/+9
* [MS] Move hex long long sign compat hack to -fms-compatibilityReid Kleckner2016-10-042-11/+19
* [OpenMP] fix segfault when a variable referenced in reduction clause is a ref...David Sheinkman2016-10-0417-0/+111
* Do not find friend function definitions inside non-instantiated class.Serge Pavlov2016-10-043-0/+207
* Revert "[XRay] Check in Clang whether XRay supports the target when -fxray-in...Dean Michael Berris2016-10-041-3/+0
* [XRay] Check in Clang whether XRay supports the target when -fxray-instrument...Dean Michael Berris2016-10-041-0/+3
* Revert "[analyzer] Improve CloneChecker diagnostics" as its depends on revert...Vitaly Buka2016-10-0411-214/+29
* Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...Vitaly Buka2016-10-043-87/+9
* [coroutines] Switch to using std::experimental namespace per P0057R5Gor Nishanov2016-10-041-19/+34
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-032-0/+66
* ObjectiveC: fix a seg fault when deserialing redeclaration of ObjCMethodDecl.Manman Ren2016-10-032-0/+12
* [CUDA] Disallow overloading destructors.Justin Lebar2016-10-034-58/+33
* [ARC] Ignore qualifiers in copy-restore expressionsVedant Kumar2016-10-031-0/+14