aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-26Bye-bye old RequireCompleteType.Anders Carlsson
2009-08-26Fixup codegen for static dispatch to a virtual function that wasMike Stump
2009-08-26Tweak the list of open projects for C++Douglas Gregor
2009-08-26ir-gen for type convesion of class objects. WIP.Fariborz Jahanian
2009-08-26Make sure to bump the reference count of the last element in the ParenListExp...Douglas Gregor
2009-08-26Remove another unused argument.Anders Carlsson
2009-08-26Remove the PrintType argument from RequireCompleteType.Anders Carlsson
2009-08-26When a member reference expression includes a qualifier on the memberDouglas Gregor
2009-08-26Add initial boilerplate for CIndex, a shared library that will vend high-levelTed Kremenek
2009-08-26Add a RequireCompleteType variant that takes a PartialDiagnostic. The old Req...Anders Carlsson
2009-08-26The PartialDiagnostic constructor doesn't need to be explicit.Anders Carlsson
2009-08-26Regularize the case and sort.Mike Stump
2009-08-26More improvements to PartialDiagnostic.Anders Carlsson
2009-08-26Implement support for C++ direct initializers that involve dependentDouglas Gregor
2009-08-26More work for conversion functions.Mike Stump
2009-08-26Implement virtual dispatch. :-) This is self-consistent with clang,Mike Stump
2009-08-26Fixes a comment.Fariborz Jahanian
2009-08-26AST for conversion by conversion functions. WIP.Fariborz Jahanian
2009-08-26As far as I know, there aren't any warning differences between -std=gnu99 and Eli Friedman
2009-08-26Since the HexFloats option only controls a warning, it shouldn't depend Eli Friedman
2009-08-26Make address-space qualification work correctly for compound literals. Eli Friedman
2009-08-26More support for pseudo dtors.Anders Carlsson
2009-08-26update to CXXFunctionalCastExpr to support ir-gen forFariborz Jahanian
2009-08-26Make sure to compare primary declaration contexts when determining whether a ...Douglas Gregor
2009-08-26When we know that we are parsing a class-name, implicitly construct aDouglas Gregor
2009-08-26Add Sema::BuildMemberReferenceExpr and have Sema::ActOnMemberReferenceExpr ca...Anders Carlsson
2009-08-26Address some of Doug's comments.Anders Carlsson
2009-08-26Fix for overloaded binary operators whose operands need implicitDouglas Gregor
2009-08-26Add the partially implemented PartialDiagnostic class.Anders Carlsson
2009-08-26Source location information for ? and : in a ConditionalOperator, from Enea Z...Douglas Gregor
2009-08-26Fix bug in __extension__ handling for declarations, from AbramoDouglas Gregor
2009-08-26Revert r80064 since it broke the build.Anders Carlsson
2009-08-26Implement virtual dispatch. :-) This is self-consistent with clang, but not...Mike Stump
2009-08-26Simplified default construction of array data membersFariborz Jahanian
2009-08-26Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor
2009-08-25Parsing of pseudo-destructors.Anders Carlsson
2009-08-25Update checker build.Ted Kremenek
2009-08-25Fix regression in BasicStoreManager caused by implicitly casting loaded value...Ted Kremenek
2009-08-25Handle pointer arithmetic in RegionStoreManager involving Objective-C pointersTed Kremenek
2009-08-25Test out-of-line definition of a static data member of a member class of a ne...Douglas Gregor
2009-08-25Test out-of-line definitions of static data members of nested member class te...Douglas Gregor
2009-08-25Improve support for out-of-line definitions of nested templates andDouglas Gregor
2009-08-25Clarify the difference between substitution and instantiation by renamingJohn McCall
2009-08-25Update checker build.Ted Kremenek
2009-08-25Fix crash reported in <rdar://problem/7124210> by "back-porting" some of theTed Kremenek
2009-08-25Update Xcode project file to include indexing source files.Steve Naroff
2009-08-25Changed condition of an assert.Fariborz Jahanian
2009-08-25Move logic of GRExprEngine::EvalBinOp to SValuator::EvalBinOp.Ted Kremenek
2009-08-25Modify an assert to capture the restriction on friend declarations moreJohn McCall
2009-08-25Implement out-of-line definitions of nested class templates. Most ofDouglas Gregor