summaryrefslogtreecommitdiff
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "This patch causes clang to reject alias attributes that point to unde...Rafael Espindola2013-10-221-22/+0
* This patch causes clang to reject alias attributes that point to undefinedRafael Espindola2013-10-221-0/+22
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-211-1/+1
* Switch attribute test line endings from CRLFAlp Toker2013-10-201-19/+19
* This is now passing. Uncomment and close out PR6281.Bill Wendling2013-10-171-4/+2
* Add constant evaluation support for __builtin_isinf, __builtin_isfinite,Richard Smith2013-10-151-0/+52
* Lit tests for Microsoft C++ record layout.Warren Hunt2013-10-141-0/+241
* Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt2013-10-111-44/+44
* Make test portable.Ted Kremenek2013-10-101-1/+1
* Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their ...Ted Kremenek2013-10-101-0/+24
* Tighten diagnostics for calling conventions on variadic functionsHans Wennborg2013-10-092-8/+5
* Turn error about fastcall variadic function into warning in MS mode (PR12535)Hans Wennborg2013-10-081-0/+6
* Split test to test -Wshadow with emmintrin.h more portable.Ted Kremenek2013-10-082-10/+11
* Suppress useless -Wshadow warning when using _mm* macros from emmintrin.hTed Kremenek2013-10-071-0/+10
* Gracefully (and correctly) handle init of multiple union membersMatthew Curtis2013-10-031-1/+49
* Implement ARM GNU-style interrupt attributeTim Northover2013-10-011-0/+16
* Don't pass -print-stats to the driver, it is a -cc1 option only.Rafael Espindola2013-09-251-2/+1
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-0/+9
* Add specific warning flags for GNU ext in Sema.Eli Friedman2013-09-181-12/+101
* Recommited:Stepan Dyatkovskiy2013-09-181-0/+3
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+17
* ffreestanding shouldn't effect main() on win32David Majnemer2013-09-161-1/+1
* Updated the way the ownership attributes are semantically diagnosed. Added t...Aaron Ballman2013-09-161-0/+19
* Add error checking to reject neon_vector_type attribute on targets without NEON.Amara Emerson2013-09-163-2/+7
* Updated the PCS calling convention to use the new checkStringLiteralArgument ...Aaron Ballman2013-09-131-1/+2
* As Aaron pointed out it's simpler to reject wide string availability attr mes...Benjamin Kramer2013-09-131-2/+0
* Guard availability and thread safety attributes against wide strings.Benjamin Kramer2013-09-131-0/+2
* The cleanup attribute no longer uses an unresolved, simple identifier as its ...Aaron Ballman2013-09-111-5/+9
* PR5683: Issue a warning when subtracting pointers to types of zero size, andRichard Smith2013-09-101-0/+47
* Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman2013-09-091-2/+3
* Sema: Don't crash on visibility attributes with an identifier argument.Benjamin Kramer2013-09-091-0/+2
* Removing the endian attribute and updating associated test cases. This funct...Aaron Ballman2013-09-091-9/+1
* Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman2013-08-313-3/+14
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-303-0/+32
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-272-0/+44
* Typo.David Majnemer2013-08-221-2/+2
* gnu-flags.c test: relax the check a bitDmitri Gribenko2013-08-221-7/+1
* Analysis: Make %I in printf more reasonable, add more testsDavid Majnemer2013-08-221-1/+17
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-0/+13
* Analysis: Add support for MS specific printf format specifiersDavid Majnemer2013-08-211-0/+9
* Tweak gnu-flags.c test for z, where globals have 2-byte alignment by defaultRichard Sandiford2013-08-211-1/+7
* Remove Extension warning for GNU local labels.Eli Friedman2013-08-201-18/+2
* Add more specific flags for misc GNU extensions.Eli Friedman2013-08-201-0/+98
* Handle init lists and _Atomic fields.Eli Friedman2013-08-191-0/+6
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-1/+1
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-0/+24
* Fix alignof computation of large arrays on x86_64.Rafael Espindola2013-08-081-10/+0
* Emit an error for enum increments and decrements in C++ mode.Richard Trieu2013-08-081-0/+13
* AArch64: initial NEON supportTim Northover2013-08-011-0/+34
* err_attribute_missing_parameter_name has been replaced by err_attribute_argum...Aaron Ballman2013-07-301-2/+2