]> granicus.if.org Git - clang/shortlog
clang
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...
2018-09-16 Sylvestre Ledruscan-build: remove trailing whitespaces
2018-09-16 Sylvestre LedruAlso manages clang-X as tool for scan-build
2018-09-15 Shuai Wang[NFC] cosmetic tweaks to ExprMutationAnalyzer to be...
2018-09-15 Kelvin Li[OPENMP] Move OMPClauseReader/Writer classes to ASTRead...
2018-09-15 George Karpenkov[analyzer] Temporary disabling svalbuilder-rearrange...
2018-09-15 George Karpenkov[analyzer] Further printing improvements: use declarations,
2018-09-15 George KarpenkovGenerate unique identifiers for Decl objects
2018-09-15 George Karpenkov[analyzer] Generate and use stable identifiers for...
2018-09-15 George Karpenkov[analyzer] Dump reproducible identifiers for statements...
2018-09-15 George Karpenkov[analyzer] Use correct end-of-line character when print...
2018-09-15 George KarpenkovStmtPrinter: allow customizing the end-of-line character
2018-09-15 George Karpenkov[analyzer] Dump unique identifiers for statements in...
2018-09-15 George KarpenkovSupport generating unique identifiers for Stmt objects
2018-09-15 George Karpenkov[analyzer] Skip printing duplicate nodes, even if nodes...
2018-09-15 Richard Smith[modules] Don't bother creating a global module fragmen...
2018-09-15 Richard Smith[modules] Support use of -E on modules built from the...
2018-09-15 Richard Smith[modules] Driver support for precompiling a collection...
2018-09-15 Richard Smith[modules] Frontend support for building a header module...
2018-09-14 Fangrui Songtest/Driver/output-file-cleanup.c: delete non-readable...
2018-09-14 Reid KlecknerRelax assumption about default method calling conventio...
2018-09-14 Shuai Wang[analyzer] Handle forwarding reference better in ExprMu...
2018-09-14 Shuai WangRemove PseudoConstantAnalysis
2018-09-14 Hans Wennborg[clang-cl] Fix PR38934: failing to dllexport class...
2018-09-14 Louis Dionne[clang] Make sure attributes on member classes are...
2018-09-14 Sam McCall[VFS] vfs::directory_iterator yields path and file...
2018-09-14 Kristina Brooks[Driver] Fix missing MultiArch include dir on powerpcspe
2018-09-14 Sam McCall[Tooling] JSONCompilationDatabasePlugin infers compile...
2018-09-14 Ilya Biryukov[analyzer] Restore final on NeedsCastLocField. NFC
2018-09-14 Kristof Umann[analyzer] Attempt to make a windows buildbot happy.
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Support for...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] New flag to...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Refactored check...
next