]> granicus.if.org Git - clang/shortlog
clang
2017-05-03 Reid Kleckner[IR] Abstract away ArgNo+1 attribute indexing as much...
2017-05-03 Alex LorenzRevert r302037
2017-05-03 Alex LorenzDiagnosticsEngine should clear DelayedDiagID before...
2017-05-03 Carlo Bertolli[OpenMP] Extended parse for 'always' map modifier
2017-05-03 Oren Ben SimhonReusing an existing attribute diagnostic
2017-05-03 Artem Dergachev[analyzer] Fix memory error bug category capitalization.
2017-05-03 Daniel JasperUndo turning ExtBehavior into a bitfield.
2017-05-03 Daniel JasperFix tests after speculatable intrinsics patch
2017-05-03 Daniel JasperSilences gcc's -Wnarrowing.
2017-05-03 Yuka TakahashiRevert rL301998: "Fix a bug that -isysroot is completel...
2017-05-03 Yuka TakahashiFix a bug that -isysroot is completely ignored on Unix
2017-05-03 Matt ArsenaultFix tests after speculatable intrinsics patch
2017-05-03 Kostya Serebryany[sanitizer-coverage] add a deprecation warning to the...
2017-05-03 Richard Smith[modules] Round-trip -Werror flag through explicit...
2017-05-02 Richard Trieu[ODRHash] Add support for array and decayed types,...
2017-05-02 Vedant Kumar[ubsan] Skip overflow checks on safe arithmetic (fixes...
2017-05-02 Reid KlecknerRe-land r301697 "[IR] Make add/remove Attributes use...
2017-05-02 Faisal Vali[NFC] Add original test that triggered crash post r301735
2017-05-02 Faisal ValiFix PR32831 (Try Again): 'this' capture while instantia...
2017-05-02 George Burgess IV[Sema] Update function doc; NFC
2017-05-02 Reid KlecknerSimplify some va_start checking logic
2017-05-02 Daniel JasperRevert r301822 (and dependent r301825), which tried...
2017-05-02 Vedant KumarRevert "[docs] UBSan: Mention that print_stacktrace...
2017-05-02 Sanjay Patel[CodeGen] remove/fix checks that will fail when r301923...
2017-05-02 Daniel JasperRevert r301735 (and subsequent r301786).
2017-05-02 Daniel Marjamaki[analyzer] Detect bad free of function pointers
2017-05-02 Emilio Cobos... Remove leftover test expectation from rL301902.
2017-05-02 Emilio Cobos... [libclang] Revert rL301328 and add tests for the regres...
2017-05-02 NAKAMURA Takumiclang/test/Modules/diag-flags.cpp: Appease targeting...
2017-05-02 Nick LewyckyRevert r301785 (and r301787) because they caused PR32864.
2017-05-02 Kostya Serebryany[sanitizer-coverage] update the SanitizerCoverage docs...
2017-05-01 Richard SmithNew file missed from r301846.
2017-05-01 Richard SmithFix initial diagnostic state setup for an explicit...
2017-05-01 Richard SmithPut back REQUIRES: system-darwin to fix asan bot.
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-05-01 Benjamin KramerSilence unused variable warning. NFC.
2017-05-01 Kostya Serebryany[sanitizer-coverage] add a deprecation note to coverage...
2017-05-01 Richard SmithImprove handling of arrays of unknown bound in constant...
2017-05-01 Sanjoy DasAdapt to LLVM's rename of WeakVH to WeakTrackingVH...
2017-05-01 Adrian PrantlRelax testcase to fix a PS4 buildbot failure.
2017-05-01 Aaron BallmanThe -coverage-file flag was removed in r280306, and...
2017-05-01 Sanjoy DasRemove unneeded struct; NFC
2017-05-01 Nick LewyckyFix test that was incorrected merged between patches.
2017-05-01 David BlaikieFix line endings (dos -> unix) and clang-format while...
2017-05-01 Nick LewyckyHandle expressions with non-literal types like ignored...
2017-05-01 Saleem Abdulrasoolutils: Silence -Wpedantic warning
2017-04-29 Simon Pilgrim[X86][AVX] Added support for _mm256_zext* helper intrin...
2017-04-29 Nick LewyckyRemove Sema::CheckForIntOverflow, and instead check...
2017-04-29 Faisal ValiFix PR32831: 'this capture while instantiating generic...
2017-04-29 Richard SmithRemove some apparently-unnecessary 'REQUIRES: system...
2017-04-29 Richard SmithFix "REQUIRES: system-darwin" failing tests after r301725.
2017-04-29 Richard SmithPR26771: don't forget the " 2" (returning from #include...
2017-04-29 Richard SmithRemove unused, empty test directories.
2017-04-29 Richard SmithAdd pragma to perform module import and use it in ...
2017-04-29 Nick LewyckyObjCBoxedExpr can't be evaluated by the constant expres...
2017-04-28 Adrian PrantlAdapt to LLVM API change (DINamespace no longer takes...
2017-04-28 Richard Trieu[ODRHash] Add testcase with different paramter names...
2017-04-28 David BlaikieEnable -fno-split-dwarf-inlining even when -gsplit...
2017-04-28 Akira Hatanaka[CodeGen][ObjC] Don't retain captured Objective-C point...
2017-04-28 Ekaterina Romanova[DOXYGEN] Minor improvements in doxygen comments.
2017-04-28 Emilio Cobos... [libclang] Expose some target information via the C...
2017-04-28 Alex LorenzUse the -Wunknown-warning-option group for the "unknown...
2017-04-28 Alex Lorenz[Sema] Avoid an invalid redefinition error that was...
2017-04-28 Simon Pilgrim[X86][SSE] Add _mm_set_pd1 (PR32827)
2017-04-28 Alex Lorenz[index] Handle vector types in USR generator
2017-04-28 NAKAMURA Takumiclang/test/ARCMT/remap-applying.c: Use %/s on the comma...
2017-04-28 NAKAMURA Takumiclang/test/Index/index-module.m: Relax expressions...
2017-04-28 Richard SmithMove functionality for handling module maps as inputs...
2017-04-28 Bruno Cardoso... [ASTImporter] Move structural equivalence context to...
2017-04-28 Argyrios Kyrtzidis[ARCMigrate] When applying changes from remap files...
2017-04-27 George Burgess IVUse a consistent style. NFC
2017-04-27 Bruno Cardoso... [Modules] Improve diagnostics for incomplete umbrella
2017-04-27 Bruno Cardoso... [Modules] Refactor logic for incomplete umbrella warnin...
2017-04-27 Duncan P. N... Headers: Make the type of SIZE_MAX the same as size_t
2017-04-27 Duncan P. N... Preprocessor: Suppress -Wnonportable-include-path for...
2017-04-27 Tim Northoverlibclang: remove unused variable.
2017-04-27 Sean CallananAdded an Importer test for in-class member initializers.
2017-04-27 Vedant Kumar[Profile] Add off-by-default -Wprofile-instr-missing...
2017-04-27 Argyrios Kyrtzidis[libclang] Enhance clang_Cursor_isDynamicCall and clang...
2017-04-27 Hans Wennborgclang-cl: Alias /d1reportAllClassLayout to -fdump-recor...
2017-04-27 Hans WennborgFix -Wpedantic about extra semicolons in CGStmtOpenMP.cpp
2017-04-27 Vassil VassilevRemove leaking UnknownPragmaHandlers right after we...
2017-04-27 Alexey Bataev[OPENMP] Add a check for iterator not reached the end...
2017-04-27 Argyrios Kyrtzidis[index] Mark the ObjC implicit accessor method definiti...
2017-04-27 Alexey Bataev[OPENMP] Improve performance of the hasDSA() function...
2017-04-27 Alex Lorenz[libclang] Pass in the -fallow-editor-placeholders...
2017-04-27 NAKAMURA Takumiclang/test/Modules/malformed-overload.m: Make sure...
2017-04-27 Martin Probstclang-format: [JS] parse async function declarations.
2017-04-27 Haojian WuFix asan failures on OpenMP.
2017-04-27 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2017-04-27 Alex Lorenz[ObjC] Disallow vector parameters and return values...
2017-04-27 Yaron KerenConstify SourceManager input to MacroInfo::getDefinitio...
2017-04-27 Haojian WuDon't hard-code "modules-cache-path" in the test.
2017-04-27 Nick LewyckyIn the expression evaluator, visit the index of an...
2017-04-27 Nick LewyckyIn the expression evaluator, descend into both the...
2017-04-27 Duncan P. N... Darwin: Define __STDC_NO_THREADS__ on Darwin targets
2017-04-27 Richard SmithImprove diagnostics for bad -std= flag.
2017-04-27 NAKAMURA Takumiclang/Lex/PPCallbacks.h: Fix a warning in r301472....
2017-04-26 Richard SmithRemove unnecessary and somewhat inaccurate "C89" flag...
2017-04-26 Richard SmithDon't accept -std= values that would switch us to a...
next