summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-20/+17
* Fix "pointer is null" clang static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-23/+14
* [OpenCL] Add MSAA sharing extension builtin functionsSven van Haastregt2020-01-141-0/+37
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-141-1/+2
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-1/+1
* Remove duplicate variable. NFCI.Simon Pilgrim2020-01-141-1/+0
* Merge isa<> and getAs<> calls to fix "pointer is null" static analyzer warnin...Simon Pilgrim2020-01-141-6/+5
* PR44514: Fix recovery from noexcept with non-convertible expressionsErich Keane2020-01-131-2/+10
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-131-15/+147
* Sema::getOwningModule - take const Decl* type.Simon Pilgrim2020-01-131-4/+3
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-111-6/+6
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-111-2/+1
* [Sema] Improve -Wrange-loop-analysis warnings.Mark de Wever2020-01-111-4/+16
* [Concepts] Fix MarkUsedTemplateParameters for exprsSaar Raz2020-01-111-25/+20
* Clean up and slightly generalize implementation of composite pointerRichard Smith2020-01-101-126/+212
* Add a FIXME and corresponding test coverage for some suspicious behaviorRichard Smith2020-01-101-0/+3
* Remove redundant implicit cast creation.Richard Smith2020-01-101-2/+0
* Support function attribute patchable_function_entryFangrui Song2020-01-101-0/+23
* Add support for __declspec(guard(nocf))Andrew Paverd2020-01-101-0/+22
* [CodeComplete] Suggest 'return nullptr' in functions returning pointersIlya Biryukov2020-01-101-0/+7
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2020-01-093-131/+165
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-092-100/+143
* Add builtins for aligning and checking alignment of pointers and integersAlex Richardson2020-01-091-0/+87
* Improve support of GNU mempcpyserge-sans-paille2020-01-091-2/+5
* [Concepts] Function trailing requires clausesSaar Raz2020-01-0914-212/+648
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-091-4/+3
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-091-2/+2
* [LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...Gabor Horvath2020-01-071-5/+3
* [OPENMP]Do not diagnose references to non-integral types for ref inAlexey Bataev2020-01-071-2/+2
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-2/+1
* Always deduce the lengths of contained parameter packs when deducing aRichard Smith2020-01-062-21/+34
* [OPENMP]Fix crash on error message for declare reduction.Alexey Bataev2020-01-031-1/+2
* [OpenMP] diagnose zero-length array section in the depend clauseKelvin Li2020-01-031-0/+16
* [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.Alexey Bataev2020-01-021-3/+2
* Improve Wrange-loop-analyses for rvalue referenceMark de Wever2020-01-011-1/+3
* Adds fixit hints to the -Wrange-loop-analysisMark de Wever2020-01-011-3/+6
* [OpenCL] Remove redundant foreach in OpenCLBuiltins.td; NFCSven van Haastregt2019-12-311-76/+32
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-1/+6
* [OpenCL] Add mipmap builtin functionsSven van Haastregt2019-12-301-0/+177
* Allow redeclaration of __declspec(uuid)Zachary Henkel2019-12-282-3/+9
* Revert "CWG2352: Allow qualification conversions during reference binding."David Blaikie2019-12-273-164/+136
* [OpenCL] Fix inconsistency between opencl and c11 atomic fetch max/minYaxun (Sam) Liu2019-12-271-2/+2
* [OpenCL] Pretty print __private addr spaceAnastasia Stulova2019-12-271-1/+1
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-262-8/+8
* [OPENMP]Add extra checks and initialization for clause modifier.Alexey Bataev2019-12-241-0/+8
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-242-20/+51
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-231-4/+9
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-11/+35
* [OpenCL] Add atomic builtin functionsSven van Haastregt2019-12-231-0/+79
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-235-49/+617
OpenPOWER on IntegriCloud