summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_beFangrui Song2020-06-242-8/+6
* [Driver] Support -fsanitize=shadow-call-stack on aarch64_beFangrui Song2020-06-242-2/+5
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-231-2/+2
* [PowerPC] Treat 'Z' inline asm constraint as a true memory constraintNemanja Ivanovic2020-06-222-1/+15
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-2/+1
* Fix compiler extension in standalone modeserge-sans-paille2020-06-171-1/+1
* Fix standalone build interaction with compiler extensionserge-sans-paille2020-06-171-1/+1
* Fix integration of pass plugins with llvm dylibserge-sans-paille2020-06-171-0/+1
* [AARch64] Add Marvell ThunderX3T110 supportWei Zhao2020-06-171-0/+28
* [Syntax] Merge overlapping top-level macros in TokenBufferSam McCall2020-06-102-9/+50
* [Syntax] Simplify TokenCollector::Builder, use captured expansion bounds. NFCSam McCall2020-06-101-158/+128
* [clang] Fix crash on visiting null nestedNameSpecifier.Haojian Wu2020-06-102-1/+10
* PR45063: Fix crash on invalid processing an elaborated class template-idRichard Smith2020-06-102-0/+7
* [clang] Persist Attr::IsPackExpansion into the PCHNathan Ridge2020-06-102-0/+28
* [clang] fix undefined behaviour in RawComment::getFormattedText()Oliver Bruns2020-05-181-1/+1
* PR45350: Handle unsized array CXXConstructExprs in constant evaluationRichard Smith2020-05-182-1/+42
* [CodeGen] fix inline builtin-related breakage from D78162George Burgess IV2020-05-072-3/+25
* [CodeGen] only add nobuiltin to inline builtins if we'll emit themGeorge Burgess IV2020-05-072-1/+27
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-071-0/+1
* [clang-format] [PR45357] Fix issue found with operator spacingmydeveloperday2020-05-072-1/+58
* clang-format: Fix pointer alignment for overloaded operators (PR45107)Hans Wennborg2020-05-072-14/+39
* [libclang] Remove duplicate dependency on LLVMSupportJan Korous2020-05-071-1/+0
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-067-21/+31
* [Sema] Allow function attribute patchable_function_entry on aarch64_beFangrui Song2020-05-062-1/+2
* [Clang] Fix Hurd toolchain test on a two-stage build with ThinLTOAlexandre Ganea2020-04-296-14/+35
* add release notes for ffp-model and ffp-exception-behaviorMelanie Blower2020-04-161-0/+7
* Teach TreeTransform to substitute into resolved TemplateArguments.Richard Smith2020-04-142-47/+72
* Use FinishThunk to finish musttail thunksReid Kleckner2020-04-133-2/+59
* [CUDA] Warn about unsupported CUDA SDK version only if it's used.upstream/llvmorg-10.0.0-rc6upstream/llvmorg-10.0.0llvmorg-10.0.0-rc6llvmorg-10.0.0Artem Belevich2020-03-233-13/+30
* clang/release notes: s/Subversion/git/Sylvestre Ledru2020-03-221-1/+1
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...upstream/llvmorg-10.0.0-rc5llvmorg-10.0.0-rc5Saar Raz2020-03-197-10/+25
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-192-1/+14
* Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...Hans Wennborg2020-03-182-14/+1
* Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...Hans Wennborg2020-03-187-25/+10
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-177-10/+25
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-172-1/+14
* add a missing dash to the release notesupstream/llvmorg-10.0.0-rc4llvmorg-10.0.0-rc4Hans Wennborg2020-03-131-1/+1
* add a few new warnings to the 10.0 clang release notesNico Weber2020-03-131-0/+22
* [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea2020-03-132-7/+18
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-1214-30/+231
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-128-51/+21
* PR45124: Don't leave behind pending cleanups when declaring implicitRichard Smith2020-03-112-3/+24
* [Concepts] Add constraints checks to isSameEntitySaar Raz2020-03-102-6/+98
* [Concepts] Add FoundDecl to ConceptSpecializationExpr serializationSaar Raz2020-03-102-0/+2
* [Concepts] Add null check for TemplateTypeParmType::getDecl() in GetContained...Saar Raz2020-03-062-1/+13
* clang-format release notes: Document the improvement with the AlwaysBreakAfte...Sylvestre Ledru2020-03-051-0/+2
* PR45083: Mark statement expressions as being dependent if they appear inupstream/llvmorg-10.0.0-rc3llvmorg-10.0.0-rc3Richard Smith2020-03-048-21/+51
* ReleaseNotes: Formatting and typo fixes.Peter Wu2020-03-041-31/+31
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-2/+11
* Add C standard upgrade in clang-11 release noteNick Desaulniers2020-03-021-0/+6