aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-10-22Refactor DependencyScanningTool to its own fileKousik Kumar
2019-10-21[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-21[Clang] Add VerboseOutputStream to CompilerInstanceScott Linder
2019-10-21Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson
2019-10-21Fix Wdocumentation warning. NFCI.Simon Pilgrim
2019-10-19Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer
2019-10-19Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu
2019-10-19[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-19New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu
2019-10-19Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne
2019-10-19[hip][cuda] Fix the extended lambda name mangling issue.Michael Liao
2019-10-19[c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith
2019-10-18[OPENMP50]Add support for master taskloop simd.Alexey Bataev
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