]> granicus.if.org Git - clang/shortlog
clang
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.
2009-08-29 Fariborz JahanianPatch for code gen. for c-style cast which ends in
2009-08-29 Eli FriedmanGet rid of mostly-unused, buggy method.
2009-08-29 Benjamin Kramergcc 4.4 needs cstdio for printf. Reorder includes while...
2009-08-29 John McCallTest case.
2009-08-29 John McCallFix the breakage by handling indirect instantiations...
2009-08-29 Anders CarlssonInstantiate member and base initializers. Patch by...
2009-08-29 Eli FriedmanFix a couple issues with parsing invalid nested-name...
2009-08-29 John McCallFor consistency, just make friend declarations AS_public.
2009-08-29 John McCallFix a last-minute typo and make the test not emit tempo...
2009-08-29 John McCallEnsure code generation for friend declarations in class...
2009-08-29 Zhongxing XuRefactor undefined argument checking into a Checker.
2009-08-29 Anders CarlssonStore the SourceLocation of right parentheses in member...
2009-08-29 Anders CarlssonDon't assert that friend declarations must have access...
2009-08-29 Anders CarlssonCreateDeclRefExprs that point to UnresolvedUsingDecls.
2009-08-29 Anders CarlssonAdd another check for UnresolvedUsingDecl.
2009-08-28 Mike StumpiGenerate vcalls as we build up the methods. WIP.
2009-08-28 Douglas GregorMake sure we actually found a redeclaration before...
2009-08-28 Anders CarlssonAdd printing of access specifiers to DeclPrinter. The...
2009-08-28 Douglas GregorRemove #if 0'd code that is clearly not needed
2009-08-28 Fariborz Jahanianpath to ir-gen 12.3.1 Conversion by constructor
2009-08-28 Douglas GregorDon't crash when instantiating templates containing...
2009-08-28 Douglas GregorTest instantiation of static data members that live...
2009-08-28 Douglas GregorTest instantiations of out-of-line member definitions...
2009-08-28 Douglas GregorFix and test template instantiation for nested member...
2009-08-28 Douglas GregorTighten up the conversion from a single-level template...
2009-08-28 Douglas GregorRemove the conversion from a multi-level template argum...
2009-08-28 Douglas GregorImplement template instantiation for member class templ...
2009-08-28 Ted KremenekAdd uninitialized values test case.
2009-08-28 Ted Kremenekretain/release checker: [CIContext createCGImage.....
2009-08-28 Anders CarlssonImprove support for using decls in the decl printer.
2009-08-28 Ted KremenekAdd CIndex dependencies: libLLVMC and libclangSema...
2009-08-28 Ted KremenekTweak CIndex file to resolve to linking issues with...
2009-08-28 Anders CarlssonCheck for UnresolvedUsingDecl when determining if a...
2009-08-28 Fariborz Jahaniantest case for my last patch.
2009-08-28 Fariborz Jahanianpatch to prevent crash in hopelessly incorrect
2009-08-28 Douglas GregorCollect multiple levels of template arguments into...
2009-08-28 Anders CarlssonFix this for real.
2009-08-28 Daniel DunbarHide IdxVisitor and remove unimplemented method (causin...
2009-08-28 Fariborz JahanianTest case for conversion type method call ir-gen.
2009-08-28 Anders CarlssonAllow explicit ctors for casts.
2009-08-28 Anders CarlssonWhen doing overload resolution, expressions that are...
2009-08-28 Anders CarlssonPass InOverloadResolution all the way down to IsPointer...
2009-08-28 Steve NaroffLot's of little changes to get the C-based indexing...
2009-08-28 Anders CarlssonInstantiate unresolved using declarations.
2009-08-28 Fariborz Jahanianir-gen related patch for type conversion
2009-08-28 Steve NaroffAdd CX prefix to Cursor and move a comment.
2009-08-28 John McCallOmnibus friend decl refactoring. Instead of cloning...
2009-08-28 Anders CarlssonCreate UnresolvedUsingDecls.
2009-08-28 Anders CarlssonFactor declaration building out to Sema::BuildUsingDecl...
2009-08-28 Anders CarlssonCheck in UnresolvedUsingDecl.
2009-08-28 Ted KremenekUse SymbolicRegion instead of CodeTextRegion for symbol...
2009-08-28 Anders CarlssonMore work on using declarations.
2009-08-28 Anders CarlssonMany improvements to using declarations.
2009-08-28 Chris LattnerAccept and ignore a few more -Wflags.
2009-08-28 Ted KremenekUpdate checker build.
2009-08-28 Ted KremenekUse C++ style comments.
2009-08-28 Ted KremenekImplement: <rdar://problem/6337132> CWE-273: Failure...
2009-08-27 Ted KremenekUpdate exports list.
2009-08-27 Douglas GregorWhen looking for overloaded member operators, make...
next