]> granicus.if.org Git - clang/shortlog
clang
2010-02-02 Chris Lattneradd another example.
2010-02-02 Chris LattnerImplement PR6180, substantially improving the diagnosti...
2010-02-02 Chris Lattnerimprove diagnostics for C++ struct ; issues. Before:
2010-02-02 Chris Lattnerimprove diagnostics on missing ; in a struct. Before:
2010-02-02 Ted KremenekHoist diagnostic generation in ReturnStackAddressChecke...
2010-02-01 Douglas GregorMake this fix-it test case actually fail when there...
2010-02-01 Douglas GregorImprove handling of enumerator values for C and C+...
2010-02-01 Daniel DunbarARM/APCS: Fix classification of small complex integer...
2010-02-01 Daniel DunbarARM/APCS: Pass Complex types following llvm-gcc.
2010-02-01 Ted KremenekAdd format string type checking support for 'long double'.
2010-02-01 Devang PatelFix FIXME and surrounding comment.
2010-02-01 Devang PatelUse appropriate context descriptor in RecordDecl's...
2010-02-01 Devang PatelDo not use clang type name to name a local variable...
2010-02-01 Devang PatelDo not use clang type name to name a local variable...
2010-02-01 Devang PatelUse DeclContext as getContextDescriptor() argument.
2010-02-01 Daniel DunbarDriver/Darwin: Darwin uses -fobjc-legacy-dispatch on...
2010-02-01 Daniel DunbarNeXT: Add support for -fobjc-legacy-dispatch.
2010-02-01 Daniel DunbarDriver/Frontend: Add support for -fobjc-legacy-dispatch...
2010-02-01 Chris LattnerDon't explicitly force utf strings into the __TEXT...
2010-02-01 Sebastian RedlIn C++, an initializer on a variable doesn't necessaril...
2010-02-01 Chris Lattnerfix PR6187: various load functions in xmmintrin.h were...
2010-02-01 Ted KremenekUse early return as suggested by Cristian Draghici.
2010-02-01 Ted KremenekFormat string checking: selectively ignore implicit...
2010-02-01 Devang PatelEmit debug info for namespaces.
2010-02-01 John McCallNote that an overload candidate was non-viable because...
2010-02-01 Sam WeinigFix for PR5185. C99 [*] VLA notation should be disallow...
2010-02-01 John McCallAccess checking for implicit user-defined conversions.
2010-01-31 Sebastian RedlAdd VarDecl::isThisDeclarationADefinition(), which...
2010-01-31 Eli FriedmanSwitch expressions like T() and T(1,2) over to new...
2010-01-31 Eli FriedmanSimplify EmitMemberInitializer; no intended functionali...
2010-01-31 Anders CarlssonStart creating CXXBindReferenceExpr nodes when binding...
2010-01-31 Anders CarlssonDiagnose binding a non-const reference to a vector...
2010-01-31 Chandler CarruthFix my dyslexia.
2010-01-31 Chandler CarruthAdd a test case for a fixed PR just to ensure we don...
2010-01-31 Chandler CarruthReturn early, reduce indentation, and simplify line...
2010-01-31 Chandler CarruthReally trivial patch to accept pointer to const void...
2010-01-31 Chandler CarruthFix PR6159 and several other problems with value-depend...
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.
next