]> granicus.if.org Git - clang/shortlog
clang
2016-12-22 Alexey Bataev[OPENMP] Fix for PR31417: assert failure when compiling...
2016-12-22 George Burgess IVFix warning introduced by r290297.
2016-12-22 George Burgess IVMake alloc_size only applicable to Functions.
2016-12-22 Devin Coughlin[analyzer] Update GTestChecker to tighten API detection
2016-12-22 Artem Dergachev[analyzer] Improve suppress-on-sink behavior in incompl...
2016-12-22 Daniel Jasperclang-format: Less eagerly try to keep label-value...
2016-12-22 Richard SmithSpeculative revert of r290310 to see if that's the...
2016-12-22 Bruno Cardoso... [CrashReproducer] Add support for merging -ivfsoverlay
2016-12-22 Antonio MaioranoMake FormatStyle.GetStyleOfFile test work on MSVC
2016-12-22 Saleem AbdulrasoolSema: print qualified name for overload candidates
2016-12-22 Richard SmithOnly substitute into type of non-type template paramete...
2016-12-22 Saleem AbdulrasoolDriver: use the triple to query the arch, not the toolchain
2016-12-22 Saleem AbdulrasoolDriver: remove unnecessary parameter
2016-12-22 Saleem AbdulrasoolDriver: rename parameter to reduce confusion
2016-12-22 George Burgess IVAdd the alloc_size attribute to clang, attempt 2.
2016-12-21 Richard SmithPerform type-checking for a converted constant expressi...
2016-12-21 Tim NorthoverARM: define a macro for the FPv5 FPU in ARM mode.
2016-12-21 Paul RobinsonMake some diagnostic tests C++11 clean.
2016-12-21 Daniel Jasperclang-format: Fix bug in handling of single-column...
2016-12-21 Simon PilgrimWdocumentation fix
2016-12-21 David L. JonesRename several methods on ASTRecordReader to follow...
2016-12-21 Graydon HoareFix windows build breakage in r290219. Unix path separa...
2016-12-21 Richard SmithFix defaulted-functions-in-C++98 extension to give...
2016-12-21 Richard Smith[c++1z] When initializing a const-qualified class type...
2016-12-21 Richard SmithFactor out checking of template arguments after deducti...
2016-12-21 Graydon HoareFix build breakage in r290219. Notes should not be...
2016-12-21 Graydon Hoare[modules] Handle modules with nonstandard names in...
2016-12-21 David L. JonesStore the "current position" index within the ASTRecord...
2016-12-20 Paul RobinsonMake a test use a specific C++ dialect
2016-12-20 Paul RobinsonC++11 test cleanup: nonthrowing destructors
2016-12-20 Paul RobinsonMake two vtable tests tolerate C++11.
2016-12-20 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-20 Alexey Bataev[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedE...
2016-12-20 Daniel Jasperclang-format: Fix bug in understanding string-label...
2016-12-20 Alexey Bataev[OPENMP] Fix for PR31428: variable named like directive...
2016-12-20 Daniel JasperRevert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE...
2016-12-20 Kevin FunkFix for clang_Cursor_getSpellingNameRange()
2016-12-20 Egor Churaev[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compar...
2016-12-20 Chandler CarruthRevert r290149: Add the alloc_size attribute to clang.
2016-12-20 Richard SmithAdd test for DR692.
2016-12-20 Chandler CarruthFix the spelling of 'bitfield' in diagnostics to be...
2016-12-20 Akira Hatanaka[Parser] Correct typo after lambda capture initializer...
2016-12-20 Adrian PrantlUpdate for LLVM global variable debug info API change.
2016-12-20 George Burgess IVAdd the alloc_size attribute to clang.
2016-12-19 Richard SmithFix completely bogus types for some builtins:
2016-12-19 Paul RobinsonMake another test insensitive to the default C++ dialect.
2016-12-19 Devin Coughlin[analyzer] Add checker modeling gtest APIs.
2016-12-19 Jordan RoseDon't try to emit nullability fix-its within/around...
2016-12-19 Devin Coughlin[analyzer] Add sink after construction of temporary...
2016-12-19 Benjamin Kramer[Format] Remove dead code.
2016-12-19 Bruno Cardoso... [ASTReader] Sort RawComments before merging
2016-12-19 Jordan RoseAdd fix-it notes to the nullability consistency warning.
2016-12-19 Sean CallananReverting r290004, r290006, r290010 pending review.
2016-12-19 Paul RobinsonMake a few OpenMP tests "C++11 clean."
2016-12-19 Paul RobinsonRevert another accidental bit
2016-12-19 Paul RobinsonUndo accidental comit
2016-12-19 Paul RobinsonMake a few OpenMP tests "C++11 clean."
2016-12-19 NAKAMURA Takumi[libclang] Revert part of r290025, "Remove the 'extern...
2016-12-19 Prakhar Bahuguna[ARM] Add missing -backend-option for -arm-execute...
2016-12-19 Daniel Jasperclang-format: Slightly tweak the behavior of <<-wrapping.
2016-12-19 Eric Liu[clang-format] revert an unintended change in r288493...
2016-12-19 Daniel JasperRevert "[c++1z] P0195R2: Support pack-expansion of...
2016-12-19 Daniel Jasperclang-format: Fix regression introduced in r290084.
2016-12-19 Daniel Jasperclang-format: Allow "single column" list layout even...
2016-12-19 Richard SmithAdd __cpp_structured_bindings feature test macro for...
2016-12-19 Richard Smith[c++1z] cxx_status: mark p0195r2 as done.
2016-12-19 Richard Smith[c++1z] P0195R2: Support pack-expansion of using-declar...
2016-12-19 Yaxun LiuAdd a lit test for PR31374
2016-12-18 Richard SmithFix name hiding and redeclaration checking for dependen...
2016-12-18 Richard SmithFix some interactions between C++11 and C++14 features...
2016-12-18 Simon PilgrimWdocumentation fix
2016-12-18 Yaxun LiuFix a lit test issue exposed by r290056
2016-12-18 Yaxun LiuAttempt to fix build failure and regressions due to...
2016-12-18 Yaxun LiuRecommit r289979 [OpenCL] Allow disabling types and...
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-17 Argyrios Kyrtzidis[libclang] Remove the 'extern "C"' blocks from the...
2016-12-17 Devin Coughlin[analyzer] UnixAPIChecker: Don't diagnose for functions...
2016-12-16 Sean CallananAdded clangLex to the dependencies for clang-import...
2016-12-16 Reid KlecknerFix MSVC build of libclang after r288438
2016-12-16 Peter CollingbourneAdd explicit triple to test to fix arm bots.
2016-12-16 Sean CallananFixed library dependencies on clang-import-test to...
2016-12-16 Devin Coughlin[analyzer] Extend UnixAPIChecker open() checks to handl...
2016-12-16 Sean CallananTestbed and skeleton of a new expression parser
2016-12-16 Reid KlecknerReally revert all changes from r289979. Apparently...
2016-12-16 Peter CollingbourneIRGen: Fix assertion failure when creating debug info...
2016-12-16 Argyrios Kyrtzidis[libclang] Restore the CXXRecordDecl path for clang_Typ...
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Akira Hatanaka[Sema] Transform the default arguments of a lambda...
2016-12-16 Kelvin Li[OpenMP] support the 'is_device_ptr' clause with 'targe...
2016-12-16 Akira HatanakaRemove the temporary fix to the RUN line that was commi...
2016-12-16 Zachary TurnerFix clang build
2016-12-16 Adrian PrantlRevert "Update for LLVM global variable debug info...
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-16 Devin Coughlin[analyzer] Fix crash in MallocChecker.
2016-12-16 Artem Dergachev[analyzer] Add another exception for Qt in MallocChecker
2016-12-16 Nico Weberattempt to fix bots after r289914/r289919
2016-12-16 Adrian PrantlUpdate for LLVM global variable debug info API change.
2016-12-16 Akira HatanakaRemove "-disable-llvm-optzns -verify" from the RUN...
2016-12-16 Akira Hatanaka[Sema] Fix handling of enumerators used as default...
2016-12-16 Antonio Maioranoclang-format-vsix: add command to format document
next