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