]> granicus.if.org Git - clang/shortlog
clang
2011-09-09 Kaelyn UhrainAdd smarter sorting of overload candidates that failed...
2011-09-09 Eric ChristopherCarry the debug information from single exit unified...
2011-09-09 Douglas GregorIn ASTReader, replace the never-NULL ASTContext pointer...
2011-09-09 Douglas GregorFriends cannot be declared module-private
2011-09-09 Douglas GregorMark the translation unit as having lexical/visible...
2011-09-09 Douglas GregorBack out r139358 "[PCH] When loading the decls linked...
2011-09-09 Douglas GregorSpecializations cannot be module-hidden. Diagnose attem...
2011-09-09 John McCallTreat the weak export of block runtime symbols as a...
2011-09-09 Fariborz Jahanianobjc rewriter - Add rewriter test for new instancetype
2011-09-09 Douglas GregorDon't produce 'instancetype' as the type of a message...
2011-09-09 Douglas Gregor__module_private__ is inherited by redeclarations of...
2011-09-09 Anna Zaks[analyzer] When running scan-build with -plist on ...
2011-09-09 Douglas GregorPropagate __module_private__ from previous declarations...
2011-09-09 Douglas GregorWhen type-checking a call to an overloaded, builtin...
2011-09-09 Caitlin SadowskiThread safety: This patch deals with previously unhandl...
2011-09-09 Caitlin SadowskiThread Safety: Moving the analysis to a new file
2011-09-09 Caitlin SadowskiThread safety: refactoring test cases
2011-09-09 Caitlin SadowskiThread safety: refactoring to use an error handler
2011-09-09 Francois PichetUpdate comment because JumpDiagnostics.cpp is not just...
2011-09-09 John McCallClean up the sentinel-attribute checking code a lot...
2011-09-09 Argyrios KyrtzidisDo a lookup for the blocks runtime globals to see if...
2011-09-09 Argyrios Kyrtzidis[PCH] When loading the decls linked to an identifier...
2011-09-09 Argyrios KyrtzidisUse ArrayRef in ExternalASTSource::SetExternalVisibleDe...
2011-09-09 John McCallCode formatting; no functionality change.
2011-09-09 John McCallContextually converting to 'id' is not a useful operati...
2011-09-09 John McCallGive conversions of block pointers to ObjC pointers...
2011-09-09 Richard TrieuClean up the RebuildUnknownAnyExpr visitor in SemaExpr...
2011-09-09 Richard TrieuChanged references of BaseTy, MemInitTy, CXXScopeTy...
2011-09-09 Richard TrieuChange references to StmtTy to Stmt and removed typedef...
2011-09-09 Douglas GregorModules: introduce the __module_private__ declaration...
2011-09-09 Richard TrieuChange all references of type ExprTy to Expr and get...
2011-09-09 Richard TrieuCapitialize paramater names in SemaExpr.cpp and resolve...
2011-09-08 Douglas GregorThe integer type of an enumeration type isn't always...
2011-09-08 Eric ChristopherRearrange comment slightly for Bill.
2011-09-08 Eric ChristopherRemove WCHAR_MIN and WCHAR_MAX from limits.h. According...
2011-09-08 Caitlin SadowskiThread safety: small edit to unused variation on warnin...
2011-09-08 Douglas GregorAdd some delay between PCH creation and modifying one...
2011-09-08 Matt Beaumont-GayExtend -Wliteral-conversion to catch "int i = -1.234"
2011-09-08 Caitlin SadowskiThread Safety: In C++0x Mutexes are the objects that...
2011-09-08 Jakob Stoklund... The frexp, modf, and remquo builtins are not 'const'.
2011-09-08 Caitlin SadowskiThread Safety: adding basic no thread safety analysis...
2011-09-08 Caitlin SadowskiThread safety: Adding basic support for locks required...
2011-09-08 Caitlin SadowskiThread safety: shared vs. exclusive locks
2011-09-08 Caitlin SadowskiThread safety: small formatting change in test comments
2011-09-08 Douglas GregorLook through SubstNonTypeTemplateParmExpr nodes in...
2011-09-08 Caitlin SadowskiThread safety: added support for function scopes in...
2011-09-08 Caitlin SadowskiThread Safety: Patch to implement delayed parsing of...
2011-09-08 Douglas GregorDocument __has_feature(objc_instancetype).
2011-09-08 Argyrios Kyrtzidis[libclang] Fix annotation and getting a "macro expansio...
2011-09-08 Douglas GregorAllow C++0x enumerations with a fixed underlying type in
2011-09-08 Eric ChristopherFormatting.
2011-09-08 Eric ChristopherAdd a block comment explaining how the different source...
2011-09-08 Abramo BagnaraAdded missing initialization.
2011-09-08 David BlaikieAdding FixIts to static/inline main declaration diagnos...
2011-09-08 Douglas GregorImplement the Objective-C 'instancetype' type, which...
2011-09-08 Chad Rosier[driver] i386 kext preprocessor jobs also need their...
2011-09-07 Douglas GregorOptimize the preprocessor's handling of the __import_mo...
2011-09-07 Argyrios Kyrtzidis[arcmt] Try fixing the windows buildbot.
2011-09-07 Argyrios KyrtzidisRevert r139222, operator->() in PreprocessingRecord...
2011-09-07 Richard TrieuChange diagnoseAddressOfInvalidType() to use an enum...
2011-09-07 Douglas GregorWhen parsing a function-try-block that does not have a
2011-09-07 Kaelyn UhrainFix Sema::CorrectTypo to ignore found but unresolved...
2011-09-07 Peter CollingbourneMore missing dependencies picked up by Ninja.
2011-09-07 James MolloyFix up MCInstPrinter creation to take the new Subtarget...
2011-09-07 Fariborz Jahanianobjc-gc: More sema work for properties declared 'weak'
2011-09-07 Chandler CarruthExtract the emission of the diagnostic's location into...
2011-09-07 Chandler CarruthMove the HilightRange method from TextDiagnosticPrinter...
2011-09-07 Chandler CarruthHoist the tab expansion into a helper function.
2011-09-07 Chandler CarruthDon't compute the same line number in two places, once...
2011-09-07 Eli FriedmanMake sure the FunctionDecl's created by "#pragma weak...
2011-09-07 Argyrios Kyrtzidis[arcmt] Remove xfail on test for windows, Takumi report...
2011-09-07 Argyrios Kyrtzidisoperator->() in PreprocessingRecord::iterator is useles...
2011-09-07 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-07 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-07 Chandler CarruthSwitch the CharSourceRange array to a small vector...
2011-09-07 Eli FriedmanSwitch clang over to using fence/atomicrmw/cmpxchg...
2011-09-07 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-07 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-07 Richard TrieuChange the self-reference visitor (which gives the...
2011-09-07 Fariborz Jahanianobjc-gc: Don't force a __strong type'd property
2011-09-07 Francois PichetIn Microsoft mode, if we are inside a template class...
2011-09-06 Chad Rosier[driver] When clang crashes, don't try to generate...
2011-09-06 Fariborz Jahanianobjc-gc: Adds support for "weak" property attribute...
2011-09-06 Chandler CarruthRemove the doxyment for this now defunct parameter.
2011-09-06 Chandler CarruthDon't recompute the presumed loc twice in 5 lines of...
2011-09-06 Chandler CarruthUse ArrayRef for the fixit hint array rather than a...
2011-09-06 Chandler CarruthHoist the construction of the FixItHint line into a...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Douglas GregorWhen extracting the callee declaration from a call...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Ted KremenekPlace 'equality comparison with extraneous parentheses...
2011-09-06 Douglas GregorImplement the Named Return Value Optimization (NRVO...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Douglas GregorImplement the Named Return Value Optimization (NRVO...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
next