summaryrefslogtreecommitdiffstats
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r296063:Hans Wennborg2017-02-241-0/+4
* Revert r296139; it accidentally merged multiple thingsHans Wennborg2017-02-241-4/+0
* Merging r295474:Hans Wennborg2017-02-241-0/+4
* Merging r294800:Hans Wennborg2017-02-141-0/+15
* Merging r293360:Hans Wennborg2017-02-011-3/+3
* Merging r291963:Hans Wennborg2017-02-012-0/+14
* Merging r292497:Hans Wennborg2017-01-231-0/+13
* Avoid multiple -Wunreachable-code diagnostics that are triggered byAlex Lorenz2017-01-121-0/+55
* [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinMichal Gorny2017-01-091-4/+0
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-091-0/+152
* Make ASTContext::getDeclAlign return the correct alignment forAkira Hatanaka2017-01-061-0/+8
* [ObjC] The declarator for a block literal should be a definitionAlex Lorenz2017-01-061-2/+3
* [Parse] Don't ignore attributes after a late-parsed attr.George Burgess IV2017-01-041-0/+4
* Extend -Wtautological-overlap-compare to more cases.Richard Trieu2017-01-041-0/+45
* [inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina2016-12-261-0/+10
* Make alloc_size only applicable to Functions.George Burgess IV2016-12-221-1/+3
* Add the alloc_size attribute to clang, attempt 2.George Burgess IV2016-12-221-0/+23
* Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth2016-12-201-23/+0
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-201-12/+12
* Add the alloc_size attribute to clang.George Burgess IV2016-12-201-0/+23
* Fix completely bogus types for some builtins:Richard Smith2016-12-192-4/+6
* Fix printf specifier handling: invalid specifier should not be marked as "con...Mehdi Amini2016-12-151-4/+4
* Improve our handling of tag decls in function prototypesReid Kleckner2016-12-141-0/+41
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-2/+16
* Implement the -Wstrict-prototypes warningAlex Lorenz2016-12-072-0/+82
* [TableGen] Ignore fake args for parsing-related arg counts.George Burgess IV2016-12-011-0/+2
* [Sema] Teach -Wcast-align to look at the aligned attribute of theAkira Hatanaka2016-11-301-0/+20
* Don't try to merge DLL attributes on redeclaration of invalid decl (PR31069)Hans Wennborg2016-11-291-0/+4
* Add a warning for 'main' returning 'true' or 'false'.Richard Smith2016-11-291-0/+20
* [Sema][Atomics] Treat expected pointer in compare exchange atomics as _NonnullAlex Lorenz2016-11-231-7/+12
* [ARM] Fix sema check of ARM special register namesOleg Ranevskyy2016-11-182-4/+48
* Remove some false positives when taking the address of packed membersRoger Ferrer Ibanez2016-11-141-9/+142
* Fix mismatched enum value name and diagnostic text.Douglas Katzman2016-11-111-2/+2
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-0/+52
* A compound literal within a global lambda or block is still withinJohn McCall2016-10-311-1/+7
* [Sema] Warn when alignof is used with __builtin_alloca_with_alignDavid Majnemer2016-10-311-0/+4
* Add support for __builtin_alloca_with_alignDavid Majnemer2016-10-311-0/+29
* Sema: do not warn about unused const vars if main file is a headerErik Verbruggen2016-10-281-0/+4
* Fix 'unknown documentation command' warning rangesErik Verbruggen2016-10-251-0/+4
* Fix crash on noreturn conversion in unprototyped function type. Thanks to KeithRichard Smith2016-10-201-0/+11
* [Sema] Gcc compatibility of vector shiftAndrey Bokhanko2016-10-191-9/+41
* __builtin_fpclassify missing one int parameterDavid Sheinkman2016-10-141-0/+1
* Declare WinX86_64ABIInfo to satisfy SwiftABI infoArnold Schwaighofer2016-10-121-0/+1
* Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.defAlbert Gutowski2016-10-121-0/+60
* Swift Calling Convention: Parameters are allowed after theArnold Schwaighofer2016-10-111-2/+2
* [Sema] Fix PR30520: Handle incomplete field types in transparent_union unionsAlex Lorenz2016-10-061-0/+9
* [Sema] Packed member warning: Use the typedef name for anonymous structuresAlex Lorenz2016-10-051-0/+35
* Separate builtins for x84-64 and i386; implement __mulh and __umulhAlbert Gutowski2016-10-041-3/+28
* [Sema] Support lax conversions for compound assignmentsBruno Cardoso Lopes2016-09-301-5/+4
* Fix indentationDaniel Marjamaki2016-09-231-1/+1