aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-25Remove CodeDecl and CFG from GRExprEngine and GRStateManager.Zhongxing Xu
2009-08-25Remove a test that relies on old debug info format.Devang Patel
2009-08-25InitializeVarWithConstructor now returns true on failure.Anders Carlsson
2009-08-25BuildCXXConstructExpr now returns an OwningExprResult.Anders Carlsson
2009-08-25Factor building of CXXDefaultArgExpr expressions out into a separate function.Anders Carlsson
2009-08-25Remove Decl and CFG from ExplodedGraph. This leads to a series small changes.Zhongxing Xu
2009-08-25Basic support for default argument expressions for function templates.Anders Carlsson
2009-08-25Factor setting default arguments out into SetParamDefaultArgument.Anders Carlsson
2009-08-25Fix ivar layout map generation (hopefully).Anders Carlsson
2009-08-25Use hasDefaultArg instead of getDefaultArg.Anders Carlsson
2009-08-25Add Decl getter/setters for uninstantiated default arguments for function par...Anders Carlsson
2009-08-25Check that the default argument is well-formed before checking the initialize...Anders Carlsson
2009-08-25Eliminate a GCC warningDouglas Gregor
2009-08-24Remove #ifdef'out code.Fariborz Jahanian
2009-08-24Keep track of the template parameter depth properly when we haveDouglas Gregor
2009-08-24Add test case for PR 4759.Ted Kremenek
2009-08-24ConstraintManager::AssumeDual now accepts a 'DefinedSVal' instead of 'SVal' forTed Kremenek
2009-08-24Introduce 'DefinedSVal', an intermediate parent class between Loc/NonLoc andTed Kremenek
2009-08-24Add missing '&&'...Daniel Dunbar
2009-08-24PR4766: Don't pass -static to 'as' on x86_64 on Darwin.Daniel Dunbar
2009-08-24Remove ivarlayout bitmap optimization, instead if all zeros,Fariborz Jahanian
2009-08-24Don't try to evaluate an expression that is type- or value-dependent while bu...Douglas Gregor
2009-08-24Skip transparent contexts when performing C++ name lookupDouglas Gregor
2009-08-24Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCas...Anders Carlsson
2009-08-24Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCastAnders Carlsson
2009-08-24Pass the cast kind to ScalarExprEmitter::EmitCastExpr.Anders Carlsson
2009-08-24Use the right cast kind when comparing null to member pointers.Anders Carlsson
2009-08-24Implement support for equality comparisons (!=, ==) of memberDouglas Gregor
2009-08-24normalize the CharacterLiteral::getLocation method name, patch Chris Lattner
2009-08-24Fixes pr4763. Fariborz Jahanian
2009-08-24More member pointer work.Anders Carlsson
2009-08-24Remove dead codeAnders Carlsson
2009-08-24Try to complete a type before looking for conversion functions withinDouglas Gregor
2009-08-24Refactor the template-instantiation logic for expressions into aDouglas Gregor
2009-08-24Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin
2009-08-24Improve top-level-semicolon test a bitDouglas Gregor
2009-08-24Top-level semicolons are allowed in C++0x. Fixes PR4755.Douglas Gregor
2009-08-24Make sure to adjust function template declarations to their templatedDouglas Gregor
2009-08-24Remove TargetInfo::getTargetPrefix().Daniel Dunbar
2009-08-24Switch to StringRef based BitstreamWriter APIs, where appropriate.Daniel Dunbar
2009-08-24Remove arch normalization from Driver, this should be unnecessary now thatDaniel Dunbar
2009-08-24Switch TargetInfo to store an llvm::Triple.Daniel Dunbar
2009-08-24Switch ABI selection to use llvm::Triple instead of string munging.Daniel Dunbar
2009-08-24fix a GCC type punning warning.Chris Lattner
2009-08-24prune #includes.Chris Lattner
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-23Reenable clang using clang-cc for C++ and all archs by default.Daniel Dunbar
2009-08-23Fix a few tests to be -Asserts agnostic.Daniel Dunbar
2009-08-23Temporarily switch clang back to not using clang-cc by default for C++, and onlyDaniel Dunbar
2009-08-23Replace cerr with errs().Benjamin Kramer