]> granicus.if.org Git - clang/shortlog
clang
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...
2009-07-24 Anders CarlssonFix a release build warning.
2009-07-24 Fariborz JahanianMore work toward initialization of objects
2009-07-24 Steve NaroffAllow front-end 'isa' access on object's of type 'id'.
2009-07-24 Anders CarlssonDon't use getLLVMFieldNo for bitfields when constructin...
2009-07-24 Anders CarlssonCheck in a half finished new constant struct builder...
2009-07-24 Daniel DunbarFix declaration of obc_enumerationMutation function...
2009-07-24 Ted KremenekAdd doxygen comments and simplify expression.
2009-07-24 Ted KremenekIntroduce a new variant type 'TryResult' to represent...
2009-07-24 Zhongxing XuAdd getDecl() to CallGraph and CallGraphNode.
2009-07-24 Zhongxing XuConstify methods.
2009-07-24 John McCallTest commit: make a little stub routine for semantic...
2009-07-24 Ted KremenekEnable the '-warn-security-syntactic' checker option...
2009-07-24 Mike StumpImplement new warning for functions declared 'noreturn...
2009-07-24 Anders CarlssonGet rid of the size parameter to AppendField. No functi...
2009-07-24 Ted KremenekMark destructor of Checker virtual.
2009-07-24 Douglas GregorWe now do complete semantic checking for unions
2009-07-23 Douglas GregorUpdate C++ status to reflect progress on out-of-line...
2009-07-23 Douglas GregorThis patch fixes the implementations of the __has_trivi...
2009-07-23 Daniel DunbarOutput UTF-16 string literals independent of host byte...
2009-07-23 Fariborz JahanianDiagnose when base classes and members to be intialized
2009-07-23 Mike StumpRefactor and push the evaluation as late as possible.
2009-07-23 Daniel DunbarFactor out map lookup for CFString constants.
2009-07-23 Anders CarlssonDon't just store the field/bit field info one field...
2009-07-23 Mike StumpSome cleanups suggested by Daniel.
2009-07-23 Ted KremenekImplement: <rdar://problem/6335715> rule request: gets...
2009-07-23 Anders CarlssonFix another thinko.
2009-07-23 Ted KremenekAdd comments.
2009-07-23 Ted KremenekRefine checking and diagnostics for use of floating...
2009-07-23 Anders CarlssonCorrect a thinko in bitfield layout code. Fixes PR4611.
2009-07-23 Daniel DunbarSimplify, NFC.
next