]> granicus.if.org Git - clang/shortlog
clang
2013-05-12 Richard SmithC++1y: support for 'switch' statements in constexpr...
2013-05-12 Richard SmithC++1y: provide full 'auto' return type deduction for...
2013-05-11 Benjamin KramerCodeGen: Refactor SetLLVMFunctionAttributesForDefinitio...
2013-05-11 Simon Atanasyan[Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line...
2013-05-11 Richard SmithC++1y deduced return types: when we deduce a return...
2013-05-10 David BlaikieDebug Info: correct comment
2013-05-10 David BlaikieDebug Info: Silently accept template argument packs
2013-05-10 Douglas Gregor[Modules] Make r180934 more efficient by only loading...
2013-05-10 Douglas Gregor[Modules] When things go horribly wrong when reading...
2013-05-10 Douglas Gregor[Modules] Extend Darwin hack to include the modificatio...
2013-05-10 David BlaikiePR14992: Debug Info: Support more non-type template...
2013-05-10 Adrian PrantlObjC debug info: Substitute the class type for methods...
2013-05-10 Enea ZaffanellaAvoid patching storage class for block scope thread_loc...
2013-05-10 Richard SmithPR15966: don't get confused by a complex integer -...
2013-05-10 Alexander KornienkoReformat clang-format help strings, filter out irreleva...
2013-05-10 Anna Zaks[analyzer] Assume [NSNull null] does not return nil.
2013-05-10 Anna Zaks[analyzer] Do not check if sys/queue.h file is a system...
2013-05-10 Dmitri GribenkoAllocate memory for the new number of subexpressions...
2013-05-10 Jordan Rose[analyzer] Indirect invalidation counts as an escape...
2013-05-10 Wei PanCodegen tests for captured statements with templates
2013-05-10 Daniel JasperWhen breaking at function calls, indent from function...
2013-05-10 Dmitri GribenkoArrayRef'ize Sema::FindAllocationFunctions
2013-05-10 Alexander KornienkoUpdated clang-format help messages for -offset and...
2013-05-10 Dmitri GribenkoArrayRef'ize GenericSelectionExpr
2013-05-10 Alexander KornienkoMinor clarifications in help messages and a comment.
2013-05-10 Daniel JasperAlways format entire macro definitions.
2013-05-10 Alexander KornienkoConfig file support for clang-format, part 2.
2013-05-10 Peter CollingbourneAdd caseStmt(), defaultStmt(), eachCase() and hasCaseCo...
2013-05-10 Hans WennborgAdd support for __wchar_t in -fms-extensions mode.
2013-05-10 Daniel JasperFix bug when formatting overloaded operators.
2013-05-10 Richard SmithC++1y auto return type: when a function contains no...
2013-05-10 Richard SmithTypo and misc comment fix.
2013-05-10 Argyrios Kyrtzidis[libclang] When parsing with CXTranslationUnit_ForSeria...
2013-05-10 Dmitri GribenkoRemove redundant variable
2013-05-10 Dmitri GribenkoArrayRef'ize ShuffleVectorExpr::setExprs
2013-05-10 Dmitri GribenkoArrayRef'ize Sema::CheckMessageArgumentTypes
2013-05-10 Dmitri GribenkoArrayRef'ize Sema::FindAllocationOverload
2013-05-10 Dmitri GribenkoRevert my r181563, breaks tests on buildbots
2013-05-09 Dmitri GribenkoArrayRef'ize Sema::ActOnMemInitializer
2013-05-09 Dmitri GribenkoArrayRef'ize Sema::FindAllocationOverload
2013-05-09 Dmitri GribenkoArrayRef'ize Sema::BuildCallToObjectOfClassType
2013-05-09 Adrian PrantlDebug Info: Fix a problem that resulted in missing...
2013-05-09 Richard SmithRemove dependence on system headers from this test...
2013-05-09 David BlaikieDebug Info: include address-of ('&') operator and quali...
2013-05-09 David BlaikieFix some test cases I broke in r181552
2013-05-09 Richard SmithC++1y n3648: parse and reject init-captures for now.
2013-05-09 David BlaikieDebugInfo: Simply & constrain test(s) for PR9600/PR9608
2013-05-09 Dmitri GribenkoDocumentation warning: \param, not \parm
2013-05-09 Reid KlecknerAdd pragma-comment.c test case for r181426 that I forgo...
2013-05-09 Dmitri GribenkoArrayRef'ize some SemaOverload methods
2013-05-09 Reid Kleckner[ms-cxxabi] Implement member pointer conversions
2013-05-09 David BlaikieDebug Info: Remove unnecessary check for dependent...
2013-05-09 Ben LangmuirFix captured statements codegen test on ARM
2013-05-09 Ben LangmuirCodeGen for CapturedStmts
2013-05-09 Richard SmithSwitch C++1y paper links back to the canonical location...
2013-05-09 Richard SmithAdd testcase missed from r181527.
2013-05-09 Richard SmithFix the return type of the complex creal functions...
2013-05-09 David BlaikieRemove trailing whitespace
2013-05-09 Fariborz Jahanian[doc parsing]: make single character command impostures
2013-05-09 Edwin VaneAdding isConst() ASTMatcher for CXXMethodDecl nodes
2013-05-09 Fariborz Jahanian[doc parsing]: So, in this patch, single character
2013-05-09 Edwin VaneUpdating LibASTMatchersReference to include namespaceDecl()
2013-05-09 Fariborz Jahanian[doc parsing]: don't attempt to fix single character
2013-05-09 Benjamin Kramerxopintrin.h: Add wrappers for all flavors of _mm_com.
2013-05-09 Benjamin KramerAdd include guards to prfchwintrin.h.
2013-05-09 Richard SmithImplement C++1y constant initializer rules: in a consta...
2013-05-09 Ted Kremenek[analyzer; alternate arrows] for "loop back" edges...
2013-05-09 Ted Kremenek[analyzer;alternate arrows] adapt 'for' loop aesthetic...
2013-05-09 Ted KremenekPut some diagnostics in DiagnosticCommonKinds.td in...
2013-05-08 Nico WeberObjective-C: Correctly encode 'retain' and 'copy' for...
2013-05-08 Argyrios Kyrtzidis[PCH] Remove the ASTReaderListener::ReadHeaderFileInfo...
2013-05-08 Argyrios Kyrtzidis[modules] When building a module, make sure we don...
2013-05-08 Fariborz Jahanianput noisy "unknown command tag name" warning
2013-05-08 Adrian Prantltypo
2013-05-08 Dmitri GribenkoComment: use \code...\endcode for code examples
2013-05-08 Dmitri GribenkoAll -Wdocumentation warnings are DefaultIgnore
2013-05-08 Fariborz Jahanianunbreak buildbot.
2013-05-08 Fariborz Jahanian[doc parsing]: Also do typo correction for
2013-05-08 Eli BenderskyFix test in two ways: remove incorrect comment (the...
2013-05-08 Richard SmithAdd missing triple to unit test.
2013-05-08 Fariborz JahanianTurn off a warning caused by my last patch.
2013-05-08 Fariborz Jahaniandocumentation parsing. Patch to do typo correction for
2013-05-08 Daniel JasperFurther fix to pointer to member formatting.
2013-05-08 Daniel JasperFix formatting of pointers to members.
2013-05-08 Reid KlecknerDocument Clang's support for #pragma comment(lib/linker...
2013-05-08 Daniel JasperImprove line breaking in binary expressions.
2013-05-08 Reid KlecknerForward #pragma comment(lib/linker) through as flags...
2013-05-08 Daniel JasperChange indentation of multi-line nested name specifiers.
2013-05-08 Timur IskhodzhanovFix one FIXME in VTableBuilder
2013-05-08 David BlaikieDebug Info: Using declarations/DW_TAG_imported_declarat...
2013-05-08 John McCallIn block enum-return inference, don't die on loads...
2013-05-08 Richard SmithAdd test forgotten in r181388.
2013-05-08 Richard SmithC++1y: Add a step limit to constexpr evaluation, to...
2013-05-08 Ted Kremenek[analyzer; alternate edges] insert an extra edge for...
2013-05-08 Ted Kremenek[analyzer;alternate edges] edges from subexpressions...
2013-05-07 Richard SmithC++1y constant expression evaluation: compound assignme...
2013-05-07 Adrian PrantlThe style guide prefers preincrement expressions :-)
2013-05-07 Adrian Prantlremove commented out code.
2013-05-07 Nick LewyckyWhen typo correction produces an overloaded result...
2013-05-07 Richard SmithDon't crash in IRGen if a conditional with 'throw'...
next