]> granicus.if.org Git - clang/shortlog
clang
2016-11-10 Jordan RoseAdd -Wnullability-completeness-on-arrays.
2016-11-10 Jordan RoseAccept nullability qualifiers on array parameters.
2016-11-10 Argyrios Kyrtzidis[index] Add SymbolSubKind for the GKInspectable annotation.
2016-11-10 Vedant Kumar[test] Remove implicit deps on libLTO.dylib on Darwin...
2016-11-10 Nico Weber[clang-format] Fix PR30527: Regression when clang-forma...
2016-11-10 George Burgess IV[Sema] Range-ify for loop, add period to comment. NFC.
2016-11-10 George Burgess IVClean up uses of unique_ptr for RAII objects. NFC.
2016-11-10 Aaron BallmanCorrecting a documentation formatting bug; NFC.
2016-11-10 Alex LorenzAdd -Wduplicate-protocol for existing diagnostic
2016-11-10 Martin Probstdrop kw_module from ASI protection block
2016-11-10 Martin Probstclang-format: [JS] do not break after declare namespace.
2016-11-10 Martin Probstclang-format: [JS] do not break after declare namespace.
2016-11-10 Alex Lorenz[Sema] Avoid -Wshadow warnings for shadowed variables...
2016-11-10 Amara EmersonAdd the loop end location to the loop metadata. This...
2016-11-10 Tony Jiang[PowerPC] Implement plain VSX load/store builtins.
2016-11-10 Serge PavlovMake output of -ast-print a valid C++ code.
2016-11-09 Argyrios Kyrtzidis[libclang] Fix issue with clang_tokenize and make sure...
2016-11-09 Shoaib Meenai[Sema] Use MS ABI behavior for dllexport in Itanium
2016-11-09 Adrian PrantlRemove extra whitespace
2016-11-09 Adrian PrantlRelax testcase so it also works on Windows.
2016-11-09 Erik Pilkington[Sema][NFC] Reset HasFallthroughStmt when clearing...
2016-11-09 Adrian PrantlUse an artificial debug location for non-virtual thunks.
2016-11-09 Douglas Katzman[Sparc] Unbreak test
2016-11-09 Douglas Katzman[Sparc] LLONG is not lock-free atomic on v8
2016-11-09 Daniel Jasperclang-format: [TypeScript] Fix bug in handling of non...
2016-11-09 Alex Lorenz[AST] Dump dependent scope member expression with its...
2016-11-09 Alex Lorenz[CodeCompletion] Show block invocation results for...
2016-11-09 Pavel LabathReplace TimeValue with TimePoint in BuildSystem.cpp...
2016-11-09 Pavel Labath[VFS] Replace TimeValue usage with std::chrono
2016-11-09 Alex Lorenz[Sema] Avoid -Wshadow warnings for shadowed variables...
2016-11-09 Craig Topper[AVX-512] Make VBMI instruction set enabling imply...
2016-11-09 Ekaterina RomanovaDoxygen comments for avxintrin.h.
2016-11-09 Argyrios Kyrtzidis[index] Fix issue with protocol name locations in confo...
2016-11-09 Hans Wennborgclang-cl: Pass /Zc:threadSafeInit through to MSVC with...
2016-11-09 Adrian PrantlEmit debug info for global constants whose address...
2016-11-08 Justin Lebar[CUDA] Use only the GVALinkage on function definitions.
2016-11-08 Dominic Chen[analyzer] Provide Contains() on ImmutableMap program...
2016-11-08 Stephen HinesRevert "Define __ANDROID_API__ for all Android builds."
2016-11-08 Stephen HinesDefine __ANDROID_API__ for all Android builds.
2016-11-08 Daniel JasperRemove FormatContext from libClang as it is now unused.
2016-11-08 Daniel JasperRevert "Remove now unnecessary FormatRewriterContext."
2016-11-08 Daniel JasperRemove now unnecessary FormatRewriterContext.
2016-11-08 Daniel Jasper[clang-format] Remove (SourceManager, FileID) variants
2016-11-08 Ayman Musa[X86][AVX512][Clang] Add support for mask_{move|store...
2016-11-08 Vladimir YakovlevTest commit of vbyakovl.
2016-11-08 Alexander KornienkoAdd a method to get the list of registered static analy...
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
2016-11-08 Stephen Hinesclang-format: Use git-ls-tree to get file mode in diff...
2016-11-08 Justin Bognercmake: Don't try to install exports if there aren't any
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-08 Tony Jiang[PowerPC] Implement remaining vector comparison builtins.
2016-11-08 George Burgess IVMake a const variable static. NFC.
2016-11-08 Richard SmithCorrectly ignore unnamed bit-fields when checking wheth...
2016-11-07 Justin Bognercmake: Support exports correctly with LLVM_DISTRIBUTION...
2016-11-07 Argyrios Kyrtzidis[index] Handle properly C++14's template variables.
2016-11-07 Argyrios Kyrtzidis[index] Make sure to mark class template symbols as...
2016-11-07 John McCallName some anonymous structs to avoid using a (very...
2016-11-07 Sean CallananUpdated ASTMerge/macro.m to use _Nullable.
2016-11-07 Evgeniy StepanovUse -fsanitize-recover instead of -mllvm -msan-keep...
2016-11-07 Sean CallananWhen the ASTImporter imports a source location, it...
2016-11-07 Eric LiuFix memory leak caused by r286096.
2016-11-07 Alexey Bataev[OPENMP] Fixed codegen for __real/__imag expressions...
2016-11-07 Jordan RoseFix use-of-temporary with StringRef in code coverage
2016-11-07 Alex Lorenz[www] Update the link to the 'include what you use...
2016-11-07 Yaxun Liu[OpenCL] Remove redundant test for OpenCL header file
2016-11-07 Alexey Bataev[OPENMP] Fixed test on MIPS-based buildbots.
2016-11-07 Alexey Bataev[OPENMP] Fixed capturing of VLA variables.
2016-11-07 Diana PicusRevert "[OPENMP] Fixed capturing of VLA variables."
2016-11-07 Alexey Bataev[OPENMP] Fixed capturing of VLA variables.
2016-11-07 Craig Topper[AVX-512][Sema] Add more intrinsics to the checks for...
2016-11-07 Eric LiuDeduplicate replacements by FileEntry instead of file...
2016-11-05 Daniel Jasperclang-format: Better support for CUDA's triple brackets.
2016-11-04 Olivier Goffart[test] Test that static_assert is properly visited...
2016-11-04 Olivier Goffart[python bindings] Expose CXCursor_FriendDecl as CursorK...
2016-11-04 Chandler CarruthAdd some more asserts to clearly indicate that there...
2016-11-04 Olivier Goffart[index] Expose FriendDecl
2016-11-04 Chandler CarruthDelete a trivially true check for a variable 'S' being...
2016-11-04 Chandler CarruthAdd an assert to further check the invariant that a...
2016-11-04 Serge PavlovEnhancement to test for -ast-print
2016-11-04 Chandler CarruthRemove no-op checks for a null CodeCompleter. We have...
2016-11-04 Serge PavlovDo not print enum underlying type if language is not...
2016-11-03 Hongbin ZhengRemove the unused POLLY_LINK_LIBS for linking polly...
2016-11-03 Adrian PrantlAdd debug info support for C++11 inline namespaces.
2016-11-03 Richard SmithImprove obvious-most-derived-type devirtualization:
2016-11-03 Chandler CarruthInstead of resetting the pointer, or releasing it which...
2016-11-03 Chandler CarruthUsing release to free memory is at best confusing ...
2016-11-03 Akira HatanakaFix spelling mistake.
2016-11-03 Malcolm ParsonsFixed column shift when formatting line containing...
2016-11-03 Samuel AntaoRename the version of ConstructJob for multiple outputs...
2016-11-03 Akira Hatanaka[Sema] Avoid instantiating templates only when Uncompil...
2016-11-03 Jonathan CoeSupport for Python 3 in libclang python bindings
2016-11-03 Malcolm ParsonsRemove redundant calls to std::string::data()
2016-11-03 Serge PavlovReverted r285882 (Enhancement to test for -ast-print)
2016-11-03 Olivier GoffartFix heuristics skipping invalid ctor-initializers with...
2016-11-03 Serge PavlovEnhancement to test for -ast-print
2016-11-03 Vedant Kumar[Sema] Remove a dead assignment, NFC.
2016-11-03 George Burgess IV[CodeGen] Use StringRef. NFC.
2016-11-03 Eric Fiselier[Sema] Allow static_cast<T&&>(e) to check explicit...
2016-11-03 Richard SmithUpdate manglings for C++17 noexcept function types...
2016-11-02 Richard SmithTeach clang-query to dump types. I couldn't find any...
next