summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-043-5/+21
* Further improve -Wbool-operation bitwise negation messageSam McCall2019-10-041-1/+1
* [NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky2019-10-041-1/+1
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-041-2/+17
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-041-32/+36
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-043-45/+50
* OverloadCandidate::getNumParams - silence static analyzer getAs<FunctionProto...Simon Pilgrim2019-10-031-2/+2
* [HIP] Use option -nogpulib to disable linking device libYaxun Liu2019-10-031-1/+3
* Check for qualified function types after substituting into the operandRichard Smith2019-10-032-0/+4
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-17/+35
* [NFC] Added missing changes for rL373614David Bolvansky2019-10-031-0/+3
* [libTooling] Add various Stencil combinators for expressions.Yitzhak Mandelbaum2019-10-031-1/+16
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-0/+5
* [clang][NFC] Fix misspellings in ExternalASTMerger.hRaphael Isemann2019-10-031-4/+4
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-035-21/+2
* For P0784R7: support placement new-expressions in constant evaluation.Richard Smith2019-10-031-15/+29
* For P0784R7: allow direct calls to operator new / operator delete fromRichard Smith2019-10-031-2/+13
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-025-2/+21
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-022-2/+20
* [clang-rename] Better renaming the typedef decl.Haojian Wu2019-10-021-1/+11
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-021-6/+23
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-028-16/+16
* Remove TypeNodes.def from the modulemap.John McCall2019-10-021-1/+0
* Emit TypeNodes.def with tblgen.John McCall2019-10-014-138/+112
* [Diagnostics] Make -Wenum-compare-conditional off by defaultDavid Bolvansky2019-10-012-2/+2
* [Diagnostics] Move warning into the subgroup (-Wenum-compare-conditional)David Bolvansky2019-10-012-2/+3
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-1/+8
* Fix crash on value-dependent delete-expressions.Richard Smith2019-09-301-2/+2
* [OPENMP50]Mark declare variant attribute as inheritable.Alexey Bataev2019-09-301-1/+2
* Teach CallGraph to look into Generic Lambdas.Erich Keane2019-09-302-0/+8
* [Clang] Use -main-file-name for source filename if not setTeresa Johnson2019-09-301-1/+1
* Correct function declarations; NFC.Aaron Ballman2019-09-301-2/+2
* DeclCXX/ExprCXX - silence static analyzer getAs<> null dereference warnings. ...Simon Pilgrim2019-09-302-5/+4
* [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...Raphael Isemann2019-09-301-0/+6
* For now, disallow lifetime-extended temporaries with non-trivial (butRichard Smith2019-09-291-0/+3
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-293-6/+30
* For P0784R7: add support for explicit destructor calls andRichard Smith2019-09-271-14/+21
* [libTooling] Transformer: refine `SourceLocation` specified as anchor of chan...Yitzhak Mandelbaum2019-09-271-0/+6
* [OpenCL] Pass LangOptions as const refSven van Haastregt2019-09-271-3/+3
* [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo2019-09-271-0/+4
* Revert r373034Nicholas Allegra2019-09-271-2/+1
* For P0784R7: add support for new (std::nothrow).Richard Smith2019-09-271-0/+1
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-272-1/+89
* [Consumed][NFC] Refactor handleCall to take function argument list.Nicholas Allegra2019-09-261-1/+2
* [OPENMP50]Emit warnings if the functions was defined/used before markedAlexey Bataev2019-09-261-2/+5
* [analyzer] Avoid small vectors of non-default-constructibles.Artem Dergachev2019-09-261-1/+1
* [libTooling] Add `run` combinator to Stencils.Yitzhak Mandelbaum2019-09-261-0/+5
* Simplify -fms-compatibility include lookup logic, NFCReid Kleckner2019-09-251-1/+1
* [clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad2019-09-252-0/+3
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-255-11/+75