aboutsummaryrefslogtreecommitdiff
path: root/test/Sema
AgeCommit message (Expand)Author
2013-03-04[comment parsing] source fidelity for tparam command too.Fariborz Jahanian
2013-03-04warn-documentation.cpp: reorganize testsDmitri Gribenko
2013-03-04comment parsing. Missed a case of referringFariborz Jahanian
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian
2013-02-27comment parsing: Properties are considered like methods, and people Fariborz Jahanian
2013-02-26Fix assertion failure when a field is given an address space.Matt Arsenault
2013-02-26Warn on dropping the return value from a warn_unused_result function, even inMatt Beaumont-Gay
2013-02-22In LookupResult::resolveKind(), when handling multiple found declarations, ig...Argyrios Kyrtzidis
2013-02-22When a parameter list in a C function has an error, recover by forming a K&R ...Argyrios Kyrtzidis
2013-02-22Don't crash when applying an alloc_size attribute on a K&R function.Argyrios Kyrtzidis
2013-02-21Fix typo 'with with' in diagnostic.Richard Smith
2013-02-20Revert "intmax_t is long long on Darwin, not long."Jordan Rose
2013-02-20intmax_t is long long on Darwin, not long.Jordan Rose
2013-02-20Add a new 'type_visibility' attribute to allow users toJohn McCall
2013-02-18AArch64: add atomic support parameters to TargetInfoTim Northover
2013-02-15Fixed diagnostic nondeterministic order bug (pr14901).Enea Zaffanella
2013-02-12The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky
2013-02-07Testcase for r174477.Chad Rosier
2013-02-07Add AArch64 wchar definition to testTim Northover
2013-02-06Remove unneeded test. We have plenty of subgroup relations between warnings,Ted Kremenek
2013-02-05Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2013-02-01Fix diagnostic for bad alignas use: it can't be applied to functions.Richard Smith
2013-02-01Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith
2013-02-01[Sema][Attr]Fix alignment attribute printing.Michael Han
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-30Also promote fp16 types to double when they're anonymous variadic arguments.Tim Northover
2013-01-30Fix test failure from previous change.Richard Smith
2013-01-30Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith
2013-01-30c: When checking on validity of sizeof passed as size ofFariborz Jahanian
2013-01-29Test update missed in r173789.Richard Smith
2013-01-29Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith
2013-01-29Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith
2013-01-29Test that we print MS keyword attributes without a __declspec(...) adornment.Richard Smith
2013-01-29Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith
2013-01-27Comment parsing: attach any tag type's documentation to its typedef if latterDmitri Gribenko
2013-01-26Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko
2013-01-25Add space after ';'.Fariborz Jahanian
2013-01-25Improve diagnsotic further on integer overflow.Fariborz Jahanian
2013-01-24Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian
2013-01-24Patch to check for integer overflow. It has beenFariborz Jahanian
2013-01-24Handle universal character names and Unicode characters outside of literals.Jordan Rose
2013-01-24Unify diagnostics for \x, \u, and \U without any following hex digits.Jordan Rose
2013-01-24Fail these tests in a way that doesn't cause unexpected successes, per Daniel'sChad Rosier
2013-01-24Temporarily XFAIL this test; the compiler will segfault if the target-specificChad Rosier
2013-01-24[ms-inline asm] Add an error when trying to compile MS-style inline assemblyChad Rosier
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-24Properly remove this test file, that I copied over to test/SemaOpenCL in r173...Joey Gouly
2013-01-23Implement -Wvla correctlyDmitri Gribenko