]> granicus.if.org Git - clang/shortlog
clang
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...
2011-09-06 Benjamin KramerSpelling.
2011-09-06 Richard TrieuRename variables in SemaExpr.cpp to give a more consist...
2011-09-06 Ted KremenekDon't emit -Wpadded warnings without a valid SourceLoca...
2011-09-06 Eli FriedmanRearrange code so that we pass the right pointer to...
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 SmithAdvertise support for cxx_range_for as an extension...
2011-09-06 Douglas GregorFinish implementing (de-)serialization of the CXXDefini...
2011-09-06 Douglas GregorWhen performing a derived-to-base cast on the right...
2011-09-06 Richard SmithPR10867: Work around a bug in lit. Multiple RUN: lines...
2011-09-06 Peter CollingbourneAdd missing dependency
2011-09-06 Peter CollingbourneFix typo
2011-09-06 Peter CollingbourneAdd the resource directory to the search path for Drive...
2011-09-05 Benjamin KramerSpeed up BCPL comment lexing by looking aggressively...
2011-09-05 Benjamin KramerUse the Lexer's definition of whitespace here.
2011-09-05 Benjamin KramerStop cluttering the test directory with temporary files.
2011-09-05 Chandler CarruthEnable -Wdangling-fields by default in Clang. I've...
2011-09-05 Richard SmithImplement the suggested resolution of WG21 N3307 issue...
2011-09-04 Richard SmithPR10506: Extend test for temporary cleanups in range...
2011-09-04 Francois PichetPass 0 instead of a empty TemplateArgumentListInfo...
2011-09-04 Benjamin KramerUse const_cast to avoid warnings.
2011-09-04 Richard SmithPR10458: Last part of providing 'auto' type specifier...
2011-09-04 Richard SmithPR10458: Finesse behaviour of C++0x features when in...
2011-09-04 Sebastian RedlAdd test case for defaulted copy and move structure...
2011-09-04 Argyrios KyrtzidisHandle a code-completion token being passed to the...
2011-09-04 Argyrios KyrtzidisSupport code-completion for C++ inline methods and...
2011-09-04 Argyrios KyrtzidisFix Lexer::ComputePreamble when MaxLines parameter...
2011-09-03 Benjamin KramerMore unused variable removal.
2011-09-03 Benjamin KramerMake helpers static, remove unused variables.
2011-09-03 Chandler CarruthTeach -Wdangling-field to warn about temporaries bound...
2011-09-03 Chandler CarruthAdd a simple new warning to catch blatantly dangling...
2011-09-02 Fariborz JahanianRevise test and see if it passes with a release-built...
2011-09-02 Richard TrieuFix some indenting issues in SemaExpr.cpp
2011-09-02 Fariborz Jahanianblocks: Support capturing complex variable in block.
2011-09-02 Richard TrieuRefactor UsualArithmeticConversions() in SemaExpr.cpp...
next