aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-03vtable testcase for recent work on vcall/vbase offsets.Mike Stump
2009-11-03Reorganize the parsing of decl groups / function definitions so thatJohn McCall
2009-11-03Refine codegen for covariant thunks that return references.Mike Stump
2009-11-03Merge NullDerefChecker.[h,cpp] and UndefDerefChecker.[h,cpp]. They are essen...Ted Kremenek
2009-11-03Fix tests to not depend on /dev/null existing.Daniel Dunbar
2009-11-03Refine return value adjustments for thunks.Mike Stump
2009-11-03Use ParseUnqualifiedId when parsing id-expressions. This eliminatesDouglas Gregor
2009-11-03Fix documentation.Mike Stump
2009-11-03Update CMakeLists.Benjamin Kramer
2009-11-03Pull VLA size checker into its own files. Zhongxing Xu
2009-11-03Add link to FatELF project.Daniel Dunbar
2009-11-03Implement: <rdar://problem/6250216> Warn against using -[NSAutoreleasePool re...Ted Kremenek
2009-11-03Move 'static inline' functions GetNullarySelector() and GetUnarySelector() fr...Ted Kremenek
2009-11-03XFAIL Driver/hello.c on Windows.Daniel Dunbar
2009-11-03Pull AttrNonNullChecker into its own files.Zhongxing Xu
2009-11-03Add target_triple to Clang site configuration.Daniel Dunbar
2009-11-03Switch XFAIL format to match LLVM.Daniel Dunbar
2009-11-03Update CMake file.Zhongxing Xu
2009-11-03Rename NSErrorCheck to NSErrorChecker.Ted Kremenek
2009-11-03Update CMake file.Ted Kremenek
2009-11-03Pull UndefinedArgChecker into its own files.Zhongxing Xu
2009-11-03Fix buffer overflow in PrintMacroDefinition() by inverting the check to see i...Ted Kremenek
2009-11-03Pull BadCallChecker into its own files.Zhongxing Xu
2009-11-03retain/release checker: CGBitmapContextCreateWithData() returns an owned object.Ted Kremenek
2009-11-03retain/release checker: Add special handling of CGBitmapContextCreateWithData().Ted Kremenek
2009-11-03pr5371 likely has nothing to do with this.Chris Lattner
2009-11-03Refine codegen for non-virtual this adjustments for thunks.Mike Stump
2009-11-03Switch ParseStructDeclaration to a callback-based API. This will makeJohn McCall
2009-11-03Fixed for running on Windows.John Thompson
2009-11-03Add virtual adjustments for this for thunks.Mike Stump
2009-11-03Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor
2009-11-03Assortment of property attributes declared in continuationFariborz Jahanian
2009-11-02Add basic codegen for thunks that return values.Mike Stump
2009-11-02Refine codegen for thunks.Mike Stump
2009-11-02Remove GRExprEngine::CheckerVisitLocation(). It was only called in one place...Ted Kremenek
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-02Hopefully make gcc-4.0 happy with respect to the following warning:Ted Kremenek
2009-11-02Sort export list.Daniel Dunbar
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-02Add "virtual" keywords for clarity.Ted Kremenek
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-31Add missing colons for FileCheck.Benjamin Kramer
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