aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-11-14Mangling support for typeinfo names.Mike Stump
2009-11-13Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor
2009-11-13Handle descructor printing better.Mike Stump
2009-11-13Template argument deduction of a non-type template parameter from aDouglas Gregor
2009-11-13A constructor template cannot be instantiated to a copyDouglas Gregor
2009-11-13Also track address points for primaries bases.Mike Stump
2009-11-13Code gen. For virtual destructor call on array objectsFariborz Jahanian
2009-11-13Obvious fix for PR5474.Eli Friedman
2009-11-13Fixes a code gen. bug for array delete operator callFariborz Jahanian
2009-11-13Clear temporaries in more places.Anders Carlsson
2009-11-13Code gen for arrady delete operator. Fixes pr5472.Fariborz Jahanian
2009-11-13Fix bug Doug noticed.Anders Carlsson
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 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-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 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 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-12Refine which vtbl is refernced in VTTs.Mike Stump