summaryrefslogtreecommitdiffstats
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r214662:Daniel Sanders2014-11-241-0/+1
* Merging r216619:Hans Wennborg2014-09-292-4/+29
* Merging r213714:Renato Golin2014-07-281-1/+1
* Sema: Handle C11 atomics when diagnosing out of range comparisonsJustin Bogner2014-07-212-0/+24
* TypePrinter should not ignore IndexTypeCVRQualifiers on constant-sized arraysHal Finkel2014-07-191-0/+10
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-194-9/+9
* [X86 inline-asm] Error out on inline-asm constraint "=f".Akira Hatanaka2014-07-181-0/+6
* TypePrinter should not omit the static keyword in array parameter declaratorsHal Finkel2014-07-181-0/+11
* ARM: Add test for ACLE memory barrier intrinsicsYi Kong2014-07-181-0/+16
* Fix parsing certain kinds of strings in the MS section pragmasReid Kleckner2014-07-181-0/+2
* Handle __assume in the VoidExprEvaluatorHal Finkel2014-07-171-0/+3
* Add an __assume side-effects warningHal Finkel2014-07-171-0/+8
* Port memory barriers intrinsics to AArch64Yi Kong2014-07-171-0/+6
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-165-5/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-165-0/+5
* clang/test/Sema/warn-documentation-almost-trailing.c: Rewrite checks with @LINE.NAKAMURA Takumi2014-07-161-3/+2
* Consolidate header inclusion diagnosticsAlp Toker2014-07-113-3/+3
* The returns_nonnull attribute does not require a function prototype because i...Aaron Ballman2014-07-111-1/+2
* Sema: Allow aliases to have incomplete typeDavid Majnemer2014-07-091-0/+3
* Handle __builtin_clzs and __builtin_ctzs in the constant expression evaluator.Anders Carlsson2014-07-071-43/+47
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-7/+4
* Sema: Check that __leave is contained in a __try block.Nico Weber2014-07-061-8/+5
* Add parser support for __leave (sema and onward still missing).Nico Weber2014-07-061-0/+25
* Fix up the test that expects the failure fixed in r212352Ehsan Akhgari2014-07-041-2/+0
* [ARM] Implement ISB memory barrier intrinsicYi Kong2014-07-031-0/+6
* ARM: add support for v8 ldaex/stlex builtins.Tim Northover2014-07-022-0/+100
* Make FunctionDecl::getReturnTypeSourceRange() support non-builtin typesAlp Toker2014-07-021-4/+6
* Don't accept qualified 'int' main return types in C++ or standard C modeAlp Toker2014-07-021-0/+2
* Get arm_acle tests from r211962 workingAlp Toker2014-06-281-1/+1
* Introduce arm_acle.h supporting existing LLVM builtin intrinsicsYi Kong2014-06-271-0/+16
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-251-0/+4
* AST: Initialization with dllimport functions in CDavid Majnemer2014-06-251-0/+8
* The ability to use vector initializer lists is a GNU vector extensionJames Molloy2014-06-201-0/+13
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-184-8/+8
* Rewrite ARM NEON intrinsic emission completely.James Molloy2014-06-172-2/+2
* Teach __alignof__ to look through arrays before performing theRichard Smith2014-06-101-0/+4
* Add pointer types to global named registerRenato Golin2014-06-051-0/+10
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-031-0/+5
* Update for llvm API change.Rafael Espindola2014-06-032-16/+7
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-312-11/+11
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-1/+0
* Sema: Add more tests for dll attributes on inline functionsNico Rieck2014-05-232-1/+7
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-221-1/+6
* An inline function redeclaration does not drop the dllimport attributeHans Wennborg2014-05-221-0/+4
* Improved recovery of switch statementSerge Pavlov2014-05-211-1/+1
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-201-0/+28
* Non-allocatable Global Named RegisterRenato Golin2014-05-192-3/+0
* Update for llvm api change.Rafael Espindola2014-05-162-7/+16
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-152-5/+5
* Create a redeclaration when an elaborated type specifierJohn McCall2014-05-141-0/+3