Age | Commit message (Expand) | Author |
2012-11-16 | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith |
2012-11-15 | Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a... | Eli Friedman |
2012-11-15 | PR9903: Recover from a member functon declared with the 'typedef' specifier by | Richard Smith |
2012-11-15 | [analyzer] Fix a use-after-free introduced in r168019. | Jordan Rose |
2012-11-15 | If an excluded header does not exist, just ignore it | Douglas Gregor |
2012-11-15 | [analyzer] Report leaks at the closing brace of a function body. | Jordan Rose |
2012-11-15 | [analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback. | Jordan Rose |
2012-11-15 | [analyzer] MacOSKeychainAPIChecker: Remove now-unnecessary check::EndPath. | Jordan Rose |
2012-11-15 | [analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback. | Jordan Rose |
2012-11-15 | [analyzer] Mark symbol values as dead in the environment. | Jordan Rose |
2012-11-15 | block extended signatur option. Change previous option | Fariborz Jahanian |
2012-11-15 | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis |
2012-11-15 | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis |
2012-11-15 | Simplify code. No functionality change. | Benjamin Kramer |
2012-11-15 | Do not cache a pointer to ExprEvalContexts.back(). | Benjamin Kramer |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-11-15 | Teach the uninitialized field warning about anonymous structs and union members. | Nick Lewycky |
2012-11-15 | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames |
2012-11-15 | Revert r167567, restoring the ability of clang to run gcc in cases where it | Nick Lewycky |
2012-11-15 | Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o... | Richard Trieu |
2012-11-15 | Do not use data recursion in ASTMatchFinder. | Daniel Jasper |
2012-11-15 | [analyzer] Make sure calls in synthesized functions have valid path locations. | Jordan Rose |
2012-11-15 | Fix a trivial bool-related bug I spotted while skimming David Fang's | Eli Friedman |
2012-11-15 | Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the | Richard Smith |
2012-11-15 | Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the type | Eli Friedman |
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 | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian |
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 | 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 | 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 |