Age | Commit message (Expand) | Author |
2012-11-14 | Make template diffing handle integral expressions of various widths correctly. | Eli Friedman |
2012-11-14 | Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for | Richard Smith |
2012-11-14 | [utils/ClangDataFormat.py] Add data formatter for StringRef. | Argyrios Kyrtzidis |
2012-11-14 | [utils/ClangDataFormat.py] In the summary of SourceLocation, include whether ... | Argyrios Kyrtzidis |
2012-11-14 | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian |
2012-11-14 | [analyzer] Fix test in previous commit. | Jordan Rose |
2012-11-14 | [analyzer] Add a test case for printing a path note at a PreStmt point. | Jordan Rose |
2012-11-14 | Improve -Wtautological-constant-out-of-range-compare by taking into account | Richard Trieu |
2012-11-14 | Teach the AST importer to merge enumerator constants. Fixes | Douglas Gregor |
2012-11-14 | When evaluating variably modified types for function parameters, dig out the | Eli Friedman |
2012-11-14 | Remove the cellspu port. | Eric Christopher |
2012-11-14 | ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfter... | NAKAMURA Takumi |
2012-11-14 | [analyzer] Ensure that CmpRuns recursively walks the output directory. | Anna Zaks |
2012-11-14 | In ExpressionEvaluationContextRecord manage LambdaMangle with a shared | Argyrios Kyrtzidis |
2012-11-14 | The ObjC++-to-C++ personality trick is only necessary on NeXT runtimes, | John McCall |
2012-11-14 | fixes a buildbot failure. | Fariborz Jahanian |
2012-11-14 | Fix 80-column violation. | Fariborz Jahanian |
2012-11-14 | objective-C blocks: Provide layout map for byref | Fariborz Jahanian |
2012-11-14 | s/tranform/transform/ | Benjamin Kramer |
2012-11-14 | Move some GNUStep-specific code out of CGObjCGNU. | John McCall |
2012-11-14 | PR14279: Work around this major miscompilation by treating move operations as | Richard Smith |
2012-11-14 | When we have a MemberExpr referring to an overloaded static member function, | Richard Smith |
2012-11-14 | Code cleanup: Remove trailing whitespace in unwind.h. | Logan Chien |
2012-11-14 | Remove debugging assert. | David Blaikie |
2012-11-14 | SemaTemplateDeduction.cpp: Prune two obsolete descriptions. [-Wdocumentation] | NAKAMURA Takumi |
2012-11-14 | ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation] | NAKAMURA Takumi |
2012-11-14 | Suppress elided variadic macro argument extension diagnostic for macros using | Eli Friedman |
2012-11-14 | Provide the correct mangling and linkage for certain unnamed nested classes. | David Blaikie |
2012-11-14 | Use consistent spelling of 'behavior' in a C++ warning. | Anders Carlsson |
2012-11-14 | This function isn't called SaveFiles any more. | Nick Lewycky |
2012-11-14 | Fix an assertion failure printing the unused-label fixit in files using CRLF ... | Eli Friedman |
2012-11-14 | Remove another questionable use of hasTrivial*. The relevant thing for this | Richard Smith |
2012-11-14 | Accept and pass arguments to __unknown_anytype in argument | John McCall |
2012-11-14 | Fix typo | Matt Beaumont-Gay |
2012-11-13 | Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." | Eric Christopher |
2012-11-13 | Don't try to save the assigned value in a Objective-C property assignment | Eli Friedman |
2012-11-13 | [ms] Make mangleIntegerLiteral less aware of exact type of the literal. | Nico Weber |
2012-11-13 | For classes that have the warn_unused_result attribute, don't apply the | Kaelyn Uhrain |
2012-11-13 | [analyzer] Address Jordan's code review for r167813. | Anna Zaks |
2012-11-13 | Revert r167801, "[preprocessor] When #including something that contributes no | Daniel Dunbar |
2012-11-13 | Simplify function try/catch scope handling. | David Blaikie |
2012-11-13 | Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifi... | Daniel Jasper |
2012-11-13 | This patch makes the behavior of clang consistent with the behavior of gcc 4.... | Benjamin Kramer |
2012-11-13 | UCNs in char literals are done (in LiteralSupport), remove FIXME. Expand UCN ... | Nico Weber |
2012-11-13 | Copy the decls returned by DeclContext::lookup_result to a | Argyrios Kyrtzidis |
2012-11-13 | Add a test that shows that reporting a leak after failure to free is | Anna Zaks |
2012-11-13 | Fix a Malloc Checker FP by tracking return values from initWithCharacter | Anna Zaks |
2012-11-13 | Use the 'count' attribute instead of the 'upper_bound' attribute. | Bill Wendling |
2012-11-13 | Fix IR generation for bool on PPC (and any other target where bool is not 8 b... | Eli Friedman |
2012-11-13 | [preprocessor] When #including something that contributes no tokens at all, | Argyrios Kyrtzidis |