aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-16validatorGabor Greif
2010-10-16these items are done, afaikGabor Greif
2010-10-16objc_exception_rethrow does not take an exception argument.John McCall
2010-10-16Reformatting.John McCall
2010-10-16White-listing templated-scope friend decls is a good idea, but doing itJohn McCall
2010-10-16Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature forDaniel Dunbar
2010-10-16Add an empty robots.txt, mostly just to reduce errors in HTTP log.Daniel Dunbar
2010-10-16Add a favicon.ico, mostly just to reduce errors in HTTP log.Daniel Dunbar
2010-10-16IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don'tDaniel Dunbar
2010-10-16Fix a rewriting bug of rewriting properties declared inFariborz Jahanian
2010-10-16Tweak scan-build to work with naked clang commands.Ted Kremenek
2010-10-16Not really sure how this worked, but it seems like a clear typo. =]Chandler Carruth
2010-10-15Allow list-initialization of a local variable of class type with aDouglas Gregor
2010-10-15Disable this test again, which naturally fails on every platform except the o...Douglas Gregor
2010-10-15Tweak retain/release checker diagnostics to specify a leak occurs because an ...Ted Kremenek
2010-10-15Check for ivar being a C++ object before attempting toFariborz Jahanian
2010-10-15Driver: Error on -fno-for-scope, which we have no intention of supporting.Daniel Dunbar
2010-10-15Report the location of the syntax error inside a macro. Fixes PR7944.Nick Lewycky
2010-10-15bool bit fields are causing problems with MSVC. Replace them with unsigned bi...Francois Pichet
2010-10-15Mention the paragraphs in the standards which sanction TBAA.Dan Gohman
2010-10-15Use a different name for pointer types in tbaa, to be a littleDan Gohman
2010-10-15Add a comment.Dan Gohman
2010-10-15Fix a typo in a comment Frits van Bommel spotted.Dan Gohman
2010-10-15Experimental TBAA support for enum types.Dan Gohman
2010-10-15Again, add '-include-pch' option to the driver, so it can get passed to the c...Argyrios Kyrtzidis
2010-10-15Revert r116605, a lot more were committed by mistake.Argyrios Kyrtzidis
2010-10-15Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.Argyrios Kyrtzidis
2010-10-15Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClassFariborz Jahanian
2010-10-15TBAA = Type Based Alias AnalysisDevang Patel
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis
2010-10-15Don't leak the TBAA object.Dan Gohman
2010-10-15Add a comment about odd "signed char" incompatibility between C++ and C.Dan Gohman
2010-10-15Add clang_getLocationForOffset() to libclang, for gives a source location fro...David Chisnall
2010-10-15When performing typo correction, keep track of whether the last lookupDouglas Gregor
2010-10-15Disable type.m while failures are investigated.Daniel Dunbar
2010-10-15Make test more consistent.Daniel Dunbar
2010-10-15When we're in the context of an Objective-C message send's receiver,Douglas Gregor
2010-10-15Diagnose C++ [class.mem]p13-14, where a class member has the same nameDouglas Gregor
2010-10-15zap trailing whitespaceGabor Greif
2010-10-15testcase for http://llvm.org/PR8371 of my last commit, r116570Gabor Greif
2010-10-15fix http://llvm.org/PR8371 in the straightforward way, also adding a commentGabor Greif
2010-10-15Treat __extension__ like ParenExpr.Abramo Bagnara
2010-10-15Recurse on a TypeLoc rather than a Type for TypedefDecl, now that theCraig Silverstein
2010-10-15Death to blocks, or at least the word "block" in one particular obnoxiouslyJohn McCall
2010-10-15Don't complain about a variable within a linkage-specification that isDouglas Gregor
2010-10-15When we are missing the ',' or '>' to terminate a template parameterDouglas Gregor
2010-10-15Add builtin conditional operator candidates for scoped enumerationDouglas Gregor
2010-10-15Update CMake.Daniel Dunbar
2010-10-15Copied some flags from the Makefile build to the list of GCC flags.Oscar Fuentes
2010-10-15Add a TBAA type for pointer types.Dan Gohman