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