summaryrefslogtreecommitdiff
path: root/include/clang/Basic
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-152-2/+12
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-152-12/+2
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-3/+8
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-152-2/+12
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+10
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-141-4/+0
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-8/+3
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-3/+8
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-141-0/+5
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-142-0/+27
* [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai2019-10-111-4/+0
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-111-0/+4
* Dead Virtual Function EliminationOliver Stannard2019-10-111-0/+4
* PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith2019-10-101-1/+2
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-4/+0
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-0/+4
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-0/+1
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-102-0/+25
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman2019-10-101-4/+4
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-091-0/+2
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-091-0/+3
* [c++20] Implement most of P1152R4.Richard Smith2019-10-092-0/+19
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-081-2/+6
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-083-0/+39
* [OPENMP50]Do not allow multiple same context traits in the same contextAlexey Bataev2019-10-081-0/+5
* [OPENMP50]Prohibit multiple context selector sets in context selectors.Alexey Bataev2019-10-081-0/+4
* [Diagnostics] Emit better -Wbool-operation's warning message if we known that...David Bolvansky2019-10-071-1/+2
* [NFCI] Slightly improve warning messageDavid Bolvansky2019-10-051-1/+1
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-042-4/+6
* Further improve -Wbool-operation bitwise negation messageSam McCall2019-10-041-1/+1
* [NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky2019-10-041-1/+1
* Check for qualified function types after substituting into the operandRichard Smith2019-10-031-0/+2
* [NFC] Added missing changes for rL373614David Bolvansky2019-10-031-0/+3
* For P0784R7: support placement new-expressions in constant evaluation.Richard Smith2019-10-031-15/+29
* For P0784R7: allow direct calls to operator new / operator delete fromRichard Smith2019-10-031-2/+13
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-021-0/+15
* Emit TypeNodes.def with tblgen.John McCall2019-10-011-0/+106
* [Diagnostics] Make -Wenum-compare-conditional off by defaultDavid Bolvansky2019-10-012-2/+2
* [Diagnostics] Move warning into the subgroup (-Wenum-compare-conditional)David Bolvansky2019-10-012-2/+3
* [OPENMP50]Mark declare variant attribute as inheritable.Alexey Bataev2019-09-301-1/+2
* For now, disallow lifetime-extended temporaries with non-trivial (butRichard Smith2019-09-291-0/+3
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-292-2/+6
* For P0784R7: add support for explicit destructor calls andRichard Smith2019-09-271-14/+21
* [OpenCL] Pass LangOptions as const refSven van Haastregt2019-09-271-3/+3
* [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo2019-09-271-0/+4
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-0/+44
* [OPENMP50]Emit warnings if the functions was defined/used before markedAlexey Bataev2019-09-261-2/+5
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-253-2/+48
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-252-2/+42
* [HIP] Support new kernel launching APIYaxun Liu2019-09-241-0/+2