]> granicus.if.org Git - clang/shortlog
clang
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.
2009-09-26 Douglas GregorFix name lookup for friend class templates to consider...
2009-09-26 Douglas GregorRework the Parse-Sema interaction for friends to better...
2009-09-26 Ted KremenekHoist some branches in AnalysisManager::HandleTranslati...
2009-09-26 Anders CarlssonUse ABIArgInfo::getDirect() for all types that have...
2009-09-26 Douglas GregorYet another simplifying use of Sema::getMostSpecialized
2009-09-26 Anders CarlssonMangle record types as decls.
2009-09-26 Ted KremenekAdd a "positive" matching test case for attribute ...
2009-09-26 Ted KremenekAdd two more test cases for attribute 'noreturn'.
2009-09-26 Douglas GregorUse Sema::getMostSpecialized to eliminate a redundant...
2009-09-26 Anders CarlssonChange isTemplate to return the actual template declara...
2009-09-26 Anders CarlssonImprove mangling of typename types.
2009-09-26 Anders CarlssonRename NextOffset to DataSize.
2009-09-26 Anders CarlssonStart at NextOffset when laying out bases as well.
2009-09-26 Daniel DunbarDisable c-index-test on MSVC until someone figures...
2009-09-26 Anders CarlssonUse NextOffset when laying out a field.
2009-09-26 Anders CarlssonDon't try to dump invalid decls or forward decls.
2009-09-26 Anders CarlssonCast cleanup.
2009-09-25 Douglas GregorUse explicitly-specified template argument lists to...
2009-09-25 Steve NaroffFix cut/paste error resulting in bad column info.
2009-09-25 Steve NaroffAdd clang_getDeclSource().
2009-09-25 Douglas GregorDeclarators can now properly represent template-ids...
2009-09-25 Steve NaroffAdd clang_getDeclLine and clang_getDeclColumn
2009-09-25 Fariborz JahanianRefixed pr5050 per Anders comment. Test case enhanced
2009-09-25 Douglas GregorWIP implementation of explicit instantiation of functio...
2009-09-25 Fariborz JahanianFix the AST tree so ir-gen can do the conversion via...
2009-09-25 Mike StumpFix 80-col violation.
2009-09-25 Chris Lattnerpcc supports some c99
2009-09-25 Anders CarlssonEven more work on empty classes.
2009-09-25 Benjamin KramerFix MSVC build by renaming a variable. PR5043
2009-09-25 Douglas GregorSigh. Be *really* careful when copying a default functi...
2009-09-25 Douglas GregorBe careful about copying uninstantiated default argumen...
2009-09-25 Douglas GregorDon't look for __builtin_va_list; it isn't present...
2009-09-25 Douglas GregorCMake build support for libCIndex and c-index-test...
2009-09-25 Ted KremenekTurn on 'RegionStore' as the default store manager...
2009-09-25 Douglas GregorHide clang-wpa executable behind a CMake variable so...
2009-09-25 Ted KremenekUpdate checker build.
2009-09-25 Douglas GregorFix checking for a null pointer constant when the expre...
2009-09-25 John McCallAdd a reduced test case for the weak ivar infinite...
2009-09-25 Anders CarlssonWho would have thought that empty classes were so trick...
2009-09-25 John McCallFix an infinite loop arising when trying to generate...
2009-09-25 Anders CarlssonHandle array fields that contain empty structs.
2009-09-25 Ted KremenekFix <rdar://problem/7249327> by allowing silent convers...
2009-09-25 Anders CarlssonMore work on empty classes.
2009-09-25 Fariborz JahanianFixed another code gen bug in objc's new write-barrier...
2009-09-24 Anders CarlssonImprove the record layout dumper.
2009-09-24 Douglas GregorWhen entering the scope of a declarator, make sure...
2009-09-24 John McCallMake it really, really easy to change the alignment...
2009-09-24 Douglas GregorWIP implementation of explicit function template specia...
next