]> granicus.if.org Git - clang/shortlog
clang
2009-09-03 Ted KremenekFix regression introduced in r80786 and reported in...
2009-09-03 Zhongxing Xuremove a debug output I introduced in the last commit.
2009-09-03 Mike StumpUpdate.
2009-09-03 Anders CarlssonAdd CastExpr::getCastKindName and use it in the StmtDumper.
2009-09-03 Steve NaroffRemove redundant local variable (use newly created...
2009-09-03 Fariborz JahanianThis patch does the following.
2009-09-03 Steve NaroffVisit function/method bodies and issue callback for...
2009-09-02 Douglas GregorAdd a wicked little test-case that illustrates what...
2009-09-02 Douglas GregorDon't try to CodeGen using directives, from Anders...
2009-09-02 Daniel DunbarInitialize targets before parsing command line options...
2009-09-02 Fariborz JahanianMinor refactoring of my last patch.
2009-09-02 Fariborz JahanianReferenced instatiated default constructors
2009-09-02 Douglas GregorRewrite of our handling of name lookup in C++ member...
2009-09-02 Fariborz JahanianAdded a FIXME to the test case.
2009-09-02 Anders CarlssonFix an assertion when initializing a union using a...
2009-09-02 Fariborz JahanianChanged abi mode for these test which are dereferencing
2009-09-02 Anders CarlssonFix a crash when referencing static data members.
2009-09-02 Ted KremenekUpdate checker build.
2009-09-02 Eli FriedmanFix warnings.
2009-09-02 John McCallBorrow a friend class's previous declaration's access...
2009-09-02 Anders CarlssonFix a codegen crash when a class template has a constru...
2009-09-02 Steve NaroffFix some newly added bugs uncovered by the RELEASE...
2009-09-02 Steve NaroffStart issuing callback for references (add some predica...
2009-09-02 Anders CarlssonPacked unions should be packed. Fixes an assert Daniel...
2009-09-02 Fariborz JahanianAllow null initialization of scalara data members
2009-09-02 Steve NaroffFlesh out CXCursorKind...
2009-09-02 Zhongxing XuRefactor the check for bad divide into a checker.
2009-09-02 Douglas GregorDocument how we intepret C++ DR 382
2009-09-02 Douglas GregorAdd a few more typename-specifier tests that involve...
2009-09-02 Douglas GregorWhen parsing typename specifiers (with either the ident...
2009-09-02 Zhongxing XuRefactor bad callee check into a Checker.
2009-09-02 Zhongxing XuStill use BadArg bugtype in the checker. This saves...
2009-09-02 Ted KremenekReplace uses of ImmutableSet in SymbolReaper with Dense...
2009-09-02 Ted KremenekImplement: <rdar://problem/6337100> CWE-338: Use of...
2009-09-02 John McCallWhen adding a friend class declaration to the lookup...
2009-09-02 John McCallFix a little crasher in friend decls. Thanks again...
2009-09-02 Mike StumpAdd mangling for covariant thunks.
2009-09-02 John McCallEnsure that the tag decls of friend decls aren't added...
2009-09-02 Mike StumpShorten name.
2009-09-02 Mike StumpAdd mangling for thunks.
2009-09-02 Fariborz JahanianTest for my last patch.
2009-09-02 Fariborz JahanianIt is illegal to derefrercne to an interface in
2009-09-01 Mike StumpMore overriding base work and some cleanups. WIP.
2009-09-01 Fariborz JahanianAfter a conversation with Doug. I added a fix me to
2009-09-01 Mike StumpSplit out overriding. WIP.
2009-09-01 Mike StumpTestcase for recent checkin.
2009-09-01 Anders CarlssonHandle member expressions that return references correctly.
2009-09-01 Anders CarlssonAssert that we don't have any virtual bases. We can...
2009-09-01 Douglas GregorIn CXXBaseOrMemberInitializer, don't confuse CtorTocall...
2009-09-01 Anders CarlssonUse the correct cast kinds for bit casts and function...
2009-09-01 Anders CarlssonAdd a CK_FunctionToPointerDecay cast kind.
2009-09-01 Anders CarlssonWe can generate constructors/destructors with base...
2009-09-01 Ted KremenekAdd test case from <rdar://problem/7184450>.
2009-09-01 Douglas GregorImplement proper substitution for OverloadedFunctionDec...
2009-09-01 Douglas GregorAdd DeclContext::Equals to compare declaration contexts...
2009-09-01 Steve NaroffTweak comment based on Daniel's recently added '-emit...
2009-09-01 Douglas Gregor"The attached patch moves AttributeList::addAttributeLi...
2009-09-01 Fariborz JahanianFixed a property getter ir-gen crash.
2009-09-01 Douglas GregorFix a crasher involving template instantiation of non...
2009-09-01 Daniel DunbarAdd driver support for -emit-ast and AST compilation...
2009-09-01 Douglas GregorTip-toe around strict-aliasing violation. Fixes PR4061.
2009-09-01 Steve NaroffAdd explicit "blind" client data to callback function...
2009-09-01 Douglas GregorMove C++ test over to CodeGenCXX, since it requires...
2009-09-01 Anders CarlssonDon't assume that a base is always a RecordType, it...
2009-09-01 Anders CarlssonAdd pretty stack traces when instantiating functions...
2009-09-01 Anders CarlssonHandle member initializers that point to fields in...
2009-09-01 Anders CarlssonDon't assert when instantiating member references to...
2009-09-01 Eli FriedmanPR4836, part 2: CodeGen for __builtin_isnan.
2009-09-01 Douglas GregorPreliminary AST representation and semantic analysis for
2009-09-01 Daniel DunbarForce triple for this test (non-fragile ABI is default...
2009-09-01 Ted KremenekSentence-case bug category.
2009-08-31 Douglas GregorRemember to write the qualifier of a MemberExpr to...
2009-08-31 Douglas GregorEliminate CXXAdornedMemberExpr entirely. Instead, optio...
2009-08-31 John McCallFix bug 4784 and allow friend declarations to properly...
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Douglas GregorRename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr...
2009-08-31 Douglas GregorAdd parsing for references to member function templates...
2009-08-31 Eli FriedmanPR4836, part 1: add Sema support for __builtin_isnan...
2009-08-31 Douglas GregorImplement template instantiation for member operator...
2009-08-31 Douglas GregorSupport explicit C++ member operator syntax, from James...
2009-08-31 Fariborz JahanianRe-implemented generation of objc_memmove_collectable
2009-08-31 Daniel DunbarFix a -Asserts warning.
2009-08-31 David ChisnallAdded test cases for presence and absence of __has_feat...
2009-08-31 David ChisnallUpdated GNU runtime non-fragile ABI.
2009-08-31 Steve NaroffImplement source/line/column hooks.
2009-08-31 Steve NaroffMore fleshing out the C-based indexing API (under const...
2009-08-30 Anders CarlssonMore missing member goodness.
2009-08-30 Anders CarlssonImprove missing error messages as suggested by Doug.
2009-08-30 Anders CarlssonUse DiagnoseMissingMember for UsingDecls.
2009-08-30 Anders CarlssonImprove diagnostics for missing members. This renames...
2009-08-30 Eli FriedmanUnbreak tests. I'll look into why this is necessary...
2009-08-29 Argyrios KyrtzidisFix the start source location for type-specs like long...
2009-08-29 Argyrios KyrtzidisFix TypeLoc::operator bool().
2009-08-29 Eli FriedmanMake instantiating initializers for classes with a...
2009-08-29 Eli FriedmanMake IRGen for initializing a member reference work...
2009-08-29 Anders CarlssonAdd a workaround for decls that come from friend decls...
2009-08-29 Anders CarlssonIn DeclPrinter, assert when asked to print AS_None.
2009-08-29 Fariborz JahanianPatch to ir-gen user-defined conversions used in expres...
2009-08-29 Anders CarlssonSet the access specifier for using decls.
2009-08-29 Anders CarlssonImprove instantiation of UnresolvedUsingDecls.
next