summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Add ExpressionEvaluationContexts to instantiation of constraintsSaar Raz2020-01-241-0/+8
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-2430-273/+1078
* [Concepts] Profile TypeConstraints in ProfileTemplateParameterListSaar Raz2020-01-241-1/+4
* [Concepts] Fix bug when referencing function parameters in instantiated funct...Saar Raz2020-01-241-3/+3
* [Concepts] Fix incorrect recovery in TryAnnotateTypeConstraintSaar Raz2020-01-241-1/+4
* [Concepts] Fix circular AST->Sema dependency in ASTConcept.cppSaar Raz2020-01-241-1/+4
* [Concepts] Constraint Satisfaction CachingSaar Raz2020-01-244-32/+72
* [Concepts] Fix name-type conflict compilation issuesSaar Raz2020-01-241-4/+4
* [Concepts] Requires ExpressionsSaar Raz2020-01-2438-196/+1881
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-249-121/+128
* [Concepts] Fix ConceptSpecializationExpr profiling crashSaar Raz2020-01-241-3/+3
* [Sema] Avoid Wrange-loop-analysis false positivesMark de Wever2020-01-231-0/+6
* [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea2020-01-222-2/+2
* [HIP] use GetProgramPath for executable discoveryHolger Wünsche2020-01-221-15/+8
* [clang-format] Expand the SpacesAroundConditions option to include catch stat...mydeveloperday2020-01-211-1/+1
* Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...Hans Wennborg2020-01-173-1/+21
* Revert "Allow system header to provide their own implementation of some builtin"Amy Huang2020-01-173-21/+1
* Revert "[OPENMP]Do not use RTTI by default for NVPTX devices."Alexey Bataev2020-01-171-2/+1
* Add __warn_memset_zero_len builtin as a workaround for glibc issueserge-sans-paille2020-01-171-0/+2
* PR42694 Support explicit(bool) in older language modes as an extension.Richard Smith2020-01-173-12/+66
* Fix pack deduction to only deduce the arity of packs that are actuallyRichard Smith2020-01-171-20/+30
* Work around PR43337: don't try to use the vec_sel overloads for vector long l...Richard Smith2020-01-171-2/+2
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-161-0/+4
* [Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...Scott Egerton2020-01-151-0/+2
* Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton2020-01-153-12/+1
* [Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundariesFangrui Song2020-01-141-2/+55
* [ODRHash] Fix wrong error message with bitfields and mutable.Weverything2020-01-141-8/+16
* Relax the rules around objc_alloc and objc_alloc_init optimizations.Pierre Habouzit2020-01-141-21/+19
* PR44540: Prefer an inherited default constructor over an initializerRichard Smith2020-01-142-39/+45
* [Concepts] Type ConstraintsSaar Raz2020-01-1520-209/+864
* [X86] ABI compat bugfix for MSVC vectorcallReid Kleckner2020-01-141-75/+61
* Allow /D flags absent during PCH creation under msvc-compatZachary Henkel2020-01-141-1/+3
* [remark][diagnostics] Using clang diagnostic handler for IR input filesRong Xu2020-01-141-17/+76
* [OPENMP]Do not use RTTI by default for NVPTX devices.Alexey Bataev2020-01-141-1/+2
* make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák2020-01-154-11/+27
* -fmodules-codegen should not emit extern templatesLuboš Luňák2020-01-141-2/+3
* [OPENMP]Do not emit special virtual function for NVPTX target.Alexey Bataev2020-01-141-1/+6
* Remove trailing `;`. NFC.Michael Liao2020-01-141-1/+1
* [DebugInfo] Add option to clang to limit debug info that is emitted for classes.Amy Huang2020-01-141-0/+17
* [analyzer] Fix SARIF column locationsJoe Ranieri2020-01-141-21/+59
* [OPENMP]Improve handling of possibly incorrectly mapped types.Alexey Bataev2020-01-141-2/+18
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-4/+4
* [RISCV] Add Clang frontend support for Bitmanip extensionScott Egerton2020-01-143-1/+12
* 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
* [Syntax] Unset IsOriginal flag on nodes removed from the treeIlya Biryukov2020-01-141-8/+19
* [Syntax] Mark synthesized nodes as modifiableIlya Biryukov2020-01-141-0/+4
* [Syntax] Assert invariants on tree structure and fix a bug in mutationsIlya Biryukov2020-01-144-9/+56
* [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
OpenPOWER on IntegriCloud