]> granicus.if.org Git - clang/shortlog
clang
2010-01-31 Douglas GregorRework base and member initialization in constructors...
2010-01-31 Benjamin KramerTry to unbreak MSVC build.
2010-01-31 Chandler CarruthFix PR6156 and test several of the basic aspects of...
2010-01-31 Chandler CarruthHandle instantiation of templates with non-type argumen...
2010-01-31 Anders CarlssonWhen performing a derived-to-base cast that we know...
2010-01-31 Anders CarlssonWhen doing a base-to-derived cast we don't need to...
2010-01-31 Anders CarlssonSome class related cleanup.
2010-01-31 Daniel Dunbarcindex/Python: Turn off showing IDs by default, they...
2010-01-31 Daniel DunbarCIndex/USRs: Disable a bogus assert, we don't want...
2010-01-30 Daniel Dunbarcindex/Python: Add a simple example which dumps assorte...
2010-01-30 Daniel Dunbarcindex/Python: Add full support for Diagnostic and...
2010-01-30 Daniel Dunbarcindex/Python: Update SourceLocation and SourceRange...
2010-01-30 Daniel Dunbarcindex/Python: Update Index.create for removal of displ...
2010-01-30 Daniel DunbarCIndex: Fix clang_equalLocations for change to ptr_data...
2010-01-30 Daniel DunbarSimplify.
2010-01-30 Daniel DunbarCIndex: Fix diagnostic callback to not return SourceLoc...
2010-01-30 Daniel DunbarCIndex: Fix ReportSerializedDiagnostics to honor the...
2010-01-30 Anders CarlssonRemove the SmallVectors from AsmStmt. Fixes PR6105.
2010-01-30 Anders CarlssonUse IdentifierInfo * instead of std::string for the...
2010-01-30 Daniel DunbarASTUnit: Ensure the CompilerInvocation object used...
2010-01-30 Daniel DunbarCompilerInstance: Change to not contain the CompilerInv...
2010-01-30 Anders CarlssonFix thinko.
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...
next