]> granicus.if.org Git - clang/shortlog
clang
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...
2016-11-02 Argyrios Kyrtzidis[index] Fix assertion hit when handling a declaration...
2016-11-02 Jordan RoseDon't require nullability on template parameters in...
2016-11-02 Artem Dergachev[analyzer] StdLibraryFunctions: provide platform-specif...
2016-11-02 Erich Keaneregcall: Implement regcall Calling Conv in clang
2016-11-02 Alex LorenzSimplify the test case from r285289.
2016-11-02 Alex LorenzAdd a note that points to the linkage specifier for...
2016-11-02 Reid Kleckner[asan] Use the dynamic ASan runtime if -shared-libasan...
2016-11-02 Aaron BallmanTurn on the /bigobj switch for RecursiveASTVisitorTest...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-11-02 Richard SmithMore forcibly resolve exception specifications when...
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-11-01 Devin Coughlin[analyzer] Fix capitalization in ObjCSuperDealloc check...
2016-11-01 Michal Gorny[test] Fix detecting LLVM zlib support in stand-alone...
2016-11-01 NAKAMURA Takumiclang/test/CodeGenOpenCL/convergent.cl: Satisfy -Assert...
2016-11-01 Yaxun Liu[OpenCL] Mark group functions as convergent in opencl-c.h
2016-11-01 Alexey Bader[OpenCL] Override supported OpenCL extensions with...
2016-11-01 Nemanja Ivanovic[PowerPC] Implement vector shift builtins - clang portion
2016-11-01 Michael Zuckerman[x86][inline-asm][clang] accept 'v' constraint
2016-11-01 Alex Lorenz[www] Fix a typo on the analyzer website
2016-11-01 Manuel KlimekFix parenthesized assert (nfc).
2016-11-01 Nemanja Ivanovic[PPC] Add vec_absd functions to altivec.h
2016-11-01 Daniel Jasperclang-format: Fix bug in function reference qualifier...
2016-11-01 Daniel Jasperclang-format: Fix incorrect pointer detection.
2016-11-01 Daniel Jasperclang-format: [JS] Fix incorrect space when "as" is...
2016-11-01 Daniel Jasperclang-format: Fix incorrect binary operator detection.
2016-11-01 Daniel Jasperclang-format: [JS] Fix formatting of generator functions.
2016-11-01 Daniel Jasperclang-format: [JS] Fix space when for is used as regula...
2016-11-01 Craig Topper[AVX-512] Remove masked vector insert builtins and...
2016-11-01 Argyrios Kyrtzidis[index] Avoid using a RecursiveASTVisitor for Syntactic...
2016-11-01 Richard SmithImplement ABI proposal for throwing noexcept function...
2016-11-01 Richard Smithp0012: Teach resolving address of overloaded function...
2016-11-01 Peter CollingbourneBitcode: Simplify BitstreamWriter::EnterBlockInfoBlock...
2016-11-01 Tim Shen[ReachableCode] Skip over ExprWithCleanups in isConfigu...
2016-10-31 Eric Fiselier[modules] Mark deleted functions as implicitly inline...
2016-10-31 Evgeniy Stepanov[cfi] Fix missing !type annotation.
2016-10-31 Argyrios Kyrtzidis[index] Fix repeated visitation of the same InitListExp...
2016-10-31 Malcolm Parsons[ASTMatcher] Add CXXNewExpr support to hasDeclaration
2016-10-31 John McCallA compound literal within a global lambda or block...
2016-10-31 Artem Dergachev[analyzer] Allow undefined values in performTrivialCopy.
2016-10-31 Artem Dergachev[analyzer] MacOSXAPIChecker: Improve warnings for __blo...
2016-10-31 Richard SmithAdd comment explaining this mysterious macro name.
next