Age | Commit message (Expand) | Author |
2009-11-14 | PR5462: Don't run off the edge of the argument array for vararg handling | Eli Friedman |
2009-11-14 | PR5483: Generate missing form of destructor when it is virtual. (Someone | Eli Friedman |
2009-11-14 | Fix for PR5489: don't skip the complete type requrirement for variable | Eli Friedman |
2009-11-14 | When type-checking a static cast (or the static_cast part of a C-style | Douglas Gregor |
2009-11-14 | Switch -verify implementation to use VerifyDiagnosticClient. | Daniel Dunbar |
2009-11-14 | Add VerifyDiagnosticsClient, to replace old -verify. | Daniel Dunbar |
2009-11-14 | Diagnose ambiguity of operator delete and operator delete[]. Sebastian, pleas... | Anders Carlsson |
2009-11-14 | Add ASTConsumer to CompilerInstance. | Daniel Dunbar |
2009-11-14 | Generate the old API when sending message to super | Fariborz Jahanian |
2009-11-14 | Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. | Anders Carlsson |
2009-11-14 | If we attempt to add a constructor template specialization that looks | Douglas Gregor |
2009-11-14 | Add static version of Preprocessor::getSpelling. | Daniel Dunbar |
2009-11-14 | Move CompilerInstance::set* methods out-of-line. | Daniel Dunbar |
2009-11-14 | Move definition of GRExprEngine::ProcessEndPath() out-of-line. | Ted Kremenek |
2009-11-14 | Mangling support for typeinfo names. | Mike Stump |
2009-11-13 | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor |
2009-11-13 | Handle descructor printing better. | Mike Stump |
2009-11-13 | Template argument deduction of a non-type template parameter from a | Douglas Gregor |
2009-11-13 | A constructor template cannot be instantiated to a copy | Douglas Gregor |
2009-11-13 | Also track address points for primaries bases. | Mike Stump |
2009-11-13 | Code gen. For virtual destructor call on array objects | Fariborz Jahanian |
2009-11-13 | Obvious fix for PR5474. | Eli Friedman |
2009-11-13 | Fixes a code gen. bug for array delete operator call | Fariborz Jahanian |
2009-11-13 | Clear temporaries in more places. | Anders Carlsson |
2009-11-13 | Code gen for arrady delete operator. Fixes pr5472. | Fariborz Jahanian |
2009-11-13 | Fix bug Doug noticed. | Anders Carlsson |
2009-11-13 | Do not store DIDescriptor directly into a container. Store MDNode directly, t... | Devang Patel |
2009-11-13 | This falls into the category of stupid pet tricks. I hate to do this, | Mike Stump |
2009-11-13 | Add clang-cc option "--analyzer-experimental-internal-checks". This | Ted Kremenek |
2009-11-13 | When performing copy initialization (= "implicit conversion", here) to | Douglas Gregor |
2009-11-13 | When transforming an expression statement (e.g., for template | Douglas Gregor |
2009-11-13 | Add CompilerInstance utility functions for creating output files. | Daniel Dunbar |
2009-11-13 | Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so... | Anders Carlsson |
2009-11-13 | Don't bind arguments to temporaries if the argument has a reference type. | Anders Carlsson |
2009-11-13 | Remove local splitLines reimplementation. | Daniel Dunbar |
2009-11-13 | Add output file list to CompilerInstance, so that it can track them instead of | Daniel Dunbar |
2009-11-13 | Add CodeCompletion consumer to CompilerInvocation. | Daniel Dunbar |
2009-11-13 | Rework Sema code completion interface. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::createPCHExternalASTSource. | Daniel Dunbar |
2009-11-13 | Add ASTContext to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Malloc checker basically works now. | Zhongxing Xu |
2009-11-13 | Hook up Malloc checker. | Zhongxing Xu |
2009-11-13 | Check in a new interface of Checker, which will soon be used. | Zhongxing Xu |
2009-11-13 | GRStateManager::CurrentStmt is not used. Remove it. | Zhongxing Xu |
2009-11-13 | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | Daniel Dunbar |
2009-11-13 | Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to | Daniel Dunbar |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-13 | Include header for printf. | Zhongxing Xu |
2009-11-13 | Use StringRef::split instead of SplitString. | Rafael Espindola |
2009-11-13 | Add a special BuildVirtualCall that's going to be used for building calls to ... | Anders Carlsson |