]> granicus.if.org Git - clang/shortlog
clang
2018-09-25 Fangrui SongAnnotate LookupResult::clear() as LLVM_ATTRIBUTE_REINIT...
2018-09-24 Saleem AbdulrasoolDriver: render arguments for the embedded bitcode correctly
2018-09-24 Richard Smith[www] Change 'Clang 7' items from yellow to green now...
2018-09-24 Richard Smith[www] Update cxx_status to mark P0962R1 as done.
2018-09-24 Richard SmithP0962R1: only use the member form of 'begin' and 'end...
2018-09-24 Artem Belevich[CUDA] Added basic support for compiling with CUDA...
2018-09-24 George Karpenkov[analyzer] Prevent crashes in FindLastStoreBRVisitor
2018-09-24 Calixte Denizet[CodeGen] Revert commit https://reviews.llvm.org/rL342717
2018-09-24 Stefan Pintilie[Power9] [CLANG] Add __float128 exponent GET and SET...
2018-09-24 Benjamin KramerFix the type of 1<<31 integer constants.
2018-09-24 Michal Gorny[python] [tests] Update test_code_completion
2018-09-24 Kristina BrooksRevert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFound...
2018-09-24 Kristina Brooks[CFString][ELF] Fix a missed test causing buildbot...
2018-09-24 Eric Liu[VFS] Use llvm::StringMap instead of std::map. NFC
2018-09-24 Anastasia StulovaRevert "We allow implicit function declarations as...
2018-09-24 Kristina Brooks[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with...
2018-09-24 Sven van HaastregtFix Wundef NDEBUG warning; NFC
2018-09-24 Sjoerd Meijer[ARM][AArch64] Add feature +fp16fml
2018-09-24 Michael KruseAdd inherited attributes before parsed attributes.
2018-09-23 Kristof Umann[analyzer][UninitializedObjectChecker] Using the new...
2018-09-23 Petr Hosek[CMake] Use internal_linkage rather than always_inline...
2018-09-23 David Carlier[CStringSyntaxChecker] Check strlcat sizeof check
2018-09-23 Fangrui Song[Index] Report specialization bases as references when...
2018-09-23 Eric FiselierFix modules build with shared library.
2018-09-22 Fangrui Song[Index] Fix header guard naming
2018-09-22 Aaron PuchertEliminate some unneeded signed/unsigned conversions
2018-09-22 Caroline TiceFix codemodels.c test case (only test mcmodel=medium...
2018-09-22 Sylvestre Ledruuse the current url for bugzilla
2018-09-22 Sylvestre Ledruupdate the links to use https
2018-09-22 Richard TrieuUpdate smart pointer detection for thread safety analysis.
2018-09-22 Leonard Chan[Lexer] Add udefined_behavior_sanitizer feature
2018-09-21 Aaron PuchertThread safety analysis: Make printSCFG compile again...
2018-09-21 Caroline TiceFix codemodels.c test case (only test mcmodel-kernel...
2018-09-21 Aaron PuchertThread safety analysis: Make sure FactEntrys stored...
2018-09-21 Richard TrieuMake compare function in r342648 have strict weak ordering.
2018-09-21 George Karpenkov[analyzer] Process state in checkEndFunction in RetainC...
2018-09-21 George Karpenkov[analyzer] Highlight sink nodes in red
2018-09-21 George Karpenkov[analyzer] Associate diagnostics created in checkEndFun...
2018-09-21 George Karpenkov[analyzer] [NFC] Prefer make_unique over "new"
2018-09-21 George Karpenkov[analyzer] Fix bug in isInevitablySinking
2018-09-21 George Karpenkov[analyzer] [NFC] Dead code removal
2018-09-21 Caroline TiceAdd necessary support for storing code-model to module IR.
2018-09-21 Artem Belevich[CUDA] Fixed parsing of optional template-argument...
2018-09-21 JF Bastien[NFC] remove unused variable
2018-09-21 Artem Belevich[CUDA] Ignore uncallable functions when we check for...
2018-09-21 Alexey Bataev[OPENMP] Disable emission of the class with vptr if...
2018-09-21 Alexey Bataev[OPENMP][NVPTX] Enable support for lastprivates in...
2018-09-21 Bruno Ricci[AST][NFC] DeclarationName.h : add missing parentheses...
2018-09-21 JF BastienNFC: deduplicate isRepeatedBytePattern from clang to...
2018-09-21 Bruno Ricci[AST][NFC] Remove a superfluous enum in ObjCMethodDeclB...
2018-09-21 Bruno Ricci[AST] Various optimizations + refactoring in Declaratio...
2018-09-21 Ivan Donchevskii[CodeComplete] Generate completion fix-its for C code...
2018-09-21 Calixte Denizet[CodeGen] Add to emitted DebugLoc information about...
2018-09-21 Dean Michael... [XRay][clang] Propagate -fxray-instrumentation-bundle...
2018-09-21 Owen Pan[clang-format] Do not merge short case labels if follow...
2018-09-20 Zachary TurnerRemove failing test.
2018-09-20 Erik PilkingtonFix an assert in -Wquoted-include-in-framework-header
2018-09-20 Erik Pilkington[Sema] Retain __restrict qualifiers when substituting...
2018-09-20 Eric ChristopherAdd testcases for r342667.
2018-09-20 Eric Christopherr342177 introduced a hint in cases where an #included...
2018-09-20 Mike Rice[OPENMP] Fix spelling of getLoopCounter (NFC)
2018-09-20 Alexey Bataev[OPENMP] Add support for mapping memory pointed by...
2018-09-20 Sven van Haastregt[OpenCL] Diagnose redundant address space conversion
2018-09-20 Hans WennborgFileCheckify test/Driver/Xarch.c
2018-09-20 QingShan Zhang[PowerPC] [Clang] Add vector int128 pack/unpack builtins
2018-09-20 Aaron PuchertThread Safety Analysis: warnings for attributes without...
2018-09-19 Aaron PuchertThread safety analysis: Handle ObjCIvarRefExpr in SExpr...
2018-09-19 Shuai Wang[NFC] Declare instead of define non-void functions...
2018-09-19 Saleem Abdulrasooltest: actually fix the condition properly
2018-09-19 Saleem Abdulrasooltest: improve condition for the check
2018-09-19 Sylvestre Ledruredirecting to llvm.org/devmtg
2018-09-19 Saleem AbdulrasoolSema: handle `wint_t` more carefully for printf checking
2018-09-19 Shuai Wang[analyzer] Fix nullptr access when processing instantia...
2018-09-19 Saleem AbdulrasoolBasic: correct `__WINT_TYPE__` on Windows
2018-09-19 Eric Liu[Sema] Do not load macros from preamble when LoadExtern...
2018-09-19 Shuai Wang[NFC] Fix uncompilable test cases of ExprMutationAnalyzer.
2018-09-19 Aaron PuchertThread safety analysis: Fix crash for function pointers
2018-09-18 Volodymyr SapsaiAdd a callback for `__has_include` and use it for depen...
2018-09-18 Reid Kleckner[MS] Defer dllexport inline friend functions like other...
2018-09-18 Saleem AbdulrasoolDriver: extract a local variable for the Toolchain...
2018-09-18 Saleem AbdulrasoolDriver: hoist `-mlimit-float-precision` (NFC)
2018-09-18 David BlaikieFix fomit-frame-pointe+pg error
2018-09-18 Stephen HinesFix logic around determining use of frame pointer with...
2018-09-18 Bruno Cardoso... [Modules] Add platform and environment features to...
2018-09-18 Argyrios Kyrtzidis[index] Enhance indexing for module references
2018-09-18 Hans Wennborgcl-options.c: Fix negative -cfguard check
2018-09-18 Eric Liu[Index] Add an option to collect macros from preprocesor.
2018-09-18 Sam McCall[CodeComplete] Add completions for filenames in #includ...
2018-09-17 Aaron PuchertThread safety analysis: Run more tests with capability...
2018-09-17 George Karpenkov[analyzer] ExplodedGraph printing fixes
2018-09-17 Shuai Wang[analyzer] Treat std::{move,forward} as casts in ExprMu...
2018-09-17 Shuai Wang[ASTMatchers] Let isArrow also support UnresolvedMember...
2018-09-17 Gabor Marton[ASTImporter] Fix import of VarDecl init
2018-09-17 Andrew Savonichev[OpenCL] Allow blocks to capture arrays in OpenCL
2018-09-17 Andrew SavonichevMerge two attribute diagnostics into one
2018-09-17 Mikhail Maltsev[Analyzer] Define and use diff_plist in tests, NFC
2018-09-17 Ilya Biryukov[clang-Format] Fix indentation of member call after...
2018-09-17 Sylvestre Ledruscan-build: Add support of the option --exclude like...
2018-09-17 Petr Hosek[Lexer] Add xray_instrument feature
2018-09-16 Shuai Wang[NFC] Minor refactoring to setup the stage for supporti...
next