]> granicus.if.org Git - clang/shortlog
clang
2019-05-29 Akira Hatanaka[ObjC] Fix encoding of ObjC pointer types that are...
2019-05-29 Csaba Dabis[analyzer] Remove EndPath function as it is dead code
2019-05-29 Tim NorthoverRevert "LLVM IR: update Clang tests for byval being...
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Boolean support
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: MemberExpr support
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Remove duplicated code
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Test 'add-pop-up-notes...
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Enhance to write out...
2019-05-29 Csaba Dabis[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticP...
2019-05-29 Tim NorthoverLLVM IR: update Clang tests for byval being a typed...
2019-05-29 Csaba Dabis[analyzer] print() JSONify chain: Generic stmt_id
2019-05-29 Artem Dergachev[analyzer] SATestBuild.py: Use driver for analyzing...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: SVal implementation
2019-05-29 Haojian WuFix an unused-variable error.
2019-05-29 Thomas Lively[WebAssembly] Support VPtr sanitizer for Emscripten
2019-05-29 Csaba Dabis[analyzer] print() JSONify: CFG implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Decl revision
2019-05-29 Csaba Dabis[analyzer][AST] print() JSONify: Stmt implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: getNodeLabel implementation
2019-05-29 Ilya Biryukov[Index] Compute correct symbol kind for variable templates
2019-05-29 Michael Liao[CUDA][HIP] Skip setting `externally_initialized` for...
2019-05-29 Erich KeaneAdd curley brackets to case statement that declares...
2019-05-29 Francois Ferrand[clang-format] Allow configuring list of function-like...
2019-05-29 Francois Ferrand[NFC] clang-format: Use LLVM style in NamespaceEndComme...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Program state implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Checker messages implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Constructing objects implem...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Type information implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Constraints implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Environment implementation
2019-05-29 Ilya Biryukov[CodeComplete] Add semicolon when completing patterns...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Store implementation
2019-05-29 Simon Atanasyan[mips] Check argument for __builtin_msa_ctcmsa / __buil...
2019-05-29 Nico Weberclang-cl: Fix mangling of catchable types with names...
2019-05-29 Yitzhak Mandelbaum[LibTooling] Add `before` and `after` selectors for...
2019-05-29 Ilya Biryukov[Index] Correctly set symbol kind of IndirectFieldDecl
2019-05-29 Douglas YungFix test added in r361903 to work on Windows.
2019-05-29 Pengfei Wang[X86] Fix i386 struct and union parameter alignment
2019-05-29 Zi Xuan Wurevert rC361928: [PowerPC] [Clang] Port SSE intrinsics...
2019-05-29 Zi Xuan Wu[PowerPC] [Clang] Port SSE intrinsics to PowerPC
2019-05-29 Eric FiselierMake __has_builtin work with __builtin_LINE and friends.
2019-05-29 Yaxun LiuFix failure of lit test dependent-libs.cu
2019-05-29 Petr Hosek[Driver] Search the toolchain dir with -print-file...
2019-05-28 Craig Topper[X86] Fix the Sema checks for getmant builtins to only...
2019-05-28 Richard SmithFix r361893 to also update a recently-added test.
2019-05-28 Richard SmithDefer creating fields for captures until we finish...
2019-05-28 Richard SmithSimplify clang::Capture. No functionality change intended.
2019-05-28 Richard SmithIf capturing a variable fails, add a capture anyway...
2019-05-28 Richard SmithMove code to mark a variable as odr-used adjacement...
2019-05-28 Michael J.... [Driver] Fix -working-directory issues
2019-05-28 Yaxun Liu[CUDA][HIP] Emit dependent libs for host only
2019-05-28 Adhemerval... [clang] Handle lrint/llrint builtins
2019-05-28 Joel E. Denny[OpenMP] Set pragma start loc to `#pragma` loc
2019-05-28 Saleem AbdulrasoolDriver: support `/Zc:char8_t` and `/Zc:char8_t-`
2019-05-28 Simon Tatham[ARM] Replace fp-only-sp and d16 with fp64 and d32.
2019-05-28 Ilya Biryukov[CodeComplete] Set preferred type for qualified-id
2019-05-28 Ilya Biryukov[CodeComplete] Consistently break after '{' in multi...
2019-05-28 Nico WeberAdd release note entries for recent typo correction...
2019-05-28 Adam Balogh[Analyzer] Replace `CXXSelfAssignmentBRVisitor` with...
2019-05-28 Hans WennborgRe-commit r357452 (take 2): "SimplifyCFG SinkCommonCode...
2019-05-28 Don HintonRevert [test] Fix plugin tests
2019-05-28 Don Hinton[test] Fix plugin tests
2019-05-27 Petr Hosek[Driver] Change layout of per-target runtimes to resemb...
2019-05-27 Volodymyr Sapsai[Preprocessor] Fix crash emitting note with framework...
2019-05-27 Kadir Cetinkaya[clang] Respect TerseOutput when printing lambdas
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the type information...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump whether a function...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the declared name...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the argument name...
2019-05-27 Aaron BallmanAdd test cases for dumping AST expression nodes to...
2019-05-27 Yaxun Liu[OpenCL] Fix file-scope const sampler variable for 2.0
2019-05-27 Ilya Biryukov[CodeComplete] Complete 'return true/false' in boolean...
2019-05-27 Balazs Keri[ASTImporter] Added visibility context check for CXXRec...
2019-05-26 Fangrui Song[Driver][RISCV] Simplify. NFC
2019-05-26 Petr Hosek[Driver] Update handling of c++ and runtime directories
2019-05-25 Duncan P. N... Add missing newline at end of file
2019-05-25 Richard SmithPermit static local structured bindings to be named...
2019-05-25 Akira HatanakaRevert "[Analysis] Link library dependencies to Analysi...
2019-05-25 Nico WeberRename clangToolingRefactor to clangToolingRefactoring...
2019-05-24 Artem Dergachev[analyzer] Add a prunable note for skipping vbase inits...
2019-05-24 Artem Dergachev[CFG] Add branch to skip vbase inits when they're handl...
2019-05-24 Richard SmithFix crash deserializing a CUDAKernelCallExpr with a...
2019-05-24 Alina SbirleaMark tests as x86.
2019-05-24 Richard SmithDefault arguments are potentially constant evaluated.
2019-05-24 Richard SmithRefactor use-marking to better match standard terminolo...
2019-05-24 Mandeep Singh... [Analyzer] Checker for non-determinism caused by iterat...
2019-05-24 Don Hinton[cmake] Remove old unused version of FindZ3.cmake from...
2019-05-24 Aaron BallmanAdding an explicit triple to this test to appease build...
2019-05-24 Aaron BallmanAdd JSON dumping tests for ObjC statements; add support...
2019-05-24 Gheorghe-Teodor... [OpenMP] Add test for requires and unified shared memor...
2019-05-24 Alina Sbirlea[NewPassManager] Add tuning option: LoopUnrolling ...
2019-05-24 Aaron BallmanAdd support for dumping Objective C AST declaration...
2019-05-24 Sam Clegg[WebAssembly] Use "linker" as linker shortname.
2019-05-24 Shafik Yaghmour[ASTImporter] Call to HandleNameConflict in VisitRecord...
2019-05-24 Ilya Biryukov[CodeComplete] Add whitespace around braces in lambda...
2019-05-24 Yitzhak Mandelbaum[LibTooling] Add Explanation parameter to `makeRule`.
2019-05-24 Kevin Petit[OpenCL] Add support for the cl_arm_integer_dot_product...
2019-05-24 Ilya Biryukov[CodeComplete] Filter override completions by function...
2019-05-24 Igor KudrinDo not resolve directory junctions for `-fdiagnostics...
2019-05-24 Artem Dergachev[analyzer] NFC: Prevent multi-file plist test from...
next