]> granicus.if.org Git - clang/shortlog
clang
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...
2009-08-27 Chris Lattnerconvert to filecheck and force a triple so that this...
2009-08-27 Ted KremenekCFG construction: Abort CFG construction when processin...
2009-08-27 Ted KremenekRename 'bindExpr' to 'BindExpr'.
2009-08-27 Ted KremenekMove the AnalysisContext* from GRState to Environment.
2009-08-27 Eli FriedmanDefine _GNU_SOURCE in C++ mode so that clang works...
2009-08-27 Eli FriedmanAdd __builtin_memchr (used by GNU libstdc++).
2009-08-27 Eli FriedmanClean up CodeGenFunction::EmitCastLValue to use the...
2009-08-27 Steve NaroffFill in Index.h header file and add stubs to implementa...
2009-08-27 Eli FriedmanFix for PR4794 (instantiating friend class decl); this...
2009-08-27 Sebastian RedlExtend the exception spec test even further. Now I...
2009-08-27 Eli FriedmanRemove unnecessary include.
2009-08-27 Eli FriedmanDon't create a junk file in the source directory.
2009-08-27 Eli FriedmanBack out bad piece of r80272. Will look at fixing...
2009-08-27 Eli FriedmanPR4794: Make instantiating friend class decls not crash.
2009-08-27 Anders CarlssonAdd an InOverloadResolution flag to TryCopyInitialization.
2009-08-27 Anders CarlssonRemove more default arguments.
2009-08-27 Anders CarlssonRemove default arguments from TryImplicitConversion...
2009-08-27 Eli FriedmanPR4800: Implement -Wpointer-arith. I think this is...
2009-08-27 Anders CarlssonRemove default argument from TryCopyInitialization.
2009-08-27 Anders CarlssonRevert the flags change for now, I have a better idea...
2009-08-27 Douglas GregorImplement instantiation of the declarations of member...
2009-08-27 Anders CarlssonAdd a OverloadResolutionFlags and start converting...
2009-08-27 Zhongxing XuRemove unused utility methods of GRStmtNodeBuilder.
2009-08-27 Zhongxing XuRemove unused utility methods of GRStmtNodeBuilder.
2009-08-27 Gabor Greifrestore indentation
2009-08-27 Gabor Greifadd missing header
2009-08-27 Zhongxing XuRemove a unused member variable. Instead query the...
2009-08-27 Gabor Greifiterator.h is no more. Be standards compliant.
2009-08-27 Douglas GregorWhen checking whether one declaration context encloses...
2009-08-27 Anders CarlssonDon't check member and base initializers if the constru...
2009-08-27 Anders CarlssonUse early returns to avoid indentation.
2009-08-27 Eli FriedmanStub out an error so we don't crash.
next