summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Refactor DependencyScanningTool to its own fileKousik Kumar2019-10-221-0/+48
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-212-1/+22
* [Clang] Add VerboseOutputStream to CompilerInstanceScott Linder2019-10-211-3/+21
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-211-4/+4
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-10-211-2/+2
* Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer2019-10-192-22/+1
* Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu2019-10-192-0/+5
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-192-1/+22
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-193-1/+7
* Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne2019-10-191-5/+5
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-192-14/+32
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-195-63/+188
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-195-0/+113
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-188-2/+114
* [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