]> granicus.if.org Git - clang/shortlog
clang
2009-09-30 Chris Lattnerfix line #'s
2009-09-30 Chris Lattneradd some more popular examples, color code warning...
2009-09-30 Chris LattnerConvert from nonportable grep to filecheck, patch by...
2009-09-30 Douglas GregorUpdate C++ status page
2009-09-30 Fariborz JahanianNote location of operators caused the circularity.
2009-09-30 Fariborz Jahanian<rdar://problem/7263113> Make clang produce gcc's objc_...
2009-09-30 Chris Lattnerupdate copyright.
2009-09-30 Mike StumpImprove debugging information for BlockDeclRefExpr...
2009-09-30 John McCallSpare the processors of those poor wretches who have...
2009-09-30 John McCallDetect operator-> chains of arbitrary length. Use...
2009-09-30 Fariborz Jahanianself-referecing operator '->' member function was causing
2009-09-30 Douglas GregorFind operators new/delete in base classes. FIXME -= 2;
2009-09-29 John McCallDesugaring optimizations. Add single-step desugaring...
2009-09-29 Douglas GregorThe C++ delete expression strips cv-qualifiers from...
2009-09-29 Argyrios KyrtzidisPull TypeLocVisitor into its own header file.
2009-09-29 Argyrios KyrtzidisKeep track of type references in DeclReferenceMap.
2009-09-29 Argyrios KyrtzidisIn ASTVisitor, call the correct base methods.
2009-09-29 Argyrios KyrtzidisFix Decl class hierarchy.
2009-09-29 Fariborz Jahanian13.1-p3 Overloadable declarations
2009-09-29 Argyrios KyrtzidisResolve a source location inside the return type of...
2009-09-29 Argyrios KyrtzidisWhen pointing at a type decl reference, ASTLocation...
2009-09-29 Argyrios KyrtzidisResolve a source location that is inside a type declarator.
2009-09-29 Argyrios KyrtzidisIntroduce ObjCInterfaceLoc which provides type source...
2009-09-29 Argyrios KyrtzidisIntroduce TypedefLoc::getTypedefDecl().
2009-09-29 Argyrios KyrtzidisModify ASTLocation and apart from being a Decl or Stmt...
2009-09-29 Argyrios KyrtzidisIntroduce ObjCProtocolListLoc for keeping source locati...
2009-09-29 Argyrios KyrtzidisIntroduce ObjCProtocolListType type subclass.
2009-09-29 Argyrios KyrtzidisMove DeclSpec::setProtocolQualifiers() out of line.
2009-09-29 Argyrios KyrtzidisKeep protocol source locations when parsing protocol...
2009-09-29 Argyrios KyrtzidisIntroduce Type::getTypeClassName() that returns the...
2009-09-29 Argyrios KyrtzidisIntroduce TypeLoc::getSourceRange().
2009-09-29 Argyrios Kyrtzidis-Introduce TypeLoc::getOpaqueData()
2009-09-29 Argyrios KyrtzidisAdd more const-goodness to ASTLocation.
2009-09-29 Daniel DunbarFix truck sized thinko where Darwin/ARM toolchain didn...
2009-09-29 Daniel DunbarAdd a test case demonstrating a situation where we...
2009-09-29 Douglas GregorHandle C++ delete expressions when the overloaded delet...
2009-09-29 Fariborz JahanianFixes a nasty bug which only turned up in 32bit build...
2009-09-29 Ted KremenekUpdate checker build.
2009-09-29 Ted KremenekFix: <rdar://problem/7261075> [RegionStore] crash when...
2009-09-29 Douglas GregorMake sure to flush raw_string_ostream, from John Thompson
2009-09-29 Douglas GregorAllow the PYTHON make variable to override the default...
2009-09-29 Douglas GregorSet GNUMode only for the "gnu" language standard option...
2009-09-29 Douglas GregorSlightly improve the semantics of extern templates...
2009-09-29 Ted KremenekFix really insidious bug in RegionStoreManager::RemoveD...
2009-09-29 Anders CarlssonRemove PR5061 workaround.
2009-09-29 Anders CarlssonHandle CXXMemberCallExprs that point to a static method...
2009-09-29 Anders CarlssonForgot test.
2009-09-29 Ted KremenekReapply most of r82939, but add a guard that FieldRegio...
2009-09-29 Douglas GregorAdd an input file that includes all standard C++ headers
2009-09-29 Anders CarlssonHandle CK_BaseToDerivedMemberPointer for member functio...
2009-09-29 Ted KremenekRevert r82939. We can only not special case FieldRegio...
2009-09-29 Anders CarlssonImprove support for member function pointers.
2009-09-29 Anders CarlssonUse a switch statement in VisitCastExpr.
2009-09-29 Anders CarlssonMake hasAggregateLLVMType use positive checks.
2009-09-29 Mike StumpFix http://llvm.org/PR5090.
2009-09-28 Ted KremenekRemove test case's dependency on platform headers.
2009-09-28 Fariborz JahanianDefine and use a helper method to call a type conversion
2009-09-28 Fariborz JahanianMinor API change. No change in functionality.
2009-09-28 Douglas GregorAdd all of the C99 complex builtins prefixed with __bui...
2009-09-28 Rafael EspindolaAdd -Wbuiltin-macro-redefined/-Wno-builtin-macro-redefined.
2009-09-28 Douglas GregorProvide a custom diagnostic when code tries to use...
2009-09-28 Fariborz JahanianMultiple conversions to the same type are ambiguous...
2009-09-28 Douglas GregorMake sure that out-of-line function and variable defini...
2009-09-28 Fariborz JahanianPatch for AST representation for the implicit conversio...
2009-09-28 Douglas GregorAdd __builtin_vsnprintf. Thanks to Anders Johnsen
2009-09-28 Douglas GregorParse a C++ scope specifier followed by a "typename...
2009-09-28 Douglas GregorProperly match instantiations of member function templa...
2009-09-28 Douglas GregorDon't allow the same function to enter the overload...
2009-09-28 Douglas GregorDeterminism is for wimps. <Wimper>
2009-09-28 Douglas GregorTeach Sema::isDeclInScope to handle overload sets const...
2009-09-28 Douglas GregorImprove handling of friend function templates somewhat
2009-09-27 Ted KremenekSpecially handle fields, elements, and ivars in
2009-09-27 Ted KremenekAdd FIXME comment.
2009-09-27 Ted KremenekFix:
2009-09-27 Anders CarlssonMangle dependent name expressions. Fixes PR5063.
2009-09-27 Anders CarlssonUse mangleTemplatePrefix when we know that we're mangli...
2009-09-27 Anders CarlssonCodeGen for try statements. (We just emit the body...
2009-09-27 Cedric VenetCMake generate VS2008 project and CLang and LLVM compil...
2009-09-27 Cedric VenetHandle Eli remark on mingw __declspec macro definition
2009-09-27 Anders CarlssonLook for substitutions when mangling TypenameTypes.
2009-09-27 Anders CarlssonBetter template parameter type mangling.
2009-09-27 Anders CarlssonMangle std::basic_string<char, std::char_traits<char...
2009-09-26 Anders CarlssonMangle ::std::basic_string as Sb.
2009-09-26 Anders CarlssonMangle ::std::allocator as Sa.
2009-09-26 Anders CarlssonHandle substitutions in mangleTemplatePrefix.
2009-09-26 Anders CarlssonMake Decl::dump const.
2009-09-26 Chris Lattnerbuiltin_trap should be noreturn, this fixes PR5062...
2009-09-26 Douglas GregorSimplify the handling of non-dependent friend class...
2009-09-26 Anders CarlssonSubstitute "::std::" as "St".
2009-09-26 Anders CarlssonDon't crash when trying to mangle function templates.
2009-09-26 Anders CarlssonmangleTemplatePrefix and mangleUnscopedTemplateName...
2009-09-26 Anders CarlssonUse the qualified name for tag types.
2009-09-26 Anders CarlssonSet alignment on static function level decls and VLAs...
2009-09-26 Ted KremenekAdded test case for <rdar://problem/7152418>.
2009-09-26 Anders CarlssonAddress comment from Daniel.
2009-09-26 Dan GohmanPass the formatted_raw_ostream to createPrintModulePass and
2009-09-26 Daniel DunbarRevert "Force triple in test.", this wasn't the problem.
2009-09-26 Ted KremenekUpdate checker build.
2009-09-26 Daniel DunbarAdd the lib path to LD_LIBRARY_PATH, so finding .so...
2009-09-26 Daniel DunbarForce triple in test.
next