]> granicus.if.org Git - clang/shortlog
clang
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'...
2013-05-07 Richard TrieuFix crash on invalid in template type diffing.
2013-05-07 Ted Kremenek[analyzer;alternate arrows] Fix inconsistencies in...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] add back recording whether...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] remove pruning of loop...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] include logical '||' and...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] include an edge from the...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] the extra edge to the...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] the initializer of a ForSt...
2013-05-07 Argyrios Kyrtzidis[libclang] Add a null check in CursorVisitor::visitPrep...
2013-05-07 Bill WendlingWe're in 3.4 land now.
2013-05-07 Argyrios KyrtzidisTry to recognise hidden tag type names in potential...
2013-05-07 Richard SmithC++1y: Update __cplusplus to temporary value 201305L...
2013-05-07 Anna Zaks[analyzer] Fix a crash triggered by printing a note...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] The ForStmt increment...
2013-05-07 Serge PavlovTest commit
2013-05-07 Edwin VanePrevent crashes from hasCanonicalType matcher
2013-05-07 Alexander KornienkoConfig file support for clang-format, part 1.
2013-05-07 Daniel JasperCorrectly recognize dereference after 'delete'.
2013-05-07 Daniel JasperFurther fix to clang-format emacs integration.
2013-05-07 Daniel JasperFix clang-format emacs integration in last line.
2013-05-07 Ted Kremenek[analyzer; alternate edges] simplify optimization rules...
2013-05-07 Ted Kremenek[analyzer; alternate arrows] use the terminator conditi...
2013-05-07 John McCallWeaken an assertion in memcpyization to account for
2013-05-07 Richard SmithC++1y constant expression evaluation: support for compo...
2013-05-07 Argyrios KyrtzidisHave SourceManager::getLocForEndOfFile() point at the...
2013-05-07 Richard SmithC++1y: an assignment operator is implicitly 'constexpr...
2013-05-07 Richard SmithC++ status:
2013-05-07 Ted Kremenek[analyzer; alternate arrows] provide a diagnostic for...
2013-05-06 David BlaikieDebugInfo: Support imported modules (using directives...
2013-05-06 Ted Kremenek[analyzer; alternate arrows] don't increment the path...
2013-05-06 John McCallGrab-bag of bit-field fixes:
2013-05-06 Richard SmithAdd missing initialization for Sema::CurScope. This...
2013-05-06 Reid KlecknerMove PragmaCommentHandler to lib/Parse in preparation...
2013-05-06 Argyrios KyrtzidisModify ASTReaderListener to allow visiting the input...
2013-05-06 Argyrios KyrtzidisHave the RecursiveASTVisitor traverse the type source...
2013-05-06 Jordan Rose[analyzer] Remove now-unused bindCompoundLiteral helper...
2013-05-06 Jordan Rose[analyzer] Handle CXXTemporaryObjectExprs in compound...
2013-05-06 Jordan RoseFix representation of compound literals for C++ objects...
2013-05-06 Ulrich WeigandAdd SystemZ support
2013-05-06 Ulrich WeigandAllow targets to define minimum alignment for global...
2013-05-06 Tom StellardR600: Update GPU variants in -mcpu option
2013-05-06 Douglas GregorRemove forward slashes from check; should unbreak Windo...
2013-05-06 Hans WennborgAdd llvm_unreachable at end of fully covered switch
2013-05-06 Alexander KornienkoAdded Mozilla style, cleaned get*Style methods.
2013-05-06 Daniel JasperDon't break comments after includes.
2013-05-06 Daniel JasperChange indentation when breaking after a type.
2013-05-06 John McCallRequire the containing type to be complete when we see
2013-05-06 Richard SmithC++1y: support range-based for loops in constant expres...
2013-05-06 Daniel JasperBreak the class-inheritance ":" to the new line.
next