Age | Commit message (Expand) | Author |
2012-10-23 | Use a .def file for most of the diagnostic options. | Douglas Gregor |
2012-10-23 | Objective-C: check that when a category method is being implemented, | Fariborz Jahanian |
2012-10-23 | Add a new warning -Wmissing-variable-declarations, to warn about variables | Eli Friedman |
2012-10-23 | When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope | Richard Smith |
2012-10-23 | [ms-inline asm] Update for r166433. | Chad Rosier |
2012-10-23 | [ms-inline-asm] Add handling for errors coming out of the backend. | Eli Friedman |
2012-10-23 | Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These | Richard Smith |
2012-10-21 | Unrevert r166268, reverted in r166272, with a fix for the issue which Nick | Richard Smith |
2012-10-20 | Move private classes into anonymous namespaces. | Benjamin Kramer |
2012-10-20 | Rework implementation of DR1492: Apply the resolution to operator delete too, | Richard Smith |
2012-10-20 | Fix __builtin_va_arg assertion failure in ARM AAPCS. | Logan Chien |
2012-10-20 | DR1472: A reference isn't odr-used if it has preceding initialization, | Richard Smith |
2012-10-19 | [ms-inline asm] Set the SemaCallback in the TargetAsmParser. | Chad Rosier |
2012-10-19 | Clarify wording of -Wshift-op-parentheses. | David Blaikie |
2012-10-19 | [ms-inline asm] Set the MCTargetAsmParser as paring MS-style inline asm. | Chad Rosier |
2012-10-19 | Allow objc_requires_super to be used to check class methods as well. | Jordan Rose |
2012-10-19 | Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. | Nick Lewycky |
2012-10-19 | PR14124: When performing template instantiation of a qualified-id outside of a | Richard Smith |
2012-10-19 | Handle diamond inheritance in -Woverloaded-virtual. | David Blaikie |
2012-10-18 | [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, | Chad Rosier |
2012-10-18 | Fix Objective-C implicit property synthesis for C++ classes so we use valid | Eli Friedman |
2012-10-18 | [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a | Chad Rosier |
2012-10-18 | Factor CollectClassPropertyImplementations out of Sema into AST | Anna Zaks |
2012-10-18 | From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. | Axel Naumann |
2012-10-18 | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith |
2012-10-18 | PR14021: Copy lookup results to ensure safe iteration. | David Blaikie |
2012-10-18 | [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC | Chad Rosier |
2012-10-18 | Tests for DR1507. | Richard Smith |
2012-10-17 | Update comment to match DR1502. | Richard Smith |
2012-10-17 | Fix -Woverloaded-virtual when the using statement refers to a base declaratio... | David Blaikie |
2012-10-17 | DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. | Richard Smith |
2012-10-17 | Implement C++ 10.3p16 - overrides involving deleted functions must match. | David Blaikie |
2012-10-16 | DR1492: In a definition of a destructor, the exception specification must be | Richard Smith |
2012-10-16 | Add pnaclcall convention to Native Client targets. | Derek Schuff |
2012-10-16 | [ms-inline asm] Move some logic around to simplify the interface between the | Chad Rosier |
2012-10-16 | Implement GCC's -Wint-to-pointer-cast. | David Blaikie |
2012-10-16 | Minor tweak to last patch along with a test case. | Fariborz Jahanian |
2012-10-16 | fixes an objc crash involving objc bool literal on | Fariborz Jahanian |
2012-10-15 | Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. | Daniel Dunbar |
2012-10-15 | Fixed CXXNamedCast right paren location propagation to instantiations. | Abramo Bagnara |
2012-10-15 | Fixed LabelDecl source range. | Abramo Bagnara |
2012-10-15 | Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. | Nico Weber |
2012-10-15 | [ms-inline asm] Rework the front-end to use the API introduced in r165946. | Chad Rosier |
2012-10-13 | Update for r165858. | Chad Rosier |
2012-10-12 | [ms-inline asm] Remove a bunch of parsing code from the front-end. | Chad Rosier |
2012-10-12 | Make -mms-bitfields behave consistently. | Eli Friedman |
2012-10-12 | Update for r165833. | Chad Rosier |
2012-10-12 | Fix warnings introduced by r165826. | DeLesley Hutchins |
2012-10-12 | Thread-safety analysis: support multiple thread-safety attributes on | DeLesley Hutchins |
2012-10-12 | [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be | Chad Rosier |