summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Fix passing two floating-point values in complex separately by two GP...Jim Lin2020-06-252-0/+50
* [RISCV] Fix sysroot tests without GCC on RISC-V hosts with GCCLuís Marques2020-06-252-0/+2
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+12
* [X86] Add tests to clang Driver to ensure that SLH/Retpoline features are not...Scott Constable2020-06-241-0/+7
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-241-5/+0
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+5
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+5
* [Driver] Support -fsanitize=shadow-call-stack and cfi-icall on aarch64_beFangrui Song2020-06-241-2/+3
* [Driver] Support -fsanitize=shadow-call-stack on aarch64_beFangrui Song2020-06-241-0/+4
* [PowerPC] Treat 'Z' inline asm constraint as a true memory constraintNemanja Ivanovic2020-06-221-0/+13
* [AARch64] Add Marvell ThunderX3T110 supportWei Zhao2020-06-171-0/+28
* [clang] Fix crash on visiting null nestedNameSpecifier.Haojian Wu2020-06-101-0/+6
* PR45063: Fix crash on invalid processing an elaborated class template-idRichard Smith2020-06-101-0/+4
* [clang] Persist Attr::IsPackExpansion into the PCHNathan Ridge2020-06-101-0/+25
* PR45350: Handle unsized array CXXConstructExprs in constant evaluationRichard Smith2020-05-181-0/+20
* [CodeGen] fix inline builtin-related breakage from D78162George Burgess IV2020-05-071-0/+16
* [CodeGen] only add nobuiltin to inline builtins if we'll emit themGeorge Burgess IV2020-05-071-0/+25
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-062-1/+20
* [Sema] Allow function attribute patchable_function_entry on aarch64_beFangrui Song2020-05-061-0/+1
* Teach TreeTransform to substitute into resolved TemplateArguments.Richard Smith2020-04-141-0/+34
* Use FinishThunk to finish musttail thunksReid Kleckner2020-04-132-0/+56
* [CUDA] Warn about unsupported CUDA SDK version only if it's used.Artem Belevich2020-03-231-0/+5
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-193-2/+5
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-191-0/+13
* Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...Hans Wennborg2020-03-181-13/+0
* Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...Hans Wennborg2020-03-183-5/+2
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-173-2/+5
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-171-0/+13
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-2/+67
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-121-19/+1
* PR45124: Don't leave behind pending cleanups when declaring implicitRichard Smith2020-03-111-0/+15
* [Concepts] Add constraints checks to isSameEntitySaar Raz2020-03-101-0/+37
* [Concepts] Add null check for TemplateTypeParmType::getDecl() in GetContained...Saar Raz2020-03-061-0/+12
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-041-1/+19
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-2/+11
* Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"Hans Wennborg2020-02-272-33/+0
* [driver][darwin] Don't use -platform_version flag by default (PR44813)Hans Wennborg2020-02-274-9/+27
* Put microsoft template parameter shadow warning behind separate flag (PR44794)Hans Wennborg2020-02-261-0/+11
* [remark][diagnostics] [codegen] Fix PR44896Rong Xu2020-02-261-0/+15
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-1922-167/+173
* PR44890: Inherit explicitly-specified template arguments into base classRichard Smith2020-02-191-0/+17
* [Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea2020-02-131-8/+23
* Fix a reentrance bug with deserializing ObjC type parameters.John McCall2020-02-133-0/+25
* Fix type-dependency of bitfields in templatesElizabeth Andrews2020-02-132-1/+15
* [Concepts] Do not check constraints if not all template arguments have been d...Saar Raz2020-02-121-0/+6
* [OpenCL] Restrict addr space conversions in nested pointersAnastasia Stulova2020-02-125-7/+50
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-121-0/+8
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-102-5/+78
* [analyzer] Fix a couple of bugs in HTML report generation.Artem Dergachev2020-02-104-0/+111
* [Concepts] Fix incorrect check when instantiating abbreviated template type-c...Saar Raz2020-02-061-7/+11
OpenPOWER on IntegriCloud