]> granicus.if.org Git - clang/shortlog
clang
2017-08-29 Raphael Isemann[modules] Add test for using declaration in classes.
2017-08-29 Erik Verbruggen[libclang]: Honor LIBCLANG_NOTHREADS for clang_parseTra...
2017-08-29 Martin Probstclang-format: [JS] simplify template string wrapping.
2017-08-29 Serge PavlovUse class to pass information about executable name
2017-08-29 Faisal Valirevert r311839 (ongoing cwg discussion)
2017-08-29 Yuka Takahashi[Bash-autocompletion] Add support for -std=
2017-08-29 Richard SmithImprove constant expression evaluation of arrays of...
2017-08-29 Yuka TakahashiRevert "Revert r311552: [Bash-autocompletion] Add suppo...
2017-08-28 Alexander Shaposhnikov[analyzer] Adjust ptr arithmetic test
2017-08-28 Rui UeyamaRemove trailing space.
2017-08-28 Alexander Shaposhnikov[analyzer] Fix crash in modeling arithmetic
2017-08-28 Michal GornyReland r311836 - [Driver] Use arch type to find compile...
2017-08-28 Alexey Bataev[OPENMP] Remove unused header files, NFC.
2017-08-28 Erich KeaneChange Diagnostic Category size error from runtime...
2017-08-28 Reid KlecknerFix inaccurate comment about -fdelayed-template-parsing...
2017-08-28 Hans WennborgRevert r311857 "Emit static constexpr member as availab...
2017-08-28 Alex LorenzAvoid missing std error code in RefactoringActionRulesT...
2017-08-28 Alex Lorenz[refactor] initial support for refactoring action rules
2017-08-28 Peter Szecsi[StaticAnalyzer] LoopUnrolling: Keep track the maximum...
2017-08-28 Peter Szecsi[StaticAnalyzer] LoopUnrolling: Excluding loops which...
2017-08-28 Peter Szecsi[StaticAnalyzer] LoopUnrolling fixes
2017-08-28 Gabor Horvath[analyzer][GSoC] Re-implemente current virtual calls...
2017-08-28 Craig Topper[X86] Add support for __builtin_cpu_init
2017-08-28 Richard SmithAdd test for -Wc++17-compat warning for P0683R1.
2017-08-28 Richard Smith[c++2a] P0683R1: Permit default member initializers...
2017-08-27 Johannes Altmanninger[clang-diff] Treat CXXCtorInitializer as a node
2017-08-27 Michal GornyRevert r311836 - [Driver] Use arch type to find compile...
2017-08-27 Mehdi AminiCMake: only try to find the Z3 package when `CLANG_ANAL...
2017-08-27 Mehdi AminiEmit static constexpr member as available_externally...
2017-08-27 Faisal Valirevert changes from r311851.
2017-08-27 Sylvestre LedruFix two typos in the doc. Patch by kamleshbhalui on...
2017-08-27 Faisal ValiDon't see through 'using member-declarations' when...
2017-08-27 NAKAMURA TakumiClangCodeGenTests: Update libdeps.
2017-08-27 Vassil VassilevAdd forgotten file in r311844.
2017-08-27 Vassil VassilevD34059: Get the file name for the symbol from the Modul...
2017-08-27 Vassil VassilevD34444: Teach codegen to work in incremental processing...
2017-08-27 Faisal ValiPass the correct object argument when a member call...
2017-08-26 Michal Gorny[Driver] Use arch type to find compiler-rt libraries...
2017-08-26 Richard SmithAdd flag to request Clang is ABI-compatible with older...
2017-08-25 Matt MorehouseRevert "[SanitizeCoverage] Enable stack-depth coverage...
2017-08-25 Matt Morehouse[SanitizeCoverage] Enable stack-depth coverage for...
2017-08-25 Kostya Serebryany[sanitizer-coverage] extend fsanitize-coverage=pc-table...
2017-08-25 Daniel Jasper[Format] Invert nestingAndIndentLevel pair in Whitespac...
2017-08-25 Nico WeberFix typo in comment, no behavior change.
2017-08-25 Faisal Vali[NFC] Remove a cstyle cast and replace some uses of...
2017-08-25 Vedant Kumar[Frontend] Fix printing policy for AST context loaded...
2017-08-25 Alex Lorenz[ObjC] Add a -Wobjc-messaging-id warning
2017-08-25 Alex Lorenz[Basic] Add a DiagnosticError llvm::ErrorInfo subclass
2017-08-25 Alexey Bataev[OPENMP] Fix for PR34321: ustom OpenMP reduction in...
2017-08-25 Alex Lorenz[IRGen] Evaluate constant static variables referenced...
2017-08-25 Johannes Altmanninger[clang-diff] Remove NodeCountVisitor, NFC
2017-08-25 Sylvestre LedruRemove the old meeting links. Also available from the...
2017-08-25 Sylvestre Ledruclang also supports C++14 & 17 + remove trailing whites...
2017-08-25 Gor Nishanov[coroutines] Support coroutine-handle returning await...
2017-08-25 Richard SmithRename diagnostic groups from CXX1z to CXX17. No functi...
2017-08-25 Richard SmithFix up the -Wc++XX-compat warnings to properly handle...
2017-08-25 Richard SmithFix MSVC bots which include '__attribute__((thiscall...
2017-08-25 Richard Smith[c++2a] P0704R1: Allow pointers to const& member functi...
2017-08-24 Erich KeaneRemove .gitattributes, add comment to lineendings.
2017-08-24 Mandeep Singh... [clang] Remove unit test which uses reverse-iterate...
2017-08-24 Kostya Serebryany[sanitizer-coverage] document -fsanitize-coverage=pc...
2017-08-24 Dehao ChenExpose -mllvm -accurate-sample-profile to clang.
2017-08-24 Richard Smith[ubsan] PR34266: When sanitizing the 'this' value for...
2017-08-24 Erich Keane[Preprocessor] Correct internal token parsing of newlin...
2017-08-24 Adrian PrantlRevert "[ubsan] PR34266: When sanitizing the 'this...
2017-08-24 Krasimir Georgiev[clang-format] Emit absolute splits before lines for...
2017-08-24 Petar Jovanovic[mips] Introducing option -mabs=[legacy/2008]
2017-08-24 Alex LorenzFix use-after-free in Clang's ASTSelection unittest
2017-08-24 Chad Rosier[Driver][AArch64] Add tests for RDM feature.
2017-08-24 Alex LorenzAdd missing std::move call
2017-08-24 Alex Lorenz[refactor] Add the AST source selection component
2017-08-24 Coby Tayree[Clang][x86][Inline Asm] support for GCC style inline...
2017-08-24 Krasimir GeorgievRevert "[clang-format] Break non-trailing block comments"
2017-08-24 Coby TayreeFixups to FE tests affected by D36793
2017-08-24 Leo Li[Driver] Register effective triple before get arm float...
2017-08-24 George KarpenkovFix ClangFormatFuzzer.
2017-08-23 Saleem AbdulrasoolObjC++: decorate ObjC interfaces in MSABI properly
2017-08-23 Richard SmithFix mangling for dependent "type { expr-list }" express...
2017-08-23 Adrian PrantlFix a bug in CGDebugInfo::EmitInlineFunctionStart causi...
2017-08-23 Reid KlecknerParse and print DIExpressions inline to ease IR and...
2017-08-23 Matt Morehouse[clang-proto-fuzzer] Fix clang-proto-to-cxx build.
2017-08-23 Richard Smith[ubsan] PR34266: When sanitizing the 'this' value for...
2017-08-23 Saleem AbdulrasoolHeaders: explicitly specify double-word alignment
2017-08-23 Johannes Altmanninger[clang-diff] Properly clear the selection in HTML diff
2017-08-23 Johannes Altmanninger[clang-diff] Reformat test, NFC
2017-08-23 Johannes Altmanninger[clang-diff] HTML diff navigation
2017-08-23 Johannes Altmanninger[analyzer] Make StmtDataCollector customizable
2017-08-23 Krasimir GeorgievRevert "[clang-format] Emit absolute splits before...
2017-08-23 Saleem AbdulrasoolHeaders: give _Unwind_Control_Block double-word alignment
2017-08-23 Nico WeberImplement CFG construction for __try / __except / __leave.
2017-08-23 Krasimir Georgiev[clang-format] Emit absolute splits before lines for...
2017-08-23 Rui UeyamaRevert r311552: [Bash-autocompletion] Add support for...
2017-08-23 Yuka Takahashi[Bash-autocompletion] Add support for static analyzer...
2017-08-23 Johannes AltmanningerFix typos, remove unused private members of CommonOptio...
2017-08-23 Krasimir Georgiev[clang-format] Align trailing comments if ColumnLimit...
2017-08-23 Yonghong Songbpf: add -mcpu=# support for bpf
2017-08-23 Richard Trieu[ODRHash] Diagnose differing template parameters.
2017-08-23 George KarpenkovUpdate Clang fuzzers to use libFuzzer bundled with...
2017-08-23 George KarpenkovRemove LLVMFuzzer from list of bundled libraries for...
2017-08-22 Dan AlbertDegeneralize more tests.
next