summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Move EH spec mismatches under -fms-compatibilityReid Kleckner2019-08-271-6/+6
* Don't lose the FoundDecl and template arguments for a DeclRefExpr inRichard Smith2019-08-271-5/+12
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-265-34/+89
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-269-121/+199
* [NFC] Add comments to some bool arguments for better readabilityGabor Horvath2019-08-261-4/+8
* [OpenCL] Microoptimize OCL2Qual a bitBenjamin Kramer2019-08-241-11/+10
* PR42513: Enter the proper DeclContext before substituting into anRichard Smith2019-08-241-0/+1
* PR40674: fix assertion failure if a structured binding declaration has aRichard Smith2019-08-241-1/+2
* [LifetimeAnalysis] Make it possible to disable the new warningsGabor Horvath2019-08-231-38/+70
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-231-2/+6
* Fixed a typo.Artem Belevich2019-08-231-1/+1
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-233-45/+262
* [NFC] Move some variable declarations into their 'if' conditions.Erich Keane2019-08-231-9/+7
* Revert "PR42587: diagnose unexpanded uses of a pack parameter of a generic" d...Richard Smith2019-08-232-10/+3
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-232-3/+10
* Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2019-08-224-31/+15
* [OPENMP]Generalization of handling of declare target attribute.Alexey Bataev2019-08-222-2/+2
* [OpenMP] Permit map with DSA on combined directiveJoel E. Denny2019-08-224-27/+64
* [LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2019-08-214-15/+31
* clang: Fix typo in commentNico Weber2019-08-211-1/+1
* clang: Fix typo in commentNico Weber2019-08-211-1/+1
* [OPENMP]Fix delayed diagnostics for standalone declare target directive.Alexey Bataev2019-08-202-9/+16
* [Sema][Typo] Fix assertion failure for expressions with multiple typosDavid Goldman2019-08-202-42/+154
* Fix name of the error message, NFC.Alexey Bataev2019-08-201-1/+1
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-201-32/+26
* [LifetimeAnalysis] Add support for free functionsGabor Horvath2019-08-201-0/+29
* [OpenCL] Add const, volatile and pointer builtin handlingSven van Haastregt2019-08-201-13/+85
* Implement P1668R1Erich Keane2019-08-191-0/+3
* [OpenCL] Add generic type handling for builtin functionsSven van Haastregt2019-08-192-146/+266
* [OpenCL] Fix addr space deduction for pointers/references to arrays.Anastasia Stulova2019-08-191-2/+16
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-181-1/+105
* [Diagnostics] Improve -Wsizeof-pointer-divDavid Bolvansky2019-08-181-2/+8
* [SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...Tan S. B.2019-08-171-1/+2
* [OPENMP5.0]Diagnose global variables in lambda not marked as declareAlexey Bataev2019-08-161-2/+24
* Stop abusing SuppressAllDiagnostics when speculatively determiningRichard Smith2019-08-162-14/+12
* [Sema] Implement DR2386 for C++17 structured bindingReid Kleckner2019-08-151-7/+4
* Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman2019-08-151-1/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1413-21/+21
* Fix handling of class member access into a vector type.Richard Smith2019-08-142-8/+18
* [LifetimeAnalysis] Support std::stack::top() and std::optional::value()Matthias Gehre2019-08-141-1/+1
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-141-84/+447
* [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington2019-08-141-15/+42
* [LifetimeAnalysis] Fix false negatives of statement local lifetime analysis f...Gabor Horvath2019-08-141-19/+42
* Revert "Fix crash on switch conditions of non-integer types in templates"Dmitri Gribenko2019-08-131-2/+0
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-131-14/+4
* Fix crash on switch conditions of non-integer types in templatesElizabeth Andrews2019-08-131-0/+2
* [Sema] Check __builtin_bit_cast operand for completeness before materializing...Erik Pilkington2019-08-121-3/+4
* [Sema] Require a complete type for __builtin_bit_cast operandsErik Pilkington2019-08-121-0/+8
* Fix multiple lifetime warning messages for range based for loopGabor Horvath2019-08-121-2/+5
* [OpenCL] Ignore parentheses for sampler initializationSven van Haastregt2019-08-121-1/+1
OpenPOWER on IntegriCloud