]> granicus.if.org Git - clang/shortlog
clang
2017-06-09 Alexey Bataev[DebugInfo] Add kind of ImplicitParamDecl for emission...
2017-06-09 Nikolai BozhenovRevert of r305066 "Reapply Frontend support for Nios2...
2017-06-09 Nikolai BozhenovReapply "Frontend support for Nios2 target"
2017-06-09 Erik VerbruggenSpeed up preamble loading
2017-06-09 Richard SmithRemove 'Filename' parameter from BeginSourceFileAction.
2017-06-09 Argyrios Kyrtzidis[libclang] Introduce a new parsing option 'CXTranslatio...
2017-06-09 Saleem AbdulrasoolRepresent debug information compression type fully
2017-06-08 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-08 Peter Wu[ASTMatchers] temporary disable tests with floating...
2017-06-08 Peter Wu[ASTMatchers] Add clang-query support for equals matcher
2017-06-08 Peter Wu[ASTMatchers] Add support for floatLiterals
2017-06-08 Peter Wu[ASTMatchers] Add support for boolean literals
2017-06-08 Alexander Shaposhnikov[clang] Fix format specifiers fixits
2017-06-08 George Burgess IV[Sema] Refactor OverloadCandidate::BuiltinTypes. NFC.
2017-06-08 Nikolai BozhenovRevert "Frontend support for Nios2 target"
2017-06-08 Galina KistanovaAdded llvm_unreachable to make sure the switch is alway...
2017-06-08 George Burgess IV[Sema] Remove unused field from OverloadCandidate.
2017-06-08 Nikolai BozhenovFrontend support for Nios2 target.
2017-06-08 Alexander Potapenko[sanitizer-coverage] Allow using KASAN instrumentation...
2017-06-08 Sven van Haastregt[libclang] Expose typedef and address space functions
2017-06-08 Serge PavlovDo not inherit default arguments for friend function...
2017-06-08 Serge PavlovImprove diagnostics if friend function redefines file...
2017-06-08 Serge PavlovCatch invalid bitwise operation on vector of floats
2017-06-08 Richard Trieu[ODRHash] Make diagnostic message more readable.
2017-06-08 Richard SmithSimplify.
2017-06-08 Richard SmithWeaken restriction in r304862 to allow implicit deducti...
2017-06-08 Richard Trieu[ODRHash] Change the fall-back diagnostic error.
2017-06-07 Petar JovanovicReapply r304929 [mips] Add runtime options to enable...
2017-06-07 John McCallWhen determining the target function of an explicit...
2017-06-07 Richard Smith[c++1z] Support deducing B in noexcept(B).
2017-06-07 Simon DardisFinish revert of "r304929, [mips] Add runtime options...
2017-06-07 Petar JovanovicRevert r304929 [mips] Add runtime options to enable...
2017-06-07 Petar Jovanovic[mips] Add runtime options to enable/disable madd.fmt...
2017-06-07 Krasimir Georgiev[clang-format] Fix alignment of preprocessor trailing...
2017-06-07 Martin Probstclang-format: [JS] recognize exported type definitions.
2017-06-07 Dimitry AndricOnly print registered targets for `--version`
2017-06-07 Florian Hahn[CodeGen] Add thumb-mode to target-features for arm...
2017-06-07 Benjamin Kramer[Sema] Silence unused variable warning.
2017-06-07 Javed Absar[ARM] Fix Neon vector type alignment to 64-bit
2017-06-07 Maxim Ostapenko[Driver] Add test to cover case when LSan is not supported
2017-06-07 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-07 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-07 NAKAMURA TakumiUpdate libdeps to add BinaryFormat, introduced in r304864.
2017-06-07 NAKAMURA TakumiReorder and reformat.
2017-06-07 Galina KistanovaFixed warning: 'virtual void clang::ExternalASTSource...
2017-06-07 Richard SmithFix a couple of class template argument deduction crash...
2017-06-07 Dan Gohman[WebAssembly] Set MaxAtomicInlineWidth to 64.
2017-06-07 Richard SmithImprove error recovery for missing 'template' keyword...
2017-06-06 Ekaterina Romanova[DOXYGEN] Corrected several typos and incorrect paramet...
2017-06-06 Dimitry AndricPrint registered targets in clang's version information
2017-06-06 Mandeep Singh... [clang] Remove double semicolons. NFC.
2017-06-06 Martin Probstclang-format: [JS] Correctly Indent Nested JavaScript...
2017-06-06 Florian Hahn[ARM] Add support for target("arm") and target("thumb").
2017-06-06 Sylvestre LedruFix a mistake in the clang format documentation (BreakB...
2017-06-06 Shoaib Meenai[Driver] Don't force .exe suffix for lld
2017-06-06 Richard SmithPR33318: Add missing full-expression checking to static...
2017-06-06 Richard SmithRetain header search and preprocessing options from...
2017-06-05 Richard SmithFix crash when an 'import a module' TypoCorrection...
2017-06-05 Richard SmithFix memory leak exposed by r304726.
2017-06-05 Richard SmithFactor out and unify emission of "module is unavailable...
2017-06-05 Richard SmithAttempt to fix Windows buildbot failure due to mismatch...
2017-06-05 Richard SmithRather than rejecting attempts to run preprocessor...
2017-06-05 Michal Gorny[test] Fix baremetal test to allow any -resource-dir
2017-06-05 Artem Dergachev[analyzer] Don't add arrow to the inlined function...
2017-06-05 Artem Dergachev[analyzer] Nullability: fix notes around synthesized...
2017-06-05 Anastasia Stulova[OpenCL] Fix pipe size in TypeInfo.
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-06-05 Renato GolinRevert "[sanitizer-coverage] one more flavor of coverag...
2017-06-04 Krasimir Georgiev[clang-format] Don't align too long broken trailing...
2017-06-04 Serge PavlovImplement isDefined by call to isThisDeclarationADefini...
2017-06-03 Galina KistanovaFixed warning: enum constant in boolean context.
2017-06-03 Saleem Abdulrasooltests: silence -Wobjc-root-class warnings
2017-06-03 Saleem AbdulrasoolCodeGen: fix section names for different file formats
2017-06-03 Galina KistanovaAdded missing break.
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-03 Eric Fiselier[coroutines] Fix rebuilding of dependent coroutine...
2017-06-03 Richard TrieuRevert r304592
2017-06-02 Richard SmithFix assertion failure if we can't deduce a template...
2017-06-02 Richard Trieu[ODRHash] Add support for TemplateArgument types.
2017-06-02 Alexey Bader[OpenCL] Harden function pointer diagnostics.
2017-06-02 Benjamin Kramer[Modules] Fix use after scope.
2017-06-02 Alex LorenzASTPrinter: Objective-C method declarations don't need...
2017-06-02 Alex LorenzTie the macOS tests in test/Integration to the latest...
2017-06-02 Alex LorenzAvoid calling report_fatal_error in the destructor...
2017-06-02 NAKAMURA Takumiclang/test/CodeGenCXX/unaligned-member-qualifier.cpp...
2017-06-02 Roger Ferrer... Remove file that I forgot to remove as part of rL304523
2017-06-02 Roger Ferrer... Mangle __unaligned in Itanium ABI
next