]> granicus.if.org Git - clang/shortlog
clang
2010-01-30 Anders CarlssonEven more AsmStmt cleanup.
2010-01-30 Anders CarlssonMore asm cleanup.
2010-01-30 Benjamin KramerSimplify FreeBSD version parsing.
2010-01-30 Anders CarlssonCombine AsmStmt::setOutputsAndInputs and AsmStmt::setCl...
2010-01-30 Anders CarlssonYay for more StringRefs.
2010-01-30 Anders CarlssonStringRef-ize the TargetInfo::ConstraintInfo constructor.
2010-01-30 Anders CarlssonAdd an assert to make sure that we don't try to mess...
2010-01-30 Benjamin KramerPCHReader doesn't implement classof so dyn_casting...
2010-01-30 Daniel DunbarRecognize 'q' as a format length modifier (from BSD).
2010-01-30 Benjamin KramerUse StringRef instead of returning a temporary std...
2010-01-30 Benjamin KramerWe don't need to place 0 in the URL string now that...
2010-01-30 Anton KorobeynikovFix alignment for msp430 integer types.
2010-01-30 Benjamin KramerSilence clang++ warning.
2010-01-30 Anders CarlssonEliminate yet another old-school PerformCopyInitialization.
2010-01-30 Ted KremenekAdd format string checking of 'double' arguments. ...
2010-01-30 Ted KremenekAdd test case for <rdar://problem/7068334> (which was...
2010-01-30 Ted KremenekAdd basic type checking of format string conversion...
2010-01-29 Ted KremenekBe a little more permissive than C99: allow 'unsigned...
2010-01-29 Ted KremenekFix spacing.
2010-01-29 Ted KremenekPer a suggestion from Cristian Draghici, add a method...
2010-01-29 Devang PatelUse appropriate context for typedefs.
2010-01-29 Daniel DunbarDriver: Don't honor -std-default for C++, this makes...
2010-01-29 Ted KremenekSwitch Sema over to using the new implementation of...
2010-01-29 Ted KremenekEnhancements to the alternate (WIP) format string checking:
2010-01-29 Douglas GregorPR5909 had a test case for binding of const, non-volati...
2010-01-29 Douglas GregorFix reference-binding when we have a reference to const...
2010-01-29 Ted KremenekFix subtle bug in Preprocessor::AdvanceToTokenCharacter...
2010-01-29 Douglas GregorFix reference binding of const lvalue references to...
2010-01-29 Anders CarlssonAnd yet another call.
2010-01-29 Anders CarlssonAnother PerformCopyInitialization call bites the dust.
2010-01-29 Devang PatelNew test case.
2010-01-29 Anders CarlssonGet rid of another old PerformCopyInitialization call.
2010-01-29 Devang PatelMaintain a map of regions (lexical scopes) and use...
2010-01-29 Ted KremenekAdd comment to test linking it back to the original...
2010-01-29 Douglas GregorWhen naming a function template via a qualified-id...
2010-01-29 Daniel Dunbarcindex/Python: Update to support _getInstantiationLocat...
2010-01-29 Daniel DunbarDriver/Darwin: Fix a crash when diagnosing conflicting...
2010-01-29 Douglas GregorName mangling for cast expressions, from Matthias Schif...
2010-01-29 Benjamin KramerFix typo found by clang++. Yay for -Wuninitialized.
2010-01-29 Chandler CarruthBring driver link order in CMake into alignment with...
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().
next