summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+4
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-241-4/+0
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+4
* [X86] Add Indirect Thunk Support to X86 to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+4
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-061-4/+5
* [Sema] Allow function attribute patchable_function_entry on aarch64_beFangrui Song2020-05-061-1/+1
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-191-2/+4
* Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...Hans Wennborg2020-03-181-4/+2
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-171-2/+4
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-124-11/+79
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-122-7/+7
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-042-7/+7
* Put microsoft template parameter shadow warning behind separate flag (PR44794)Hans Wennborg2020-02-262-2/+3
* [remark][diagnostics] [codegen] Fix PR44896Rong Xu2020-02-261-0/+3
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-199-98/+103
* PR44890: Inherit explicitly-specified template arguments into base classRichard Smith2020-02-191-0/+7
* [Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea2020-02-131-7/+9
* [OpenCL] Restrict addr space conversions in nested pointersAnastasia Stulova2020-02-121-0/+4
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-102-0/+5
* [Sema] Remove a -Wrange warning from -WallMark de Wever2020-02-032-5/+9
* PR44723: Trigger return type deduction for operator<=>s whose returnRichard Smith2020-01-311-0/+6
* [Concepts] Correctly form initial parameter mapping for parameter packs, supp...Saar Raz2020-01-312-5/+9
* [Concept] Fix incorrect check for containsUnexpandedParameterPack in CSESaar Raz2020-01-301-0/+13
* [CUDA] Assume the latest known CUDA version if we've found an unknown one.Artem Belevich2020-01-293-1/+8
* [Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz2020-01-253-4/+17
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-245-4/+6
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-244-3/+5
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-2415-68/+391
* [Concepts] Constraint Satisfaction CachingSaar Raz2020-01-245-23/+38
* [Concepts] Requires ExpressionsSaar Raz2020-01-2416-106/+800
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-243-21/+17
* Revert "PR17164: Change clang's default behavior from -flax-vector-conversion...Mitch Phillips2020-01-231-1/+1
* Clang] Fix expansion of response files in -Wp after integrated-cc1 changeAlexandre Ganea2020-01-231-1/+1
* Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...Hans Wennborg2020-01-171-0/+3
* Revert "Allow system header to provide their own implementation of some builtin"Amy Huang2020-01-171-3/+0
* Add __warn_memset_zero_len builtin as a workaround for glibc issueserge-sans-paille2020-01-171-0/+3
* PR42694 Support explicit(bool) in older language modes as an extension.Richard Smith2020-01-172-4/+24
* PR17164: Change clang's default behavior from -flax-vector-conversions=all to...Richard Smith2020-01-171-1/+1
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-161-0/+8
* Fix Wdocumentation warning. NFC.Simon Pilgrim2020-01-151-2/+0
* [Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundariesFangrui Song2020-01-142-0/+7
* [Concepts] Type ConstraintsSaar Raz2020-01-1511-102/+365
* [X86] ABI compat bugfix for MSVC vectorcallReid Kleckner2020-01-141-6/+5
* [Driver] Ignore -fno-semantic-interpositionFangrui Song2020-01-141-0/+1
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-145-12/+12
* [Syntax] Mark synthesized nodes as modifiableIlya Biryukov2020-01-141-0/+2
* [Syntax] Assert invariants on tree structure and fix a bug in mutationsIlya Biryukov2020-01-141-0/+6
* [ARM,MVE] Use the new Tablegen `defvar` and `if` statements.Simon Tatham2020-01-141-31/+27
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-132-0/+10
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-133-16/+30
OpenPOWER on IntegriCloud