summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix false positive in -Wunsequenced and templates.Richard Trieu2016-08-051-1/+2
* Revert "[Sema] Add sizeof diagnostics for bzero"Bruno Cardoso Lopes2016-08-051-5/+3
* Allow -1 to assign max value to unsigned bitfields.Richard Trieu2016-08-051-0/+6
* [Sema] Add sizeof diagnostics for bzeroBruno Cardoso Lopes2016-08-041-3/+5
* [X86] Block pbroadcastq instructions on 32-bit targets instead of pbroadcastb.Craig Topper2016-07-241-3/+3
* [Sema,X86] Add explicit check to ensure that builtins that require x86-64 tar...Craig Topper2016-07-211-0/+50
* [Sema] Fix PR28623.George Burgess IV2016-07-211-1/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+2
* Reverting 275417Roger Ferrer Ibanez2016-07-141-67/+0
* Diagnose taking address and reference binding of packed membersRoger Ferrer Ibanez2016-07-141-0/+67
* [AVX512] Remove masked shufps/shudpd builtins. These are all handled with __b...Craig Topper2016-07-101-6/+0
* [X86] Remove dead builtins that don't exist in the backend intrinsic file and...Craig Topper2016-07-081-1/+0
* Ensuring the bit-fields have the same type; MSVC will place the fields in dif...Aaron Ballman2016-07-061-1/+1
* [OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1...Anastasia Stulova2016-07-051-11/+253
* [AVX512] Remove VPERMD/VPERMQ/VPERMILPS/VPERMILPD builtins. These were made u...Craig Topper2016-07-041-6/+0
* [OpenCL] Make OpenCL Builtins added according to the right version.Anastasia Stulova2016-07-041-8/+2
* [X86] Replace 128-bit and 256 masked vpermilps/vpermilpd builtins with native...Craig Topper2016-07-021-4/+0
* [AVX512][BUILTIN][vpermilps][intrinsics] Fixing two incorrect IMM check.Michael Zuckerman2016-06-301-3/+3
* Use even more ArrayRefsDavid Majnemer2016-06-241-4/+4
* Use more ArrayRefsDavid Majnemer2016-06-241-5/+2
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-5/+4
* Apply some suggestions from clang-tidy's performance-unnecessary-value-param.Benjamin Kramer2016-06-151-19/+14
* Add a "declared 'nonnull' here" note to warnings where an expression is check...Nick Lewycky2016-06-151-7/+9
* [AVX512] Implement masked and 512-bit pshufd intrinsics directly with __built...Craig Topper2016-06-111-3/+0
* [AVX512] Implement 512-bit and masked shufflelo and shufflehi intrinsics dire...Craig Topper2016-06-111-6/+0
* [OpenCL] Add to_{global|local|private} builtin functions.Yaxun Liu2016-05-201-0/+52
* [Sema,CodeGen] Remove comment from SemaChecking about a builtin_shufflevector...Craig Topper2016-05-181-2/+1
* [X86] Add immediate range checks for many of the builtins.Craig Topper2016-05-181-33/+241
* Revert "[X86] Add immediate range checks for many of the builtins."Filipe Cabecinhas2016-05-171-234/+32
* [X86] Add immediate range checks for many of the builtins.Craig Topper2016-05-151-32/+234
* Improve diagnostic checking for va_start to also warn on other instances of u...Aaron Ballman2016-04-241-3/+10
* Revert the bool portion of r267054Richard Trieu2016-04-221-12/+4
* Split interesting warnings off from -Wfloat-conversionRichard Trieu2016-04-211-27/+84
* Clarifying the wording of this diagnostic; it confused parameter and argument.Aaron Ballman2016-04-181-1/+1
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-181-7/+7
* Revert "NFC: unify clang / LLVM atomic ordering"JF Bastien2016-04-171-7/+7
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-171-7/+7
* AArch64: allow 64-bit access to sysregs.Tim Northover2016-04-131-1/+1
* Fix -Wdynamic-class-memaccess to skip invalid classes.Richard Trieu2016-03-311-1/+1
* Fix deduction of __atomic_load's parameter types.Eric Fiselier2016-03-301-10/+13
* [OpenCL] Fix pipe builtin bugsXiuli Pan2016-03-301-6/+8
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-6/+37
* Move the fixit for -Wformat-security to a note.Bob Wilson2016-03-151-5/+6
* Add fix-it for format-security warnings.Bob Wilson2016-03-111-9/+21
* [OpenCL] Refine pipe builtin supportXiuli Pan2016-03-041-44/+52
* Reduce false positives in printf/scanf format checkerAndy Gibbs2016-02-261-34/+145
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-261-6/+4
* Make Sema::CheckFormatString a static function inside SemaChecking.cppAndy Gibbs2016-02-221-31/+46
* Remove use of builtin comma operator.Richard Trieu2016-02-181-9/+42
* Sema: prevent assertion on stack return checkingSaleem Abdulrasool2016-02-151-2/+4
OpenPOWER on IntegriCloud