aboutsummaryrefslogtreecommitdiff
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Fix Wdocumentation warning by consistently using '///' comment blocks. NFCI.Simon Pilgrim2021-04-201-4/+4
* clang-format: [JS] do not merge imports and exports.Martin Probst2021-04-202-0/+10
* [C++, test] Fix typo in NSS* varsThomas Preud'homme2021-04-201-3/+2
* Re-land [GreedyRA ORE] Add Cost of spill locations into remarkSerguei Katkov2021-04-201-1/+1
* Revert "[clang-scan-deps] Add support for clang-cl"Alexandre Ganea2021-04-1925-314/+31
* [AST] Fix comparison to of SourceRanges in containerStephen Kelly2021-04-192-3/+14
* [AST] Update introspection API to use const-ref for copyable typesStephen Kelly2021-04-194-19/+21
* [CUDA][HIP] Allow non-ODR use of host var in deviceYaxun (Sam) Liu2021-04-195-36/+182
* [AIX] Diagnose thinLTO usage in clang on AIX.Wael Yehia2021-04-192-1/+11
* [clang] NFC: Fix range-based for loop warnings related to decl lookupJan Svoboda2021-04-196-15/+15
* Fix test/Frontend/print-header-includes.cHans Wennborg2021-04-191-1/+1
* [SystemZ][z/OS] Set more text files as textAbhina Sreeskantharajan2021-04-192-2/+3
* Rename -show-skipped-includes to -fshow-skipped-includes and make it a driver...Hans Wennborg2021-04-192-5/+7
* [clang][deps] NFC: Remove unused FullDependencies memberJan Svoboda2021-04-192-11/+4
* [clang][deps] Generate the full command-line for modulesJan Svoboda2021-04-194-28/+69
* [SystemZ][z/OS] Set files in FileRemapper.cpp are textAbhina Sreeskantharajan2021-04-191-5/+6
* [clang][parser] Unify rejecting (non) decl stmts with gnu attributesTimm Bäder2021-04-192-9/+3
* [clang][deps] Remove the -full-command-line flagJan Svoboda2021-04-194-33/+18
* [clang][deps] Simplify function discovering .pcm and .modulemap filesJan Svoboda2021-04-194-20/+34
* [clang][cli] NFC: Move conditional LangOptions parsing/generationJan Svoboda2021-04-192-41/+43
* [OpenCL] Change OpenCL builtin version encodingSven van Haastregt2021-04-192-16/+35
* [clang][cli] NFC: Use Diags to report parsing success/failureJan Svoboda2021-04-191-144/+110
* [clang] Implement CompilerInvocation copy assignmentJan Svoboda2021-04-193-3/+32
* [clang] Rename CompilerInvocationBase to RefBase, split out ValueBaseJan Svoboda2021-04-192-53/+60
* [RISCV][Driver] Make the ordering of CmdArgs consistent between RISCV::Linker...ShihPo Hung2021-04-182-2/+9
* Revert "[Coroutines] Set presplit attribute in Clang instead of CoroEarly pass"Xun Li2021-04-183-120/+50
* [Coroutines] Set presplit attribute in Clang instead of CoroEarly passXun Li2021-04-183-50/+120
* Revert "[Coroutines] Move CoroEarly pass to before AlwaysInliner"Xun Li2021-04-183-120/+50
* [Coroutines] Move CoroEarly pass to before AlwaysInlinerXun Li2021-04-183-50/+120
* [Introspection] Dont emit json if unchanged.Nathan James2021-04-181-2/+17
* [clang] Fix cross compiling clang for windows after 141945f950e2f3fMartin Storsjö2021-04-181-0/+1
* [AST][Introspection][NFC] Remove unnecessary temporary strings.Nathan James2021-04-181-11/+12
* [AST] Add TypeLoc support to node introspectionStephen Kelly2021-04-177-159/+821
* [clang-scan-deps] Add support for clang-clSylvain Audi2021-04-1725-31/+314
* [clang-scan-deps] Support double-dashes in clang command linesSylvain Audi2021-04-172-10/+11
* [AST] Enable AST node introspection on WIN32Stephen Kelly2021-04-171-1/+0
* [NFC] Fixed TyposJennifer Chukwu2021-04-171-1/+1
* [AST] Remove args from LocationCallStephen Kelly2021-04-173-26/+2
* [HIP] Support hipRTC in headerYaxun (Sam) Liu2021-04-175-2/+54
* [Pragma] Added support for GCC unroll/nounrollDávid Bolvanský2021-04-173-1/+116
* [CUDA][HIP] Mark device var used by host onlyYaxun (Sam) Liu2021-04-172-0/+69
* [AMDGPU] Add GlobalDCE before internalization passYaxun (Sam) Liu2021-04-171-0/+53
* Normalize interaction with boolean attributesSerge Guelton2021-04-171-1/+1
* [ASTReader] Only mark module out of date if not already compiledBen Barham2021-04-166-22/+71
* [clang][NFC] Fix a potential assert failureBen Shi2021-04-171-3/+3
* [funcattrs] Add the maximal set of implied attributes to definitionsPhilip Reames2021-04-161-1/+1
* [WebAssembly] Remove saturating fp-to-int target intrinsicsThomas Lively2021-04-162-22/+32
* DeclContext: Fix iterator categoryBjörn Schäpers2021-04-161-1/+1
* [Builtins] Add memory allocation builtins (PR12543)Dávid Bolvanský2021-04-162-1/+24
* [CUDA, FDO] Filter out profiling options from GPU-side compilations.Artem Belevich2021-04-162-23/+40