aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-08-28iGenerate vcalls as we build up the methods. WIP.Mike Stump
2009-08-28Make sure we actually found a redeclaration before complaining about attribut...Douglas Gregor
2009-08-28Add printing of access specifiers to DeclPrinter. The formatting is pretty ba...Anders Carlsson
2009-08-28Remove #if 0'd code that is clearly not neededDouglas Gregor
2009-08-28path to ir-gen 12.3.1 Conversion by constructorFariborz Jahanian
2009-08-28Don't crash when instantiating templates containing anonymous structs/unionsDouglas Gregor
2009-08-28Test instantiation of static data members that live within nestedDouglas Gregor
2009-08-28Fix and test template instantiation for nested member templates.Douglas Gregor
2009-08-28Tighten up the conversion from a single-level template argument listDouglas Gregor
2009-08-28Remove the conversion from a multi-level template argument list back to a sin...Douglas Gregor
2009-08-28Implement template instantiation for member class templates.Douglas Gregor
2009-08-28retain/release checker: [CIContext createCGImage...] and friends returned CFTed Kremenek
2009-08-28Improve support for using decls in the decl printer.Anders Carlsson
2009-08-28Check for UnresolvedUsingDecl when determining if a declaration is a redeclar...Anders Carlsson
2009-08-28patch to prevent crash in hopelessly incorrectFariborz Jahanian
2009-08-28Collect multiple levels of template arguments into a new type,Douglas Gregor
2009-08-28Fix this for real.Anders Carlsson
2009-08-28Allow explicit ctors for casts.Anders Carlsson
2009-08-28When doing overload resolution, expressions that are value dependent but not ...Anders Carlsson
2009-08-28Pass InOverloadResolution all the way down to IsPointerConversion.Anders Carlsson
2009-08-28Instantiate unresolved using declarations.Anders Carlsson
2009-08-28ir-gen related patch for type conversionFariborz Jahanian
2009-08-28Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall
2009-08-28Create UnresolvedUsingDecls.Anders Carlsson
2009-08-28Factor declaration building out to Sema::BuildUsingDeclaration.Anders Carlsson
2009-08-28Check in UnresolvedUsingDecl.Anders Carlsson
2009-08-28Use SymbolicRegion instead of CodeTextRegion for symbolic functionTed Kremenek
2009-08-28More work on using declarations.Anders Carlsson
2009-08-28Many improvements to using declarations.Anders Carlsson
2009-08-28Use C++ style comments.Ted Kremenek
2009-08-28Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether PrivilegesTed Kremenek
2009-08-27When looking for overloaded member operators, make sure to instantiateDouglas Gregor
2009-08-27CFG construction: Abort CFG construction when processing a CompoundStmt if anyTed Kremenek
2009-08-27Rename 'bindExpr' to 'BindExpr'.Ted Kremenek
2009-08-27Move the AnalysisContext* from GRState to Environment.Ted Kremenek
2009-08-27Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++.Eli Friedman
2009-08-27Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error Eli Friedman
2009-08-27Fix for PR4794 (instantiating friend class decl); this version shouldn't Eli Friedman
2009-08-27Back out bad piece of r80272. Will look at fixing this a different way.Eli Friedman
2009-08-27PR4794: Make instantiating friend class decls not crash.Eli Friedman
2009-08-27Add an InOverloadResolution flag to TryCopyInitialization.Anders Carlsson
2009-08-27Remove more default arguments.Anders Carlsson
2009-08-27Remove default arguments from TryImplicitConversion and fix a bug found in th...Anders Carlsson
2009-08-27Remove default argument from TryCopyInitialization.Anders Carlsson
2009-08-27Revert the flags change for now, I have a better idea for this.Anders Carlsson
2009-08-27Implement instantiation of the declarations of member functionDouglas Gregor
2009-08-27Add a OverloadResolutionFlags and start converting some of the overload metho...Anders Carlsson
2009-08-27Remove a unused member variable. Instead query the option from AnalysisManager.Zhongxing Xu
2009-08-27When checking whether one declaration context encloses another, make sure to ...Douglas Gregor
2009-08-27Don't check member and base initializers if the constructor is dependent.Anders Carlsson