]> granicus.if.org Git - clang/shortlog
clang
2016-12-09 Graydon Hoare[modules] Add optional out-param to ASTReader::ReadAST...
2016-12-09 Reid KlecknerRemove special error recovery for ::(id)
2016-12-09 Reid KlecknerImprove error message when referencing a non-tag type...
2016-12-09 Richard SmithAdd tests for a couple more DRs.
2016-12-09 Richard Smithcxx_dr_status: update to latest issue list and add...
2016-12-09 Yaxun LiuAdd support for non-zero null pointer for C and OpenCL
2016-12-09 Richard SmithDR1295 and cleanup for P0135R1: Make our initialization...
2016-12-09 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for x86 intrinsics...
2016-12-09 Reid KlecknerRelax IRgen check in decl-in-prototype.c to match signe...
2016-12-09 Nico WeberDon't assert when redefining a built-in macro in a...
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-12-09 Vassil VassilevDocument and publish the useful module-file-info flag.
2016-12-09 Eric Liu[clang-format] calculate MaxInsertOffset in the origina...
2016-12-09 Bruno Cardoso... [Headers] Add #include_next for tgmath.h on Darwin
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-12-09 Bruno Cardoso... [CrashReproducer] Provide a clean dir path for -fmodule...
2016-12-09 Bruno Cardoso... [CrashReproducer] Rewrite relative include paths
2016-12-09 Paul RobinsonSpecify -std=gnu++98 on some Rewriter tests. NFC.
2016-12-09 Eugene Zelenko[AST, ASTMatchers, Basic] Fix some Clang-tidy modernize...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for xmmintrin.h...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments.
2016-12-08 Mike Aizatsky[sanitizers] lsan+sancov doesn't need ubsanrt (multi...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for emmintrin.h...
2016-12-08 David Gross[DebugInfo] Relax test case for long double constants.
2016-12-08 David Gross[DebugInfo] Add support for __fp16, float, and double...
2016-12-08 Artem Belevich[CUDA] Ignore implicit target attributes during functio...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments.
2016-12-08 Douglas YungFixing test to work when the compiler defaults to a...
2016-12-08 Alex Lorenz[CodeCompletion][ObjC] Use a parameterized NSSet return...
2016-12-08 Alex Lorenz[CodeCompletion] Provide Objective-C class property...
2016-12-08 Alex Lorenz[Sema] Avoid "case value not in enumerated type" warnin...
2016-12-08 Artem Dergachev[analyzer] Add dispatch_data_create as a special case...
2016-12-08 Malcolm Parsons[ASTMatcher] Add hasReplacementType matcher for SubstTe...
2016-12-08 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for avxintrin.h...
2016-12-08 Richard Smith[c++1z] P0490R0, NB comment GB 20: if std::tuple_size...
2016-12-08 Richard Smith[c++1z] P0003R5: Removing dynamic exception specifications.
2016-12-08 Bruno Cardoso... [Headers] Enable #include_next<float.h> on Darwin
2016-12-08 David L. JonesLoosen checks for _MSC_FULL_VER under -fms-extensions.
2016-12-08 Bruno Cardoso... [Driver][Darwin] Disable default stack protector levels...
2016-12-07 David L. JonesRefactor how the MSVC toolchain searches for a compatib...
2016-12-07 David L. JonesAdd more tests for MSVC version handling.
2016-12-07 Bruno Cardoso... [Driver] Add tests for default stack protector values...
2016-12-07 Malcolm Parsons[RecursiveASTVisitor] Improve post-order traversal...
2016-12-07 Artem Belevich[CUDA] Improve target attribute checking for function...
2016-12-07 Malcolm Parsons[RecursiveASTVisitor] Fix post-order traversal of Unary...
2016-12-07 Devin Coughlin[analyzer] Fix typo in nullability checker diagnostic
2016-12-07 Artem Dergachev[analyzer] Remove an unused enum value in RetainCountCh...
2016-12-07 Artem Dergachev[analyzer] pr31226: Disable CastSizeChecker in C++...
2016-12-07 Alex LorenzImplement the -Wstrict-prototypes warning
2016-12-07 Alex Lorenz[ObjC++] Don't enter a C++ declarator scope when the...
2016-12-07 Sam McCallCompilation database test: don't try to output to CWD
2016-12-07 Alexey Bader[OpenCL] Added a LIT test for ensuring address space...
2016-12-07 Alexey Bader[OpenCL] Fix SPIR version generation.
2016-12-07 Duncan P. N... Driver: Remove support for -fobjc-gc*
2016-12-07 Richard SmithFix test.
2016-12-07 Erich Keane[MS-ABI]V-base dtor called more than needed when throw...
2016-12-07 Reid KlecknerAddress review feedback by adding comments about $...
2016-12-06 Richard Smith[c++17] P0135R1: Guaranteed copy elision.
2016-12-06 Kelvin Li[OpenMP] Fix typo in the run command in the test case...
2016-12-06 Reid KlecknerDisable -Wweak-vtables when there are no key functions
2016-12-06 Kelvin Li[OpenMP] Fix typo in the test case. NFC.
2016-12-06 Joerg SonnenbergerFix FileCheck pattern.
2016-12-06 Joerg SonnenbergerAllow additional output since e.g. OSX appends flags...
2016-12-06 David Majnemer[MS ABI] Implement more of the Itanium mangling rules
2016-12-06 Joerg SonnenbergerMake test case slightly more robust by explicitly passi...
2016-12-06 Joerg SonnenbergerIf clang was configured for a DEFAULT_SYSROOT and no...
2016-12-06 Joerg SonnenbergerAllow clang to write compilation database records.
2016-12-06 Jonathan RoelofsFix doc string typo: s/@__yes/@__objc_yes/
2016-12-06 Malcolm ParsonsFix two clang-tidy misc-move-forwarding-reference warnings
2016-12-06 Benjamin KramerAlso recognize -std=iso9899:201x
2016-12-06 Mandeep Singh... [clang] Fix D26214: Move error handling out of MC and...
2016-12-06 Richard TrieuClean up some Sema checking code. NFC
2016-12-06 Richard SmithRevert r288626, which reverts r288449. Original commit...
2016-12-06 Richard TrieuAdd test for r288732, warn on unsigned zero in std...
2016-12-06 Richard SmithAdditional test file missed from r288737.
2016-12-06 Richard Smith[modules] Use the "redundant #include" diagnostic rathe...
2016-12-05 Richard TrieuWarn on unsigned zero in call to std::max
2016-12-05 Florian Hahn[docs] Use x86_64 and i386 instead of x86 as arch for...
2016-12-05 Saleem AbdulrasoolCodeGen: fix windows itanium RTTI in EH mode
2016-12-05 Dominic Chen[analyzer] Print type for SymbolRegionValues when dumpi...
2016-12-05 Vitaly BukaFix stack-use-after-scope in CheckExplicitlyDefaultedMe...
2016-12-05 Vitaly BukaFix stack-use-after-scope in EvaluateImplicitExceptionSpec
2016-12-05 Shoaib Meenai[Sema] Respect DLL attributes more faithfully
2016-12-05 Devin Coughlin[analyzer] ObjCGenerics: Warn only on mismatch for...
2016-12-05 Martin BohmeCFGBuilder: Fix crash when visiting delete expression...
2016-12-05 Benjamin KramerClean out unused diagnostics. NFC.
2016-12-05 Richard SmithDR1213: element access on an array xvalue or prvalue...
2016-12-05 Matthias BraunAdapt to llvm/TableGen DagInit changes.
2016-12-05 Peter CollingbourneIRGen: Remove an unused overload of CreateAlignedLoad.
2016-12-04 Daniel JasperRevert "Recover better from an incompatible .pcm file...
2016-12-04 Matthias BraunTableGen: Adapt to llvm r288612
2016-12-03 Sylvestre LedruAdd the --no-color option to the git call in the doc...
2016-12-03 Dan Gohman[WebAssembly] Revert r288447.
2016-12-03 Sergey Kalinichev[libclang] Fix python tests
2016-12-03 Saleem AbdulrasoolSema: delay the DLL exported member referencing
2016-12-03 Eric Fiselier[Sema] Don't perform aggregate initialization for types...
2016-12-03 Richard SmithDR616, and part of P0135R1: member access (or pointer...
2016-12-03 Richard SmithPR31244: Use the exception specification from the calle...
2016-12-02 Richard SmithMore diagnostic name fixups: w_ -> warn_, warning_...
2016-12-02 Saleem AbdulrasoolCodeGen: export typeinfo and typeinfo name on itanium
next