summaryrefslogtreecommitdiffstats
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
...
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-7/+20
* Fix warning text: lower -> higherRichard Trieu2014-10-281-2/+2
* Prune CRLF.NAKAMURA Takumi2014-10-274-293/+293
* Add frontend support for __vectorcallReid Kleckner2014-10-243-6/+9
* patch to issue warning on comparing parameters withFariborz Jahanian2014-10-231-0/+25
* Switch C compilations to C11 by default.Richard Smith2014-10-204-10/+10
* tests: move test to more appropriate locationSaleem Abdulrasool2014-10-161-10/+0
* Sema: handle AttributedTypeLocs in C++14 auto deductionSaleem Abdulrasool2014-10-151-0/+10
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-0/+10
* Patch to warn on interger overflow in presence ofFariborz Jahanian2014-10-141-0/+5
* ms-inline-asm: Correctly mark MS inline ASM labels as usedEhsan Akhgari2014-10-081-2/+8
* Disallow using function parameters in extended asm inputs or outputs in naked...Hans Wennborg2014-10-081-0/+16
* MS ABI: Disallow dllimported/exported variables from having TLSDavid Majnemer2014-10-042-0/+6
* Make test/Sema/atomic-ops.c free-standingHal Finkel2014-10-031-1/+1
* Add an implementation of C11's stdatomic.hHal Finkel2014-10-031-4/+67
* Initial support for the align_value attributeHal Finkel2014-10-021-0/+32
* Add __sync_fetch_and_nand (again)Hal Finkel2014-10-021-0/+5
* Support the assume_aligned function attributeHal Finkel2014-09-261-0/+15
* Fix handling of preincrement on bit-fields. This gives a bit-field in C++, butRichard Smith2014-09-241-1/+20
* Simplify tests.Nico Weber2014-09-241-8/+0
* Downgrade error about stdcall decls with no prototype to a warningReid Kleckner2014-09-243-9/+9
* Fix the argument index error of __builtin___memccpy_chkSteven Wu2014-09-241-0/+9
* Attempt to fix Sema/builtin-object-size.c after r218258Hans Wennborg2014-09-231-1/+1
* Fix evatuated value of __builtin_object_size according to itsFariborz Jahanian2014-09-221-0/+17
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-3/+37
* Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...Nico Weber2014-09-192-5/+25
* Patch to check at compile time for overflow whenFariborz Jahanian2014-09-182-3/+24
* Sema: Diagnose undefined structs used as Microsoft anonymous structsDavid Majnemer2014-09-181-0/+8
* Pretty print attributes associated with record declarations.Aaron Ballman2014-09-151-0/+3
* patch to add missing warning on sizeof wrong parameterFariborz Jahanian2014-09-121-5/+25
* Allow empty statements in naked functions in addition to ASM statementsEhsan Akhgari2014-09-091-0/+9
* Don't test really-large alignments for nowHal Finkel2014-09-081-1/+3
* Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel2014-09-072-1/+51
* Try to green test/Sema/format-strings.c on Win botsHans Wennborg2014-09-072-3/+7
* MS format strings: parse the 'Z' printf conversion specifier (PR20808)Hans Wennborg2014-09-071-1/+11
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-062-19/+19
* Don't allow inline asm statements to reference parameters in naked functionsHans Wennborg2014-09-042-0/+16
* Don't allow non-ASM statements in naked functionsHans Wennborg2014-09-041-1/+9
* MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808)Hans Wennborg2014-09-041-0/+12
* MS format strings: support the 'w' length modifier (PR20808)Hans Wennborg2014-09-041-13/+54
* Allow adding dll attributes on certain redecls with a warning if the decl has...Hans Wennborg2014-08-272-4/+29
* Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith2014-08-272-6/+35
* revert patch r216469.Fariborz Jahanian2014-08-262-2/+2
* c11- Check for c11 language option as documentation saysFariborz Jahanian2014-08-262-2/+2
* arm_acle: Add mappings for dbg intrinsicYi Kong2014-08-261-0/+9
* ARM: Add dbg builtin intrinsicYi Kong2014-08-261-1/+4
* Fix a bad location in -Wparentheses fix-it hintRichard Trieu2014-08-231-0/+102
* [AArch64, inline-asm] Improve diagnostic that is printed when the size of aAkira Hatanaka2014-08-223-2/+40
* R600: Implement getPointerWidthV()Tom Stellard2014-08-211-0/+18
* Fix assertion on asm register that are "%"Olivier Goffart2014-08-171-0/+1