aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-28Lot's of little changes to get the C-based indexing API going...Steve Naroff
2009-08-28Instantiate unresolved using declarations.Anders Carlsson
2009-08-28ir-gen related patch for type conversionFariborz Jahanian
2009-08-28Add CX prefix to Cursor and move a comment.Steve Naroff
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-28Accept and ignore a few more -Wflags.Chris Lattner
2009-08-28Update checker build.Ted Kremenek
2009-08-28Use C++ style comments.Ted Kremenek
2009-08-28Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether PrivilegesTed Kremenek
2009-08-27Update exports list.Ted Kremenek
2009-08-27When looking for overloaded member operators, make sure to instantiateDouglas Gregor
2009-08-27convert to filecheck and force a triple so that this passes on bigChris Lattner
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-27Add __builtin_memchr (used by GNU libstdc++).Eli Friedman
2009-08-27Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error Eli Friedman
2009-08-27Fill in Index.h header file and add stubs to implementation file.Steve Naroff
2009-08-27Fix for PR4794 (instantiating friend class decl); this version shouldn't Eli Friedman
2009-08-27Extend the exception spec test even further. Now I need to implement this.Sebastian Redl
2009-08-27Remove unnecessary include.Eli Friedman
2009-08-27Don't create a junk file in the source directory.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-27PR4800: Implement -Wpointer-arith. I think this is the correct behavior Eli Friedman
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 unused utility methods of GRStmtNodeBuilder.Zhongxing Xu
2009-08-27Remove unused utility methods of GRStmtNodeBuilder.Zhongxing Xu
2009-08-27restore indentationGabor Greif
2009-08-27add missing headerGabor Greif
2009-08-27Remove a unused member variable. Instead query the option from AnalysisManager.Zhongxing Xu
2009-08-27iterator.h is no more. Be standards compliant.Gabor Greif
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
2009-08-27Use early returns to avoid indentation.Anders Carlsson
2009-08-27Stub out an error so we don't crash.Eli Friedman
2009-08-27Add a BuildCXXTemporaryObjectExpr and use it so default arguments will be ins...Anders Carlsson