summaryrefslogtreecommitdiff
path: root/test/Sema
Commit message (Expand)AuthorAge
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-25
* AST: Initialization with dllimport functions in CDavid Majnemer2014-06-25
* The ability to use vector initializer lists is a GNU vector extensionJames Molloy2014-06-20
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-18
* Rewrite ARM NEON intrinsic emission completely.James Molloy2014-06-17
* Teach __alignof__ to look through arrays before performing theRichard Smith2014-06-10
* Add pointer types to global named registerRenato Golin2014-06-05
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-03
* Update for llvm API change.Rafael Espindola2014-06-03
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-31
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-24
* Sema: Add more tests for dll attributes on inline functionsNico Rieck2014-05-23
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-22
* An inline function redeclaration does not drop the dllimport attributeHans Wennborg2014-05-22
* Improved recovery of switch statementSerge Pavlov2014-05-21
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-20
* Non-allocatable Global Named RegisterRenato Golin2014-05-19
* Update for llvm api change.Rafael Espindola2014-05-16
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-15
* Create a redeclaration when an elaborated type specifierJohn McCall2014-05-14
* Parameter/argument terminology fixesAlp Toker2014-05-11
* Fix pr19653.Rafael Espindola2014-05-05
* Fix some typosAlp Toker2014-05-05
* Bitrig now supports TLS, so enable TLS support when targeting it. Patch by Pa...Richard Smith2014-05-01
* __thread: Move constant init check to CheckCompleteVariableDeclarationReid Kleckner2014-04-30
* Add a test for big-endian NEON on ARM64.James Molloy2014-04-30
* Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.Nico Weber2014-04-30
* scanf analysis: handle scanlists that start with ^] (PR19559)Hans Wennborg2014-04-29
* LLVM supports TLS on Windows and we can use it from ClangReid Kleckner2014-04-29
* Make test pass on 32 bit architectures.Benjamin Kramer2014-04-25
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-25
* [ARM64] Change inline assembly constraints to be more lax, to match the behav...James Molloy2014-04-23
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-22
* [ARM64] Fix __clear_cache - ensure it is predefined.James Molloy2014-04-17
* [ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.James Molloy2014-04-17
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-16
* Re-enable several builtins in non-gnu modes.Evgeniy Stepanov2014-04-16
* AST: Respect alignment attributes on typedef'd arraysJustin Bogner2014-04-15
* Fix a bad interaction between -Wtautological-overlap-compare and delayedRichard Trieu2014-04-15
* MS ABI: Bitfields FielDecls only align if they allocateDavid Majnemer2014-04-13
* Add a -triple argument so that this new test passes on Darwin.Bob Wilson2014-04-09
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-08
* Revert r205646 (keeping the test in its modified form) asFariborz Jahanian2014-04-07
* Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,Richard Trieu2014-04-05
* Vector [Sema]. Vector "splats" which are truncated should have a warningFariborz Jahanian2014-04-04
* In preparation for being able to use simple Boolean logic expressions involvi...Aaron Ballman2014-04-04
* Extend -Wtautological-constant-out-of-range-compare to handle boolean valuesRichard Trieu2014-04-04
* Turn off -Wmissing-noreturn warning for blocks Fariborz Jahanian2014-04-03
* vector [Sema]. Check for proper use of 's' char prefixFariborz Jahanian2014-04-03
* Improved semantics for implicit scalar -> extvector conversions.Stephen Canon2014-04-03