summaryrefslogtreecommitdiff
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-143-8/+8
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-143-8/+8
* Added a Subjects clause to the section attribute and made its diagnostics mor...Aaron Ballman2013-12-121-1/+3
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-113-10/+10
* No longer accepting attribute spellings with prefix and suffix underscores ex...Aaron Ballman2013-12-111-0/+2
* Make the -Wkeyword-compat diag message more accurateAlp Toker2013-12-091-1/+1
* Remove an old stdio.h include from the invalid-array testAlp Toker2013-12-081-3/+1
* Fix three tests that weren't checking anythingAlp Toker2013-12-083-6/+6
* Re-enable verification of test and update outdated diag checksAlp Toker2013-12-081-3/+3
* There's no such thing as %clang_cc1_onlyAlp Toker2013-12-082-2/+2
* Fix a test that hasn't worked since 2007Alp Toker2013-12-081-3/+3
* ARM: teach Sema that "r" can match 64-bit valuesTim Northover2013-12-081-0/+5
* -Wassign-enum: compare unqualified typesDmitri Gribenko2013-12-051-0/+18
* Allow the warning 'case value not in enumerated type' to be silenced withDmitri Gribenko2013-12-051-0/+26
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-052-2/+2
* Getting rid of some hard-coded strings. No functional changes intended, thoug...Aaron Ballman2013-12-041-4/+4
* When parsing ignored attribute arguments, presuming the first argument is an ...Aaron Ballman2013-12-041-0/+15
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Emit an extension warning when changing system header tokensAlp Toker2013-12-032-0/+5
* MS inline asm: When LLVM called back to Clang to parse a name and do nameDmitri Gribenko2013-12-031-0/+18
* CommentLexer: When proceeding with a typo corrected name don't clobber the to...Benjamin Kramer2013-12-011-0/+6
* Reenable ms inline asm test.Benjamin Kramer2013-12-011-6/+6
* Automated checking for C++ when determining what argument to send to the diag...Aaron Ballman2013-11-271-2/+2
* Replacing a custom diagnostic with a more standard one. No functional change ...Aaron Ballman2013-11-261-1/+1
* Unbreak -fms-extensions with GNU libc headersAlp Toker2013-11-262-0/+21
* Making type_tag_for_datatype consistent with its declared subject from Attr.t...Aaron Ballman2013-11-251-2/+2
* __declspec(uuid) is only supported for C++ code according to MSDN (as well as...Aaron Ballman2013-11-241-4/+1
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-211-0/+11
* Refactored integer argument checking code into a helper method. Removes a con...Aaron Ballman2013-11-211-2/+2
* There is no such thing as __declspec(ms_struct), this is a GNU attribute. Swi...Aaron Ballman2013-11-201-4/+6
* Removing a custom error diagnostic and replacing it with a stock one. Added a...Aaron Ballman2013-11-201-0/+1
* Revert r194540, it breaks various C++ programs.Joerg Sonnenberger2013-11-191-6/+0
* Improving calling convention test coverage by adding tests for things not cur...Aaron Ballman2013-11-191-0/+2
* PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith2013-11-151-0/+4
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-131-0/+6
* Warn on duplicate function specifierSerge Pavlov2013-11-131-0/+13
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-131-0/+6
* Fixed bug in return type of __builtin_va_start().Enea Zaffanella2013-11-071-0/+7
* Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer2013-11-021-1/+1
* Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer2013-11-021-1/+1
* Fix a C struct diagnostic regression introduced by r187504 (PR17762).Kaelyn Uhrain2013-10-311-1/+4
* ARM: fix AST for __builtin_arm_strex callTim Northover2013-10-291-0/+8
* Remove REQUIRES aarch64-registered-target from testAlp Toker2013-10-261-1/+0
* Add -Wstring-plus-char, which warns when adding char literals to C strings.Jordan Rose2013-10-251-0/+15
* PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith2013-10-241-2/+2
* Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt2013-10-231-0/+2
* Consider hidden decls for isUsed checks.Rafael Espindola2013-10-221-0/+9
* Treat aliases as definitions.Rafael Espindola2013-10-222-0/+55
* New fix for pr17535.Rafael Espindola2013-10-221-0/+54
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-221-1/+1