]> granicus.if.org Git - clang/shortlog
clang
2009-07-28 Ted KremenekFix regression in attribute 'nonnull' checking when...
2009-07-28 Anders CarlssonAdd a field for C++ specific data to ASTRecordLayout...
2009-07-28 Fariborz JahanianMore cleanup of data member access and then some.
2009-07-28 Owen AndersonUpdate for LLVM API change.
2009-07-28 Chris Lattnerfix PR4633: cast to void should silence the 'unused...
2009-07-28 Chris Lattneradd some fixme's
2009-07-28 Chris Lattnerthis test crashes, disable it harder.
2009-07-28 Fariborz JahanianSome code cleanup.
2009-07-28 Anders CarlssonMore CGRecordLayoutBuilder cleanup.
2009-07-28 Fariborz JahanianMore work toward data member access ir-gen.
2009-07-28 Anders CarlssonAdd two more tests.
2009-07-28 Douglas GregorAdd a template test that requires canonical expression...
2009-07-28 Douglas GregorFix a typo in a comment
2009-07-28 Douglas GregorProfiling the pointer of a canonical type is sufficient...
2009-07-28 Douglas GregorFinish profile support for statements.
2009-07-28 Douglas GregorComplete profile support for C++ and Objective-C expres...
2009-07-28 John McCallBounds checking for address spaces.
2009-07-28 Daniel DunbarCallExpr's SubExprs sometimes were allocated in the...
2009-07-28 John McCallReimplement QualifierSet using a single word, as reques...
2009-07-28 Argyrios KyrtzidisImplement ObjCMethodDecl::getCanonicalDecl().
2009-07-28 Argyrios Kyrtzidis-Add ObjCCategoryImplDecl::getCategoryClass() which...
2009-07-28 Argyrios KyrtzidisUse ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCI...
2009-07-28 Mike StumpMake longjmp a real builtin.
2009-07-28 John McCallAllow functions to be marked "implicit return zero...
2009-07-28 Douglas GregorAdd a Profile function for statements so that we can...
2009-07-28 Ted KremenekOnly generate preprocessed files during crashes using...
2009-07-28 Ted KremenekFix helper function GetNextStmt() to look for the first...
2009-07-28 Mike StumpMake sure to move the comment with the code.
2009-07-27 Fariborz JahanianPatch for objc's zero-const exception to not assume
2009-07-27 Owen AndersonUpdate for LLVM API change.
2009-07-27 Mike StumpEnsure we can work through typedefs.
2009-07-27 Ted Kremenek(1) Enable PlistDiagnostics to take an option "PathDiag...
2009-07-27 Ted KremenekAdd scan-build support for 'plist-html', a hybrid mode...
2009-07-27 Mike StumpAdd knowledge about _longjmp being noreturn.
2009-07-27 Mike StumpAdd builtin knowledge about longjmp being noreturn...
2009-07-27 Owen AndersonUpdate for LLVM API change.
2009-07-27 Fariborz JahanianSome minor changes toward support of data
2009-07-27 Benjamin Kramerfix test (broken in r77224)
2009-07-27 Mike StumpAdd noreturn for exit.
2009-07-27 Argyrios KyrtzidisMake ObjCImplDecl inherit from ObjCContainerDecl.
2009-07-27 Daniel DunbarTweak MultiTestRunner --path argument.
2009-07-27 Devang PatelUse DICompositeType->replaceAllUsesWith()
2009-07-27 Douglas GregorFix typo in error message
2009-07-27 Douglas GregorPrepare CMake regression testing for Daniel's upcoming...
2009-07-27 Douglas GregorWhen instantiating a variable without an initializer...
2009-07-27 Anders CarlssonUse the CGRecordLayoutBuilder even if there are no...
2009-07-27 Anders CarlssonEnable the new struct type builder now that the constan...
2009-07-27 Anders CarlssonFix a tail padding bug in the record layout builder...
2009-07-27 Anders CarlssonEnable the new constant struct builder by default....
2009-07-27 Chris Lattneradd bugzilla #
2009-07-27 Anders CarlssonMore work on the constant struct builder, fix a couple...
2009-07-27 Anders CarlssonMore work on bitfield support in the new constant struc...
2009-07-27 Mike StumpFix PR4624.
2009-07-26 Nuno Lopesfix segfault (because of erasing after the vector bound...
2009-07-26 Nuno Lopesadd gentoo 2009.0 g++ header locations
2009-07-26 Daniel DunbarSwitch to getName()
2009-07-26 Daniel DunbarSwitch to using llvm::Value::getName()
2009-07-26 Daniel DunbarUpdate for API change.
2009-07-26 Daniel DunbarLookup targets by Triple instead of Module.
2009-07-25 Mike StumpPreserve qualifiers.
2009-07-25 Ryan FlynnPR3575 - warn on declared variable or function attribut...
2009-07-25 Argyrios KyrtzidisRefactor ObjCImplDecl::getInstanceMethod/getClassMethod...
2009-07-25 Argyrios KyrtzidisRefactor ObjCInterfaceDecl::lookupInstanceMethod/lookup...
2009-07-25 Argyrios KyrtzidisRefactor ObjCProtocolDecl::lookupInstanceMethod/lookupC...
2009-07-25 Argyrios KyrtzidisRefactor ObjCContainerDecl::getInstanceMethod/getClassM...
2009-07-25 Mike StumpImprove comments (Thanks Fariborz).
2009-07-25 Mike StumpAdd noreturn as a type attribute, handle printing for...
2009-07-25 Fariborz Jahanianir-gen for non-virtual base class initialization
2009-07-25 Sebastian RedlImplement C++ semantics for C-style and functional...
2009-07-25 Daniel DunbarMultiTestRunner: Make sure to point at src dir, for...
2009-07-25 Daniel DunbarMultiTestRunner: Cleanup test execution & output.
2009-07-25 Daniel DunbarMultiTestRunner: Drop external script and DejaGNU compa...
2009-07-25 Daniel DunbarMultiTestRunner: Disable valgrind support for now,...
2009-07-25 Daniel DunbarMultiTestRunner/Win32: Add SYSTEMROOT to environment...
2009-07-25 Daniel DunbarMake having no RUN line a failure.
2009-07-25 Daniel DunbarRemove TESTDIR initialization, MultiTestRunner can...
2009-07-25 Daniel DunbarRemove empty tests, left over from an svn revert.
2009-07-25 Daniel DunbarRemove this Makefile, it is unused.
2009-07-25 Daniel DunbarMultiTestRunner: Oops, clang wasn't being substituted...
2009-07-25 Daniel DunbarMultiTestRunner: Always use absolute path names for...
2009-07-25 Daniel DunbarDisable this test: cxx-using-declaration.cpp
2009-07-25 Daniel DunbarMultiTestRunner: Validate '&&' at the end of RUN lines.
2009-07-25 Daniel DunbarMultiTestRunner: Explicitly define child environment...
2009-07-25 Daniel DunbarMultiTestRunner.py improvements.
2009-07-25 Daniel DunbarMultiTestRunner.py improvements.
2009-07-25 Daniel DunbarChange these tests to not depend as much on the name...
2009-07-25 John McCallSemantic checking for main().
2009-07-25 John McCallFlesh out the QualifierSet API.
2009-07-25 Daniel DunbarTweak svn:ignore
2009-07-25 Anders CarlssonMore work on the constant struct builder. We can now...
2009-07-25 Fariborz JahanianSome code refactoring per Daniel's feedback.
2009-07-25 Anders CarlssonWhoops, did not mean to check this in.
2009-07-25 Anders CarlssonMore work on the constant struct builder. We now try...
2009-07-24 Owen AndersonUpdate for LLVM API change.
2009-07-24 Douglas GregorTemplate instantiation for static data members that...
2009-07-24 Fariborz JahanianFixes broken test by accident.
2009-07-24 Fariborz JahanianMore Sema check for constructor's member initializer...
2009-07-24 Ted KremenekIn the "use of floating point variable as loop counter...
2009-07-24 Ted KremenekHave 'clang --analyze' run syntactic static analysis...
2009-07-24 Mike StumpFix 80-col violations, reflow a few comments and zap...
next