aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-11-02Property declared in continuation class can only be used toFariborz Jahanian
2009-11-02Added __has_include and __has_include_next.John Thompson
2009-11-02Remove unused header.Daniel Dunbar
2009-11-02clean up namespace.Chris Lattner
2009-11-02Add note to FIXME about PR5371.Edward O'Callaghan
2009-11-02Diagnose implementation of a property declared in a categoryFariborz Jahanian
2009-11-01When determining whether a reference to a static data member is anDouglas Gregor
2009-11-01Within a template, qualified name lookup can refer to a non-dependent typeDouglas Gregor
2009-10-31Fix -pthread on dragonfly. Patch by Sascha Wildner.Mike Stump
2009-10-31Refine vcall/vbase ordering with vtable construction.Mike Stump
2009-10-31Implement "incremental" template instantiation for non-type templateDouglas Gregor
2009-10-31Update CMake file.Benjamin Kramer
2009-10-31Move CheckDivZero into its own files.Zhongxing Xu
2009-10-31Move UndefDerefChecker into its own file.Zhongxing Xu
2009-10-31fix 80-col.Zhongxing Xu
2009-10-30Fix a crazy canonical-types bug because canonicalizing aDouglas Gregor
2009-10-30When looking for a copy-assignment operator to determine the cv-qualifiers on...Douglas Gregor
2009-10-30When a friend is declared in a dependent context, don't even try toDouglas Gregor
2009-10-30Improved fix for PR3844, which recovers better for class templateDouglas Gregor
2009-10-30Tighten computation of ExprVal using ?: expression. No functionality change.Ted Kremenek
2009-10-30Improve diagnostics when parsing something likeDouglas Gregor
2009-10-30Instantiate class template friends better; fixes PR5332.Douglas Gregor
2009-10-30Change the driver to do the Darwin triple mangling itself instead of forwardingDaniel Dunbar
2009-10-30Make checkers run in deterministic order.Ted Kremenek
2009-10-30Move NullDerefChecker.h instead a 'Checkers' subdirectory.Ted Kremenek
2009-10-30Move all logic for the null dereference checker from GRExprEngineInternalChec...Ted Kremenek
2009-10-30Include macros in code-completion resultsDouglas Gregor
2009-10-30Re-arranged some internal functions for coming __has_include changes.John Thompson
2009-10-30Add C++ include paths for Exherbo. Patch by Daniel Mierswa!Benjamin Kramer
2009-10-30Fix PR5316: make assignment expressions can be visited as lvalue. Then we Zhongxing Xu
2009-10-30Handle loading of field values from LazyCompoundVals in GRExprEngine::VisitMe...Ted Kremenek
2009-10-30warn about returning the address of a label.Chris Lattner
2009-10-30Get throws limping along, still a bunch of FIXMEs. Too bad we don't support c...Anders Carlsson
2009-10-30Fix thinko, mangleCXXRtti should obviously take a QualType!Anders Carlsson
2009-10-30Add CGException.cpp, to be used for exception related code generation.Anders Carlsson
2009-10-30mangleCXXRtti obviously needs to take a type, what was I thinking...Anders Carlsson
2009-10-30This patch computes composite type of two objective-c expressionsFariborz Jahanian
2009-10-30Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no co...Anders Carlsson
2009-10-30Include pointee type information in the diagnostic for creating bad pointers orJohn McCall
2009-10-30Report accurate source-location information when rebuilding types duringJohn McCall
2009-10-29Fix one more bug with __builtin_object_size.Mike Stump
2009-10-29We may need to instantiate a class template specialization as part of a deriv...Douglas Gregor
2009-10-29Slightly improve source-location information during template instantiationDouglas Gregor
2009-10-29- Add/tweak some comments.Steve Naroff
2009-10-29Fix some issues Daniel pointed out.Mike Stump
2009-10-29Properly instantiate usage of overloaded operator []. Fixes PR5345.Sebastian Redl
2009-10-29A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat...John McCall
2009-10-29Yet more instantiation-location information. Fixes PR5336.Douglas Gregor
2009-10-29Patch for destruction of array of objects on block exit.Fariborz Jahanian
2009-10-29Make sure to call CompleteConstructorCall for bases and members that are init...Anders Carlsson