aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-10-17[analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev
2019-10-17Reland: Dead Virtual Function EliminationOliver Stannard
2019-10-16[OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev
2019-10-16[libTooling] Fix r374962: add more Transformer forwarding decls.Yitzhak Mandelbaum
2019-10-16[libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum
2019-10-15Remove unnecessary and inappropriate forward-declaration of Sema fromRichard Smith
2019-10-15[OPENMP]Fix comments/params, NFC.Alexey Bataev
2019-10-15[OPENMP]Allow final clause in combined task-based directives.Alexey Bataev
2019-10-15[Concept] Associated Constraints InfrastructureSaar Raz
2019-10-15Added support for "#pragma clang section relro=<name>"Dmitry Mikulin
2019-10-15Reland [Driver] Fix -working-directory issuesJan Korous
2019-10-15Add more information to JSON AST dumping of source locations.Aaron Ballman
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber
2019-10-15Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15[WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively
2019-10-14Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya
2019-10-14Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher
2019-10-14[Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-10-14PR43080: Do not build context-sensitive expressions during name classification.Richard Smith
2019-10-14[OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev
2019-10-14[clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous
2019-10-14[OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev
2019-10-14[OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev
2019-10-14[OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev
2019-10-12[clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi
2019-10-11[ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai
2019-10-11[Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai
2019-10-11Update clang module map for new excluded .def file.Richard Smith
2019-10-11Reland r374450 with Richard Smith's comments and test fixed.Erich Keane
2019-10-11[libTooling] Move `RewriteRule` abstraction into its own header and impl.Yitzhak Mandelbaum
2019-10-11[libTooling] Change Stencil equality to use `toString()`Yitzhak Mandelbaum
2019-10-11Dead Virtual Function EliminationOliver Stannard
2019-10-11Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith
2019-10-10Fix help message for -ffp-contractYaxun Liu
2019-10-10PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith
2019-10-10Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber
2019-10-10Fix __builtin_assume_aligned with too large values.Erich Keane
2019-10-10Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner
2019-10-10[OPENMP50]Support for 'master taskloop' directive.Alexey Bataev
2019-10-10[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman
2019-10-10In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar
2019-10-10Remove rest of time-trace message as it is inconsistent styleRussell Gallop
2019-10-10[ast] Fix indentation. NFC.Michael Liao
2019-10-10[sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao
2019-10-10[libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum
2019-10-10Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner
2019-10-10Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner
2019-10-09[CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu