aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-13Add two new test cases for the Malloc/Free checker. Both have to do withTed Kremenek
2009-11-13Add test case that shows a leak we don't catch.Ted Kremenek
2009-11-13Add a testcase for the recent VTT work.Mike Stump
2009-11-13Code gen for arrady delete operator. Fixes pr5472.Fariborz Jahanian
2009-11-13Fix bug Doug noticed.Anders Carlsson
2009-11-13Add test for expr.delete p5, with a FIXME.Daniel Dunbar
2009-11-13Do not store DIDescriptor directly into a container. Store MDNode directly, t...Devang Patel
2009-11-13This falls into the category of stupid pet tricks. I hate to do this,Mike Stump
2009-11-13add missing slashes to separator line; also testing commit accessKen Dyck
2009-11-13Use 'eq' operator, and enable regular experimental checks when --experimental...Ted Kremenek
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-13When performing copy initialization (= "implicit conversion", here) toDouglas Gregor
2009-11-13When transforming an expression statement (e.g., for templateDouglas Gregor
2009-11-13Add CompilerInstance utility functions for creating output files.Daniel Dunbar
2009-11-13Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so...Anders Carlsson
2009-11-13Don't bind arguments to temporaries if the argument has a reference type.Anders Carlsson
2009-11-13Remove local splitLines reimplementation.Daniel Dunbar
2009-11-13Add output file list to CompilerInstance, so that it can track them instead ofDaniel Dunbar
2009-11-13clang-cc: Move output file initialization closer to use.Daniel Dunbar
2009-11-13Simplify, in anticipation of introducing explicit action instances.Daniel Dunbar
2009-11-13Add CodeCompletion consumer to CompilerInvocation.Daniel Dunbar
2009-11-13Rework Sema code completion interface.Daniel Dunbar
2009-11-13Add CompilerInstance::createPCHExternalASTSource.Daniel Dunbar
2009-11-13Add CompilerInstance::has* methods for testing if the instance has a particularDaniel Dunbar
2009-11-13Add ASTContext to CompilerInstance.Daniel Dunbar
2009-11-13Malloc checker basically works now.Zhongxing Xu
2009-11-13Hook up Malloc checker.Zhongxing Xu
2009-11-13Check in a new interface of Checker, which will soon be used.Zhongxing Xu
2009-11-13GRStateManager::CurrentStmt is not used. Remove it.Zhongxing Xu
2009-11-13Add CompilerInstance::createDiagnostics, and move clang-cc to it.Daniel Dunbar
2009-11-13Add a FIXME.Daniel Dunbar
2009-11-13Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor toDaniel Dunbar
2009-11-13Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.Daniel Dunbar
2009-11-13Include header for printf.Zhongxing Xu
2009-11-13Use StringRef::split instead of SplitString.Rafael Espindola
2009-11-13Add a special BuildVirtualCall that's going to be used for building calls to ...Anders Carlsson
2009-11-13Fix two bugs with temporaries:Anders Carlsson
2009-11-13Move GlobalDecl to its own file. Also add DenseMapInfo traits.Anders Carlsson
2009-11-13Add {File,Source}Manager to CompilerInstance.Daniel Dunbar
2009-11-13Add CompilerInstance, and starting moving clang-cc to it.Daniel Dunbar
2009-11-13Only flush plist diagnostics once.Ted Kremenek
2009-11-13Fix recently introduced use-after-free error reported in <rdar://problem/7387...Ted Kremenek
2009-11-13Refine construction vtables; they don't include bits that don't haveMike Stump
2009-11-13Refine the construction vtables with respect to offsets. WIP.Mike Stump
2009-11-13Move input kind identification (-x) into FrontendOptions.Daniel Dunbar
2009-11-13Pull static variable within function (for slightly faster startup time).Ted Kremenek
2009-11-13Allow the tracking of address points for construction vtables as well.Mike Stump
2009-11-13retain/release checker: refactor some of the summary lookup logic for instanc...Ted Kremenek
2009-11-13Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...Ted Kremenek
2009-11-13Move -target-{triple,abi} options into FrontendOptions.Daniel Dunbar