summaryrefslogtreecommitdiffstats
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r309722:Hans Wennborg2017-08-011-0/+8
* Merging r308455:Hans Wennborg2017-07-194-78/+0
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-194-0/+78
* Revert r308327Alex Lorenz2017-07-184-78/+0
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-184-0/+78
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-172-1/+12
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-171-0/+211
* Enable TLS support on OpenBSD.Brad Smith2017-07-171-3/+3
* Fix crash parsing invalid codeOlivier Goffart2017-07-071-0/+9
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-053-13/+24
* [Sema] Make BreakContinueFinder handle nested loops.Eli Friedman2017-07-041-0/+48
* [clang] Implement -Wcast-qual for C++Roman Lebedev2017-07-031-0/+31
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-021-1/+1
* [Parse] Use normalized attr name for late-parsing checks.George Burgess IV2017-06-301-0/+4
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-271-9/+91
* Revert r301742, which caused us to try to evaluate all full-expressions.Richard Smith2017-06-261-7/+1
* [inline asm][gcc-compatiblity] "=i" output constraint supportMarina Yatsina2017-06-261-0/+35
* [test] Make absolute line numbers relative; NFCGeorge Burgess IV2017-06-211-10/+10
* [XRay][clang] Support capturing the implicit `this` argument to C++ class mem...Dean Michael Berris2017-06-161-0/+7
* Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...Diana Picus2017-06-131-1/+7
* Revert r301742 which made ExprConstant checking apply to all full-exprs.Nick Lewycky2017-06-121-7/+1
* Revert r303316, a change to ExprConstant to evaluate function arguments.Nick Lewycky2017-06-121-8/+0
* Revert "[clang] Implement -Wcast-qual for C++"Roman Lebedev2017-06-101-31/+0
* [clang] Implement -Wcast-qual for C++Roman Lebedev2017-06-101-0/+31
* Bringt back -triple so the test passes on non-x86.Benjamin Kramer2017-06-091-1/+1
* Repair 2010-05-31-palignr.c testVassil Vassilev2017-06-091-5/+3
* Catch invalid bitwise operation on vector of floatsSerge Pavlov2017-06-081-0/+27
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+17
* [Sema] Improve -Wstrict-prototypes diagnostic message for blocks.Akira Hatanaka2017-06-021-3/+8
* Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner2017-05-261-3/+7
* [AMDGPU] Do not require opencl triple environment for OpenCLYaxun Liu2017-05-231-0/+1
* [mips] Add one more check to the micromips attribute test case. NFCSimon Atanasyan2017-05-221-0/+2
* [mips] Support `micromips` attributeSimon Atanasyan2017-05-221-0/+15
* When a type-id is unexpectedly given a name, assume that the name is unrelatedRichard Smith2017-05-191-1/+1
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-1/+1
* The constant expression evaluator should examine function arguments for non-c...Nick Lewycky2017-05-171-0/+8
* [Sema] Silence buildbot failures introduced by r302935Simon Dardis2017-05-122-2/+2
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-125-85/+742
* Make tests from r302765 windows friendlyBruno Cardoso Lopes2017-05-111-2/+2
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-111-0/+14
* [Sema] Make typeof(OverloadedFunctionName) not a pointer.George Burgess IV2017-05-091-0/+15
* [Sema] Fix typos handling in an overloadable call.Anastasia Stulova2017-05-081-0/+7
* [ARM] Limit the diagnose when an ISR calls a regular functionWeiming Zhao2017-05-051-4/+18
* Add a fix-it for -Wunguarded-availabilityAlex Lorenz2017-05-051-1/+1
* Simplify some va_start checking logicReid Kleckner2017-05-021-1/+1
* Revert r301785 (and r301787) because they caused PR32864.Nick Lewycky2017-05-021-4/+4
* Fix test that was incorrected merged between patches.Nick Lewycky2017-05-011-1/+1
* Handle expressions with non-literal types like ignored expressions if we are ...Nick Lewycky2017-05-011-4/+4
* Remove Sema::CheckForIntOverflow, and instead check all full-expressions.Nick Lewycky2017-04-291-1/+7
* In the expression evaluator, visit the index of an ArraySubscriptExpr even if...Nick Lewycky2017-04-271-0/+4