summaryrefslogtreecommitdiff
path: root/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Avoids an assertion failure when an invalid conversion declaration is ...Richard Smith2019-10-061-0/+3
* [Diagnostics] Highlight expr's source range for -Wbool-operationDavid Bolvansky2019-10-051-0/+1
* SemaTemplate - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-4/+4
* TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-4/+4
* Remove redundant !HasDependentValue check. NFCI.Simon Pilgrim2019-10-051-1/+1
* SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-5/+5
* [Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation...David Bolvansky2019-10-051-1/+1
* [clang] fix a typo from r372531Yuanfang Chen2019-10-041-1/+1
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-041-15/+33
* SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-041-4/+4
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+3
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-049-33/+46
* Check for qualified function types after substituting into the operandRichard Smith2019-10-032-1/+16
* PR43547: substitute into the type of a non-type template parameter ifRichard Smith2019-10-031-3/+1
* [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa...David Bolvansky2019-10-031-1/+3
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-039-16/+17
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-022-3/+23
* Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-5/+5
* SemaOverload - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-25/+25
* SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-16/+16
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-024-5/+5
* Revert r368237 - Update fix-it hints for std::move warnings.Richard Trieu2019-10-021-27/+24
* [OPENMP]Fix PR43516: Compiler crash with collapse(2) on non-rectangularAlexey Bataev2019-10-011-5/+13
* [clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya2019-10-011-9/+4
* [Diagnostics] Warn if enumeration type mismatch in conditional expressionDavid Bolvansky2019-09-301-0/+28
* [OPENMP50]Do not emit warning for the function with the currentlyAlexey Bataev2019-09-301-2/+3
* [OPENMP] Fix comment, NFC.Alexey Bataev2019-09-301-1/+1
* Don't crash if a variable with a constexpr destructor has aRichard Smith2019-09-291-1/+2
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-0/+13
* SemaExpr - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-09-281-30/+30
* [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo2019-09-271-0/+3
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-0/+6
* [OpenMP 5.0] Fix user-defined mapper lookup in semaMichael Kruse2019-09-261-3/+11
* Always rebuild a DeclRefExpr if its FoundDecl would change.Richard Smith2019-09-261-0/+1
* [OPENMP50]Emit warnings if the functions was defined/used before markedAlexey Bataev2019-09-261-4/+8
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-252-6/+11
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-251-7/+8
* [CUDA][HIP] Enable kernel function return type deduction.Michael Liao2019-09-254-2/+21
* [OpenCL] Add image query builtin functionsSven van Haastregt2019-09-251-0/+25
* [NFC] Strenghten preconditions for warningDavid Bolvansky2019-09-241-1/+2
* [HIP] Support new kernel launching APIYaxun Liu2019-09-241-1/+2
* [Diagnostics] Handle tautological left shifts in boolean context David Bolvansky2019-09-241-5/+14
* [Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...David Bolvansky2019-09-241-26/+21
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-242-0/+6
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-232-6/+0
* [Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...David Bolvansky2019-09-231-1/+13
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-232-0/+6
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-232-28/+68
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-0/+7
* Fix __is_signed builtinZoe Carver2019-09-231-1/+3