]> granicus.if.org Git - clang/shortlog
clang
2017-01-16 Pavel Labath[StaticAnalyzer] Fix android build
2017-01-16 Arpith Chacko... [OpenMP] Refactor code that calls codegen for target...
2017-01-16 Joerg SonnenbergerEnsure that clang -pthread creates the right macro...
2017-01-16 Daniel JasperFix test failures after recent clang-format format...
2017-01-16 Aaron BallmanReplace non-ASCII ellipsis with "..." to silence Sphinx...
2017-01-16 Piotr PadlewskiAdd -fstrict-vtable-pointers to UsersManual
2017-01-16 Daniel Jasperclang-format: Always wrap before multi-line parameters...
2017-01-16 Martin Probstclang-format: [JS] revert over-eager ASI check.
2017-01-15 Argyrios Kyrtzidis[code-completion] Fix crash when trying to do postfix...
2017-01-14 Yaron KerenFix PR31644 introduced by r287138 and add a regression...
2017-01-14 Sylvestre LedruUpdate the tests to match the typo fix done in r292015
2017-01-14 Sylvestre Ledrufix a few typo in the doc but also in the clang messages
2017-01-14 NAKAMURA TakumiAdd LLVMOption to clang-interpreter, corresponding...
2017-01-14 George Burgess IVFix a typo. NFC.
2017-01-14 Richard SmithGive more accurate descriptions of what kind of templat...
2017-01-13 Daniel Jasperclang-format: Fix bug in making line break decisions.
2017-01-13 Richard SmithPR31631: fix bad CFG (and bogus warnings) when an if...
2017-01-13 Eric Fiselier[clang] Emit `diagnose_if` warnings from system headers
2017-01-13 Richard SmithPR31606: Generalize our tentative DR resolution for...
2017-01-13 David BlaikieFix shared library build after r291938 by adding missin...
2017-01-13 Malcolm ParsonsRemove unused lambda captures. NFC
2017-01-13 David Blaikieunique_ptrify Driver::ToolChains
2017-01-13 David Blaikieunique_ptrify createDriverOptTable
2017-01-13 Reid KlecknerUse less byval on 32-bit Windows x86 for classes with...
2017-01-13 Jonathan CoeRevert "Support for Python 3 in libclang python bindings"
2017-01-13 Malcolm Parsons[Sema] Add warning for unused lambda captures
2017-01-13 Chandler CarruthAnother fix for r291850 because there are apparently...
2017-01-13 Richard SmithImplement DR1265 (wg21.link/cwg1265).
2017-01-13 Eric ChristopherAdd a necessary newline for diagnose_if documentation.
2017-01-13 Shoaib Meenai[Sema] Restrict explicit instantation definition dllexport
2017-01-13 Ekaterina Romanova[DOXYGEN] Documentation for the newly added x86 intrinsics.
2017-01-13 Dehao ChenTemporarily revert the test change in 291870, which...
2017-01-13 Richard SmithUpdate C++ status pages for Clang 4 branch:
2017-01-13 Dehao ChenPass -fprofile-sample-use to lto backends.
2017-01-13 Anna Zaks[analyzer] Add LocationContext as a parameter to checkR...
2017-01-13 Anna Zaks[tsan] Do not report errors in __destroy_helper_block_
2017-01-13 Anna Zaks[analyzer] Support inlining of '[self classMethod]...
2017-01-13 Anna Zaks[analyzer] Fix false positives in Keychain API checker
2017-01-13 Richard SmithImprove handling of instantiated thread_local variables...
2017-01-12 Chandler CarruthFix two test cases I missed updating in r291850. Sorry...
2017-01-12 Chandler CarruthReplace some stray uses of the old spelling of the...
2017-01-12 Chandler CarruthAddress review comments on r290392:
2017-01-12 Hans WennborgClear the release notes for 5.0.0
2017-01-12 Hans WennborgUpdate docs/conf.py version
2017-01-12 Joerg SonnenbergerAdd entry for -MJ.
2017-01-12 Daniel Jasperclang-format: Fix regression introduced by r291801.
2017-01-12 Eli FriedmanAdd additional testcases for nsw markings on ++ and --.
2017-01-12 Daniel Jasperclang-format: Treat braced lists like other complex...
2017-01-12 Hans WennborgUsersManual.rst: Update clang-cl options list again
2017-01-12 Bruno Cardoso... [Modules] Fix misleading warning about missing textual...
2017-01-12 Hans WennborgUsersManual.rst: Update clang-cl options list
2017-01-12 Artem Dergachev[analyzer] Don't dereference the array value when bindi...
2017-01-12 Anastasia Stulova[Docs][OpenCL] Added OpenCL feature description to...
2017-01-12 Dehao ChenRevert r291774 which caused buildbot failure.
2017-01-12 Dehao ChenPass -fprofile-sample-use to lto backends.
2017-01-12 Malcolm ParsonsTracking exception specification source locations
2017-01-12 Alex LorenzAvoid multiple -Wunreachable-code diagnostics that...
2017-01-12 Artem Dergachev[analyzer] Avoid a crash in DereferenceChecker on strin...
2017-01-12 Vassil VassilevPR31469: Don't add friend template class decls to redec...
2017-01-12 Richard SmithRemove redundant passing around of a "ContainsAutoType...
2017-01-11 Argyrios Kyrtzidis[index] Introduce symbol subkinds to mark an accessor...
2017-01-11 Argyrios Kyrtzidis[index] Ignore invalid ObjC categories.
2017-01-11 Argyrios Kyrtzidis[index] Add 'IBTypeOf' relation for ObjC methods marked...
2017-01-11 Tony Jiang[PowerPC] Fix the wrong implementation of builtin vec_rlnm.
2017-01-11 Argyrios Kyrtzidis[index] Add 'contained-by' relation between references...
2017-01-11 Manman RenModule: Do not add any link flags when an implementatio...
2017-01-11 Manman RenThis reverts r291628. As suggested by Richard, we can...
2017-01-11 Benjamin KramerUnbreak the clang-fuzzer build after r291184.
2017-01-11 Malcolm ParsonsRemove repeated word in comment (NFC)
2017-01-11 Bruno Cardoso... [Modules] Support #import when entering files with...
2017-01-11 Devin Coughlin[analyzer] Fix crash in body farm for getter without...
2017-01-11 Manman RenModule: Do not create Implicit ImportDecl for module...
2017-01-10 Richard SmithRemove dead code.
2017-01-10 Richard SmithRemove a couple of parameters that are always false.
2017-01-10 Reid KlecknerSerialize the UsesSEH bit on FunctionDecl
2017-01-10 Kostya Kortchinsky[Driver] Add openSuse AArch64 Triple
2017-01-10 Richard SmithDon't try to check implicit conversion sequences for...
2017-01-10 Richard SmithFix conversion index / argument index mismatch when...
2017-01-10 Kelvin Li[OpenMP] Remove outdated comments. NFC.
2017-01-10 Chad Rosier[ARM] Use generic bitreverse intrinsic, rather than...
2017-01-10 Devin Coughlin[analyzer] Treat pointers to static member functions...
2017-01-10 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-10 Matthias BraunCGDecl: Skip static variable initializers in unreachabl...
2017-01-10 Chad Rosier[AArch64] Use generic bitreverse intrinsic, rather...
2017-01-10 Arpith Chacko... [OpenMP] Basic support for a parallel directive in...
2017-01-10 Alex Lorenz[Sema] Avoid -Wshadow warning when a "redefinition...
2017-01-10 Vassil VassilevRemove fixme, use ASTContext::getCanonicalTemplateSpeci...
2017-01-10 Richard SmithFix rejects-valid with default member initializers...
2017-01-10 Craig Topper[X86] Add recent CPU strings to some of the tests that...
2017-01-10 Craig TopperAMD family 17h (znver1) enablement
2017-01-10 Kelvin Li[OpenMP] Support the 'is_device_ptr' clause with 'targe...
2017-01-10 Kelvin Li[OpenMP] Support the 'is_device_ptr' clause with 'targe...
2017-01-10 Richard SmithDon't classify variable template names as type templates.
2017-01-10 Faisal Vali[NFC] Rename RAII ExpressionEvaluationContext variable...
2017-01-10 Gor Nishanov[coroutines] Sema: Allow co_return all by itself.
2017-01-09 Richard SmithCheck that template template arguments match template...
2017-01-09 Michal Gorny[cmake] Obtain LLVM_CMAKE_PATH from llvm-config
2017-01-09 George Burgess IVAdd a test for diagnose_if.
2017-01-09 Douglas YungFixing test to work when the compiler defaults to a...
2017-01-09 Richard SmithMSVC seems to use (void) in __FUNCSIG__ for a zero...
next