]> granicus.if.org Git - clang/shortlog
clang
2010-01-29 Anders CarlssonAdd getters.
2010-01-29 Anders CarlssonUse EmitLValueForFieldInitialization when synthesizing...
2010-01-29 Anders CarlssonAdd a new EmitLValueForFieldInitialization that will...
2010-01-29 Anders CarlssonSimplify EmitLValueForField - we can get whether the...
2010-01-29 Zhongxing XuFix linking problem on Linux.
2010-01-29 Daniel DunbarARM/APCS ABI: Fix some problems with bit-fields in...
2010-01-29 Ted KremenekAlternate format string checking: issue warnings for...
2010-01-29 Anders CarlssonSimplify InitListChecker::CheckReferenceType
2010-01-29 Ted KremenekAlternate format string checking: issue a warning for...
2010-01-29 Anders CarlssonAdd an CXXBindReferenceExpr (not used just yet).
2010-01-29 Ted KremenekYet another attempt to make the Linux buildbots happy...
2010-01-29 Anders CarlssonUpdate .xcodeproj file (Yes this is getting old and...
2010-01-29 Fariborz JahanianFixes rewriter bug rewriting byref related API where...
2010-01-29 Ted KremenekAlternate format string checking: check for excess...
2010-01-29 John McCallDo a little magic and a little greasework to make it...
2010-01-29 Ted KremenekAlternate format string checking: check if the number...
2010-01-29 Ted KremenekMove definition of FormatStringHandler::~FormatStringHa...
2010-01-29 Ted KremenekAlternate format string checking: warn of '%n' as being...
2010-01-29 Ted KremenekAdd precision/field width checking to AlternateCheckPri...
2010-01-29 Douglas GregorHarden the CIndex implementation a bit, so that it...
2010-01-29 Douglas GregorWhen printing diagnostics in c-index-test, also print...
2010-01-28 Ted KremenekFix off-by-one error in ParseFormatSpecifier() when...
2010-01-28 Ted KremenekStart fleshing out Sema::AlternateCheckPrintfString():
2010-01-28 Devang Patels/CGDebugInfo::getContext/CGDebugInfo::getContextDescri...
2010-01-28 Devang PatelFix indentation.
2010-01-28 Devang PatelStatic methods do not need "this" pointer argument.
2010-01-28 Devang PatelEmit base classes info first, as expected by the debugger.
2010-01-28 Anders CarlssonFix an incorrect union layout assert. Fixes PR6164.
2010-01-28 Devang Patels/FunctionNames/DebugInfoNames/g
2010-01-28 Devang PatelEmit vtable info.
2010-01-28 John McCallAccess control for surrogate function calls. Required...
2010-01-28 Douglas GregorIntroduce serialization and deserialization of diagnost...
2010-01-28 Ted KremenekAdd position of conversion specifier character to ...
2010-01-28 Ted KremenekRename namespace clang::printf to clang::analyze_printf...
2010-01-28 John McCallAccess control for overloaded call operators. Not...
2010-01-28 John McCallAccess checking for overloaded operators.
2010-01-28 Fariborz JahanianFixes a rewrite bug rewriting nested ivars reference.
2010-01-28 Ted KremenekAdd placeholder function in Sema for new format string...
2010-01-28 Ted KremenekFix 80 col violation.
2010-01-28 Ted KremenekAllow HandleFormatSpecifier() to indicate that no more...
2010-01-28 Douglas GregorSwitch the remaining diagnostic printing in CIndex...
2010-01-28 Ted KremenekAdd '@' conversion specifier.
2010-01-28 Devang PatelWhile emitting debugging infor for a C++ class, identif...
2010-01-28 Devang PatelInclude "this" pointer argument while emitting debug...
2010-01-28 Douglas GregorImplement a diagnostics callback for the C interface...
2010-01-28 Ted KremenekRemove invalid conversion specifiers from format string...
2010-01-28 Ted KremenekAdd a few more conversion specifiers to ParseFormatSpec...
2010-01-27 Ted KremenekAdd skeleton for a more structured way to analyzing...
2010-01-27 Jeffrey YasskinRemove ModuleProviders from clang after r94686 removed...
2010-01-27 Daniel DunbarARM/APCS: Fix alignment of long double.
2010-01-27 Ted KremenekMove more naming conventions logic out of the retain...
2010-01-27 Ken DyckChange the return type of ASTContext::getDeclAlignInByt...
2010-01-27 Benjamin KramerUse raw_ostreams in Preprocessor::ExpandBuiltinMacro...
2010-01-27 Ted KremenekAdd missing call to Optional<...>.getValue() that was...
2010-01-27 Ken DyckUse getTypeAlignInChars() for alignment in VisitSizeOfA...
2010-01-27 David ChisnallUnique ObjC strings (GNU Runtime); fix for PR6142....
2010-01-27 Chandler CarruthSilence a GCC warning about uninitialized variables...
2010-01-27 Chris Lattnerfix a bug in the _MM_TRANSPOSE4_PS definition, patch...
2010-01-27 Chandler CarruthFix libCIndex.so's lookup of the clang executable on...
2010-01-27 Ted KremenekRemove unnecessary ASTContext* argument from isRefType().
2010-01-27 Ted KremenekUpdate CMake build.
2010-01-27 Ted KremenekStart pulling out pieces of the monolithic retain/relea...
2010-01-27 Daniel DunbarSet -ccc-host-triple in these tests.
2010-01-27 Douglas GregorFix a major oversight in the comparison of standard...
2010-01-27 John McCallImplement access-check delays for out-of-line member...
2010-01-27 Anders CarlssonAdd support for 3dnow and 3dnowa, and define the target...
2010-01-27 Anders CarlssonIt's not Explicit anymore.
2010-01-27 Anders CarlssonStructs and classes with non-trivial destructors or...
2010-01-27 Anders CarlssonUpdate the xcode project for real and don't check in...
2010-01-27 Anders CarlssonUpdate xcode project.
2010-01-27 Anders CarlssonXFAIL this for now.
2010-01-27 Anders CarlssonFix test/CodeGenCXX/default-destructor-synthesis.cpp...
2010-01-27 Anders CarlssonFix attr.cpp by not checking the generated assembler...
2010-01-27 John McCallImplement access control for overloaded functions....
2010-01-27 Owen AndersonClarify the documentation of ext_vector, and add a...
2010-01-27 Daniel DunbarSupport -marm by treating it as an alias for -mno-thumb.
2010-01-27 Daniel DunbarDriver/Darwin: Eliminate invalid uses of DarwinVersion...
2010-01-27 Daniel DunbarDriver/Darwin: Simplify target version checks.
2010-01-27 Daniel DunbarDriver/Darwin: Fix a few link arguments when targetting...
2010-01-27 Daniel DunbarDriver/Darwin: Switch clang -triple synthesis to use...
2010-01-27 Daniel DunbarDriver/Darwin: Eliminate confusing IsIPhoneOS parameter...
2010-01-27 Daniel DunbarDriver/Darwin: Switch to using isTargetIPhoneOS where...
2010-01-27 Daniel DunbarDriver/Darwin: Disallow -m{macosx,iphoneos}-version...
2010-01-27 Daniel DunbarDriver/Darwin: Track target platform more explicitly...
2010-01-27 Ted KremenekAdd const version of ObjCMethodDecl::getCanonicalDecl().
2010-01-26 Ted KremenekTeach RegionStore to handle initialization of incomplet...
2010-01-26 Ted KremenekMove 'LocalCheckers.h' to the 'Checkers' subdirectory.
2010-01-26 Ted KremenekMove 'include/Checkers/PathSensitive/Checkers' director...
2010-01-26 Fariborz JahanianPatch to add 'volatile' to first argument of all
2010-01-26 Mike StumpRefine the non-virtual this adjustments for thunks...
2010-01-26 Sebastian RedlBring some semblance of order into Decl.h and Decl...
2010-01-26 Mike StumpRefine the non-virtual this adjustments for thunks...
2010-01-26 Fariborz JahanianAdded assert to the rewrite.
2010-01-26 Ken DyckConvert one last size variable to CharUnits (follow...
2010-01-26 Ken DyckUse CharUnits for sizes, offsets, alignments, and paddi...
2010-01-26 Douglas GregorFix typo in comment
2010-01-26 Ted KremenekImplement 'clang_getInclusions()' in CIndex. This...
2010-01-26 Douglas GregorEliminate clang_getInstantiationLocationOffset(), and...
2010-01-26 Ken DyckUse CharUnits for alignments in character units.
2010-01-26 Sebastian RedlFix two redefinitions in test cases that weren't diagno...
next