]> granicus.if.org Git - clang/shortlog
clang
2010-02-23 Anders CarlssonMore fixes. Don't try to emit a virtual base vtable...
2010-02-23 Anders CarlssonAlways emit vcall offset for the primary base, not...
2010-02-23 Anders CarlssonSimplify the vcall offset calculation and make it give...
2010-02-23 Ted KremenekAdd missing header file.
2010-02-23 Anders CarlssonMore work on vcall offsets. We now emit the right numbe...
2010-02-23 Ted KremenekStart moving some of the logic for the unreachable...
2010-02-23 Ted KremenekConvert use of std::queue to llvm::SmallVector and...
2010-02-23 Anders CarlssonMove BaseOffset out of the FinalOverriders class.
2010-02-23 Fariborz JahanianMore support for ivars in class extension.
2010-02-23 Ted KremenekUse SmallVectorImpl::iterator.
2010-02-23 Ted KremenekSimplify logic for determining values of 'ReturnsVoid...
2010-02-23 Zhongxing XuCorrect comment.
2010-02-23 John McCallPerform two more constructor/destructor code-size optim...
2010-02-23 Douglas GregorImplement crazy destructor name lookup semantics differ...
2010-02-22 Douglas GregorRework the CIndex API for displaying diagnostics. Inste...
2010-02-22 Fariborz JahanianEarly support for declaring ivars in class extensions...
2010-02-22 Fariborz JahanianFixes a rewriting of byref variable when its initializer is
2010-02-22 Douglas GregorDon't assert that we have a valid access specifier...
2010-02-22 Douglas GregorSet access specifiers on imported declarations.
2010-02-22 Douglas GregorDo not require a complete type when checking for a...
2010-02-22 Douglas GregorChange the name of the vtable-debugging environment...
2010-02-22 Douglas GregorDon't use NamedDecl::getNameAsCString() when dealing...
2010-02-22 Daniel DunbarRevert "Simplify code: Succ is guaranteed to be not...
2010-02-22 Zhongxing XuRemove dead code.
2010-02-22 Zhongxing XuSimplify code: Succ is guaranteed to be not NULL.
2010-02-22 Chris LattnerAdd 'previous declaration is here' note for param redef...
2010-02-21 Douglas GregorEliminate the default arguments to ASTContext::getFunct...
2010-02-21 Daniel DunbarSpell string.h correctly.
2010-02-21 Daniel DunbarAdd missing include, noticed by ace2001ac on IRC.
2010-02-21 Daniel DunbarRemove unused includes.
2010-02-21 Douglas GregorDe-XFAIL some win32 tests that are now passing
2010-02-21 Douglas GregorAttempt to fix the MSVC9 failure with c-indext-test...
2010-02-21 Douglas GregorImplement support for parsing pseudo-destructor express...
2010-02-21 Douglas GregorA constructor template cannot be used to copy to an...
2010-02-21 Douglas GregorImplement AST import for C++ member functions, includin...
2010-02-21 Douglas GregorImplement AST importing for C++ namespaces.
2010-02-21 Douglas GregorCollect the code that imports all of the members of...
2010-02-21 Douglas GregorImplement PCH support for C++ namespaces.
2010-02-21 Chandler CarruthCommiting a revert from dgregor of a bit of destructor...
2010-02-21 Chandler CarruthMake Decl::isOutOfLine() virtual, and use that to deter...
2010-02-21 Ted KremenekClang really intends to reject attribute 'warn_unused_r...
2010-02-21 Ted KremenekDon't emit a warning about a dllimport attribute being...
2010-02-21 Ted KremenekDon't warn about functions redeclared without the dllim...
2010-02-19 Fariborz JahanianStart supporting declaration of ivars in @implementation
2010-02-19 Anders CarlssonAdd the CK_UnusedFunctionPointer component kind for...
2010-02-19 Fariborz JahanianIssue extended diagnostic when property dot-syntax...
2010-02-19 Douglas GregorSimplify the CIndex fix-it API, now that we have half...
2010-02-19 Ted KremenekFix link.
2010-02-19 Ted KremenekUpdate front page to mention Xcode integration.
2010-02-19 Ted KremenekExpose "Key features" paragraph.
2010-02-19 Douglas GregorOnly parse C++0x attribute specifiers in declarators...
2010-02-19 Douglas GregorImplement C++ name lookup for instance variables of...
2010-02-19 Douglas GregorMake Sema::ActOnClassMessage robust when name lookup...
2010-02-19 John McCallMore refactoring around constructor/destructor code...
2010-02-19 Ted KremenekLabel examples.
2010-02-19 Ted KremenekFix link.
2010-02-19 Ted KremenekSimplify menu.
2010-02-19 Ted KremenekTweak menu.
2010-02-19 Ted KremenekAdd section on using the analyzer within Xcode.
2010-02-19 Anders CarlssonDump this-adjustments for destructors as well.
2010-02-19 Anders CarlssonAdd another test from the ABI spec.
2010-02-19 Ted KremenekAdd new intro about running scan-build.
2010-02-19 John McCallEnable -mconstructor-aliases by default on non-darwin...
2010-02-19 Ted KremenekRevert: "Change InitListExpr to allocate the array...
2010-02-19 Fariborz JahanianRemove this test for now.
2010-02-19 Douglas GregorAdd a missing break. Cocoa.h can now be merged twice...
2010-02-19 John McCallRe-introduce the ctor/dtor alias optimization, this...
2010-02-19 Douglas GregorAST import for CStyleCastExpr. With this, we can import...
2010-02-19 Douglas GregorAST import for sizeof and alignof expressions
2010-02-19 Douglas GregorAST import for DeclRefExprs
2010-02-19 Fariborz JahanianXFAIL until I can fugure out how test check for a patte...
2010-02-19 Douglas GregorXFAIL some of the c-index-test tests on Windows, where...
2010-02-19 Douglas GregorAST import of parenthesized expressions, unary operator...
2010-02-19 Ted KremenekChange InitListExpr to allocate the array for holding...
2010-02-19 Douglas GregorUse a little binary header in serialized diagnostics...
2010-02-19 Fariborz JahanianPatch removes IVars list from ObjCInterfaceDecl and
2010-02-19 Blaine Garstremove unused function & enumerations
2010-02-18 Douglas GregorTeach ASTUnit to keep track of temporary files, then...
2010-02-18 Douglas GregorRe-apply my diagnostics-capture patch for CIndex, with...
2010-02-18 Ted KremenekAllow GNU attributes to appear in an Objective-C method...
2010-02-18 Ted KremenekRevert "Sort visitor methods so we can easily tell...
2010-02-18 Ted KremenekRevert "Tidy up order of switch statement. No function...
2010-02-18 Douglas GregorRevert my CIndex diagnostic changes (r96603, 96606...
2010-02-18 John McCallRevert the ctor/dtor alias optimization for now; the...
2010-02-18 Fariborz JahanianFixed a crash specific to blocks in c++ uncovered by...
2010-02-18 Douglas GregorIntroduce debugging/testing hook clang_enableStackTrace...
2010-02-18 Douglas GregorResurrect the displayDiagnostics parameter to clang_cre...
2010-02-18 John McCallMake deleting and complete dtor variants defer to other...
2010-02-18 Douglas GregorIntroduce CIndex API functions for displaying a diagnos...
2010-02-18 Ted KremenekTidy up order of switch statement. No functionality...
2010-02-18 Ted KremenekSort visitor methods so we can easily tell what's imple...
2010-02-18 Ted KremenekChange cursor behavior for attributes to have them...
2010-02-18 Anders CarlssonAttempt to fix the 32-bit test failures.
2010-02-18 Daniel Dunbartests: Tweak %clangxx definition to something which...
2010-02-18 Douglas GregorRework how CIndex handles diagnostics. Rather than...
2010-02-18 Anders CarlssonFix another bug and add another class.
2010-02-18 Anders CarlssonAdd another class from cxx-vtable-ex.html
2010-02-18 Anders CarlssonMore work on vcall offsets.
2010-02-18 Anders CarlssonAdd tests from the Itanium C++ ABI spec.
2010-02-18 Anders CarlssonStart stubbing out vcall offset handling.
next