summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev2019-10-171-4/+7
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-172-0/+11
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-162-11/+18
* [libTooling] Fix r374962: add more Transformer forwarding decls.Yitzhak Mandelbaum2019-10-163-8/+16
* [libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum2019-10-165-16/+71
* Remove unnecessary and inappropriate forward-declaration of Sema fromRichard Smith2019-10-151-1/+0
* [OPENMP]Fix comments/params, NFC.Alexey Bataev2019-10-151-4/+3
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-152-10/+18
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-155-116/+81
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-153-3/+13
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-151-0/+2
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-151-0/+2
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-156-6/+179
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-156-179/+6
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-155-6/+49
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-156-6/+179
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+10
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-142-11/+0
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-145-49/+6
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-145-6/+49
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-143-19/+100
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-142-9/+16
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-142-0/+5
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-142-9/+16
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-147-1/+111
* [OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev2019-10-141-0/+4
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-121-2/+2
* [ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai2019-10-111-2/+1
* [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai2019-10-112-12/+0
* Update clang module map for new excluded .def file.Richard Smith2019-10-111-0/+1
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-111-0/+4
* [libTooling] Move `RewriteRule` abstraction into its own header and impl.Yitzhak Mandelbaum2019-10-112-271/+291
* [libTooling] Change Stencil equality to use `toString()`Yitzhak Mandelbaum2019-10-111-24/+1
* Dead Virtual Function EliminationOliver Stannard2019-10-112-0/+11
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-112-204/+243
* Fix help message for -ffp-contractYaxun Liu2019-10-101-1/+2
* 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-102-0/+4
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-107-1/+109
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman2019-10-101-4/+4
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-101-0/+3
* Remove rest of time-trace message as it is inconsistent styleRussell Gallop2019-10-101-1/+6
* [ast] Fix indentation. NFC.Michael Liao2019-10-101-6/+2
* [sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao2019-10-101-6/+4
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-106-20/+20
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-102-13/+6
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-102-6/+13
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-091-0/+13