Age | Commit message (Expand) | Author |
2009-11-13 | Add two new test cases for the Malloc/Free checker. Both have to do with | Ted Kremenek |
2009-11-13 | Add test case that shows a leak we don't catch. | Ted Kremenek |
2009-11-13 | Add a testcase for the recent VTT work. | Mike Stump |
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 | Add test for expr.delete p5, with a FIXME. | Daniel Dunbar |
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 missing slashes to separator line; also testing commit access | Ken Dyck |
2009-11-13 | Use 'eq' operator, and enable regular experimental checks when --experimental... | Ted Kremenek |
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 | clang-cc: Move output file initialization closer to use. | Daniel Dunbar |
2009-11-13 | Simplify, in anticipation of introducing explicit action instances. | 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 CompilerInstance::has* methods for testing if the instance has a particular | 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 a FIXME. | 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 |
2009-11-13 | Fix two bugs with temporaries: | Anders Carlsson |
2009-11-13 | Move GlobalDecl to its own file. Also add DenseMapInfo traits. | Anders Carlsson |
2009-11-13 | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar |
2009-11-13 | Only flush plist diagnostics once. | Ted Kremenek |
2009-11-13 | Fix recently introduced use-after-free error reported in <rdar://problem/7387... | Ted Kremenek |
2009-11-13 | Refine construction vtables; they don't include bits that don't have | Mike Stump |
2009-11-13 | Refine the construction vtables with respect to offsets. WIP. | Mike Stump |
2009-11-13 | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Pull static variable within function (for slightly faster startup time). | Ted Kremenek |
2009-11-13 | Allow the tracking of address points for construction vtables as well. | Mike Stump |
2009-11-13 | retain/release checker: refactor some of the summary lookup logic for instanc... | Ted Kremenek |
2009-11-13 | Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa... | Ted Kremenek |
2009-11-13 | Move -target-{triple,abi} options into FrontendOptions. | Daniel Dunbar |