aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2020-03-16[Coroutines] Do not evaluate InitListExpr of a co_returnJun Ma
2020-03-16[analyzer] Fix modeling some library functions when UCHAR_MAX > INT_MAX.Artem Dergachev
2020-03-15[Driver][test] Add a specific test file for -fmerge-all-constantsFangrui Song
2020-03-15[tblgen] Remove unused private field. NFC.Benjamin Kramer
2020-03-15[Clang][SVE] Parse builtin type string for scalable vectorsSander de Smalen
2020-03-14Remove an unnecessary explicit 'WarnDiag'; NFCAaron Ballman
2020-03-14Remove some explicit calls to getName() when printing diagnostics; NFCAaron Ballman
2020-03-14Improve the attribute language option interface somewhat; NFCi.Aaron Ballman
2020-03-13PR44992 Don't crash when a defaulted <=> is in a class declared in aRichard Smith
2020-03-13PR45063: Fix crash on invalid processing an elaborated class template-idRichard Smith
2020-03-13[OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice.Alexey Bataev
2020-03-13[Sema] Use the canonical type in function isVectorAkira Hatanaka
2020-03-13Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Nico Weber
2020-03-13[Sema][SVE] Reject arrays of sizeless typesRichard Sandiford
2020-03-13[Sema][SVE] Reject by-copy capture of sizeless typesRichard Sandiford
2020-03-13[Sema][SVE] Don't allow fields to have sizeless typeRichard Sandiford
2020-03-13Debug Info: Store the SDK in the DICompileUnit.Adrian Prantl
2020-03-13[CMake] Explicitly specify paths to libc++abi in CrossWinToARMLinux.cmakeSergej Jaskiewicz
2020-03-13[OPENMP]Reduce number of captured global vars.Alexey Bataev
2020-03-13[Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea
2020-03-13[HIP] Mark kernels with uniform-work-group-size=trueYaxun (Sam) Liu
2020-03-13Added 'const' as suggested by ClangTidy llvm-qualified-autoDmitri Gribenko
2020-03-13Refactor SourceLocationTest to `using namespace`Marcel Hlopko
2020-03-13[Sema] Fix location of star ('*') inside MemberPointerTypeLocMarcel Hlopko
2020-03-13Modernize DeclTestMarcel Hlopko
2020-03-12Add a test triple to avoid failure under MS ABI.Richard Smith
2020-03-12[clang][Parse] properly parse asm-qualifiers, asm inlineNick Desaulniers
2020-03-12[SVE] Update API ConstantVector::getSplat() to use ElementCount.Huihui Zhang
2020-03-12Defer checking for mismatches between the deletedness of and overridingRichard Smith
2020-03-12[Hexagon] Enable init_arrays when target is linux-muslSid Manning
2020-03-12Sink more Attr.h inline methods, NFCReid Kleckner
2020-03-12Fix unused variable warning. NFCI.Simon Pilgrim
2020-03-12Replace getAs with castAs to fix null dereference static analyzer warning.Simon Pilgrim
2020-03-12CGOpenMPRuntime::emitDeclareTargetVarDefinition - fix static analyzer null de...Simon Pilgrim
2020-03-12[Sema][SVE] Don't allow static or thread-local variables to have sizeless typeRichard Sandiford
2020-03-12[Sema][SVE] Reject atomic sizeless typesRichard Sandiford
2020-03-12[Sema][SVE] Reject aligned/_Alignas for sizeless typesRichard Sandiford
2020-03-12[Sema][SVE] Reject sizeof and alignof for sizeless typesRichard Sandiford
2020-03-12[CUDA] Warn about unsupported CUDA SDK version only if it's used.Artem Belevich
2020-03-12[Sema][SVE] Add tests for valid and invalid type usageRichard Sandiford
2020-03-12Replace getAs/dyn_cast with castAs/cast to fix null dereference static analyz...Simon Pilgrim
2020-03-12[AST][SVE] Add new Type queries for sizeless typesRichard Sandiford
2020-03-12[TableGen] Move generated *Attr class methods out of lineReid Kleckner
2020-03-12ObjCMethodDecl::findPropertyDecl - fix static analyzer null dereference warn...Simon Pilgrim
2020-03-12Replace getAs with castAs to fix null dereference static analyzer warnings.Simon Pilgrim
2020-03-12Fix static analyzer null dereference warning. NFCI.Simon Pilgrim
2020-03-12Replace getAs with castAs to fix null dereference static analyzer warnings.Simon Pilgrim
2020-03-12[OpenCL] Add missing get_image_array_size builtinsSven van Haastregt
2020-03-12[clang] Prune 'IsOMPStructuredBlock' Stmt bitRoman Lebedev
2020-03-12[ARM,MVE] Add intrinsics and isel for MVE fused multiply-add.Simon Tatham