Age | Commit message (Expand) | Author |
2010-02-26 | Remove derelict GRStmtNodeBuilder::LastNode. | Zhongxing Xu |
2010-02-26 | Support rewriting of property synthesis with retain/copy | Fariborz Jahanian |
2010-02-26 | Commit Eli's fix for implicit conversions to array type. Fixes PR6264. | Douglas Gregor |
2010-02-26 | Don't generate method metadata for @dynamic properties. Fixes PR6354. | David Chisnall |
2010-02-26 | Use the power of types to track down another canonicalization bug in | John McCall |
2010-02-26 | Make sure to mark constructors, operator new, and operator delete as | Douglas Gregor |
2010-02-26 | When we decide to re-use an existing CXXConstructExpr node, make sure | Douglas Gregor |
2010-02-25 | When computing the composite pointer type for relational comparisons, | Douglas Gregor |
2010-02-25 | Improve vcall offset handling. | Anders Carlsson |
2010-02-25 | Fux a bug where we were trying to add overriders for non-virtual bases of vir... | Anders Carlsson |
2010-02-25 | Move ~CodeGenAction out-of-line. | Daniel Dunbar |
2010-02-25 | Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d... | Douglas Gregor |
2010-02-25 | Allow us to compare derived-to-base conversions between a reference | Douglas Gregor |
2010-02-25 | Forgot to include nested protocols in collection, resulting in | Fariborz Jahanian |
2010-02-25 | Don't try to finalize an ill-formed variable or one whose class type is ill-f... | Douglas Gregor |
2010-02-25 | Revert patches r97122 r97127 r97129 r97131. | Jakob Stoklund Olesen |
2010-02-25 | Add "template" keyword at strategic position to fix | Gabor Greif |
2010-02-25 | When comparing two method overload candidates during overload diagnostics, | John McCall |
2010-02-25 | Fix a really trivial crasher and begin fleshing out one of the namespace test | Chandler Carruth |
2010-02-25 | Move the GenerateCallExitNode logic completely into GREndPathNodeBuilder. | Zhongxing Xu |
2010-02-25 | Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces... | Zhongxing Xu |
2010-02-25 | Add a new conversion rank to classify conversions between complex and scalar | Chandler Carruth |
2010-02-25 | Add comments. | Zhongxing Xu |
2010-02-25 | Call inliner improvements: | Zhongxing Xu |
2010-02-25 | Add MacOSXAPIChecker, a meta checker to include various precondition checks f... | Ted Kremenek |
2010-02-25 | When generating error node, check to see if we already cached out. | Ted Kremenek |
2010-02-25 | Targets (like pic16) may have mangled the name of global variables, | Sanjiv Gupta |
2010-02-25 | Update CMake makefiles | Douglas Gregor |
2010-02-25 | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor |
2010-02-25 | Frontend: Add CodeGenAction::takeModule(). | Daniel Dunbar |
2010-02-25 | Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. | Daniel Dunbar |
2010-02-25 | Remove dead code. | Anders Carlsson |
2010-02-25 | Move the vcall and vbase offset layout code out into its own class. | Anders Carlsson |
2010-02-25 | Driver: Allow driver title (for --help) to be overridden by clients. | Daniel Dunbar |
2010-02-25 | Enhance the unused ivar checker to not consider an ivar to be accidentally un... | Ted Kremenek |
2010-02-25 | Allow __attribute__((unused)) to be applied to ObjC ivars. | Ted Kremenek |
2010-02-25 | Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic | Daniel Dunbar |
2010-02-25 | Remove some oogly code made dead by the pseudo-destructor | Douglas Gregor |
2010-02-25 | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor |
2010-02-25 | Catch more uses of uninitialized implicit conversion sequences. | John McCall |
2010-02-25 | Add UnixAPIChecker, a meta checker to include various precondition checks for... | Ted Kremenek |
2010-02-25 | Remove stray #include. | Ted Kremenek |
2010-02-25 | Remove #include. | Ted Kremenek |
2010-02-25 | Divide list of registration functions in API and foundational checks. Also t... | Ted Kremenek |
2010-02-25 | Sort list of checker registration functions. | Ted Kremenek |
2010-02-24 | Keep track of the location of the '~' in a pseudo-destructor expression. | Douglas Gregor |
2010-02-24 | Retain complete source information for the type after the '~' in a | Douglas Gregor |
2010-02-24 | Make sure that we finish the DeclSpec when parsing a C++ | Douglas Gregor |
2010-02-24 | Make sure that we have type source information for the scope type of a | Douglas Gregor |
2010-02-24 | Implement nasty rewriting of nested blocks when inner | Fariborz Jahanian |