]> granicus.if.org Git - clang/shortlog
clang
2018-12-05 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-05 Adrian PrantlHonor -fdebug-prefix-map when creating function names...
2018-12-05 George Karpenkov[analyzer] Attribute for RetainCountChecker for OSObjec...
2018-12-05 Ilya BiryukovMention changes to libc++ include dir lookup in release...
2018-12-05 Erik PilkingtonAddress a post-commit review comment on r348325.
2018-12-05 Ilya Biryukov[CodeComplete] Fix a crash in access checks of inner...
2018-12-05 Bruno Ricci[Basic] Cleanups in IdentifierInfo following the remova...
2018-12-05 Anastasia Stulova[OpenCL] Diagnose conflicting address spaces in templates.
2018-12-05 Jan Korous[NFC] Use clang-format on PrintingPolicy::PrintingPolic...
2018-12-05 Kristina Brooks[Haiku] Support __float128 for x86 and x86_64
2018-12-05 Ilya BiryukovMove detection of libc++ include dirs to Driver on...
2018-12-05 Renato GolinRevert: Honor -fdebug-prefix-map when creating function...
2018-12-05 Michal Gorny[test] Disable Modules/prune.m on NetBSD as it requires...
2018-12-05 George Rimar[clang] - Simplify tools::SplitDebugName.
2018-12-05 Vitaly Buka[asan] Add clang flag -fsanitize-address-use-odr-indicator
2018-12-05 Erik Pilkington[Sema] Remove some conditions of a failing assert
2018-12-04 Richard SmithFix crash if an in-class explicit function specializati...
2018-12-04 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-04 Aaron BallmanAdd tests for dumping base classes; NFC.
2018-12-04 Stefan Pintilie[PowerPC] Make no-PIC default to match GCC - CLANG
2018-12-04 Bruno Ricci[AST] Assert that no type class is polymorphic
2018-12-04 Ilya BiryukovRevert "Avoid emitting redundant or unusable directorie...
2018-12-04 Bruno Ricci[AST] Assert that no statement/expression class is...
2018-12-04 Bruno Ricci[AST][NFC] Make ArrayTypeTraitExpr non polymorphic
2018-12-04 Krzysztof Parzyszek[Hexagon] Update builtin definitions
2018-12-04 Alexey Bataev[OPENMP][NVPTX]Fixed emission of the critical region.
2018-12-04 Alexey Bataev[OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.
2018-12-04 Erich KeaneRemove reference to recently removed PTH Documentation.
2018-12-04 Erich KeanePTH-- Remove feature entirely-
2018-12-04 Ulrich Weigand[SystemZ] Do not support __float128
2018-12-04 Adam Balogh[Analyzer] Iterator Checker - Forbid decrements past...
2018-12-04 Adam Balogh[Analyzer] Iterator Checkers - Use the region of the...
2018-12-04 Stephen KellyExtend test for DependentSizedArrayType
2018-12-04 Clement Courbet[WIP][Sema] Improve static_assert diagnostics for type...
2018-12-04 Richard TrieuRemove unnecessary include.
2018-12-04 Artem Dergachev[analyzer] MoveChecker: Add more common state resetting...
2018-12-04 Petr Hosek[Sema] Provide -fvisibility-global-new-delete-hidden...
2018-12-04 Richard SmithFix -Wmismatched-tags to not warn on redeclarations...
2018-12-04 Artem Dergachev[analyzer] MoveChecker: Improve warning and note messages.
2018-12-04 Erik PilkingtonNFC: Make this test kinder on downstream forks
2018-12-03 Krzysztof Parzyszek[Hexagon] Fix intrinsic test
2018-12-03 Adrian PrantlRelax test even more for Windows
2018-12-03 Adrian PrantlRelax tests to also work on Windows
2018-12-03 Artem Dergachev[analyzer] MoveChecker: Restrict to locals and std...
2018-12-03 Gor NishanovNFC: Add .vscode to .gitignore
2018-12-03 Artem Dergachev[analyzer] MoveChecker: NFC: Remove the workaround...
2018-12-03 Artem Dergachev[analyzer] Rename MisusedMovedObjectChecker to MoveChecker
2018-12-03 Artem Dergachev[analyzer] Dump stable identifiers for objects under...
2018-12-03 Artem Dergachev[AST] [analyzer] NFC: Reuse code in stable ID dumping...
2018-12-03 Artem Dergachev[AST] Generate unique identifiers for CXXCtorInitialize...
2018-12-03 Aaron BallmanTypo correction; NFC.
2018-12-03 Stephen KellyNFC: Simplify dumpStmt child handling
2018-12-03 Artem DergachevRe-apply r347954 "[analyzer] Nullability: Don't detect...
2018-12-03 Vedant Kumar[gcov/Darwin] Ensure external symbols are exported...
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-03 Adrian PrantlAvoid emitting redundant or unusable directories in...
2018-12-03 Bruno Ricci[Serialization][NFC] Remove pointless "+ 0" in ASTReader
2018-12-03 Bruno Ricci[AST][Sema] Remove CallExpr::setNumArgs
2018-12-03 Pablo Barrio[AArch64] Add command-line option for SSBS
2018-12-03 Marco Antognini[OpenCL][Sema] Improving formatting
2018-12-03 Ilya Biryukov[CodeComplete] Cleanup access checking in code completion
2018-12-03 Bruno Ricci[Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToO...
2018-12-03 Bruno Ricci[AST] Fix an uninitialized bug in the bits of FunctionDecl
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Bruno Ricci[AST][NFC] Pack CXXDeleteExpr
2018-12-03 Serge GueltonPortable Python script across version
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Ilya Biryukov[Analyzer] Actually check for -model-path being a directory
2018-12-03 Ilya Biryukov[Analysis] Properly prepare test env in test/Analysis...
2018-12-03 Ilya Biryukov[clang] Do not read from 'test/SemaCXX/Inputs' inside...
2018-12-03 Marco Antognini[OpenCL][Sema] Improve BuildResolvedCallExpr handling...
2018-12-03 Stefan Granitz[CMake] Store path to vendor-specific headers in clang...
2018-12-02 Stephen KellyReplace FullComment member being visited with parameter
2018-12-02 Stephen KellyExtend the CommentVisitor with parameter types
2018-12-02 Stephen KellyRemove unecessary methods
2018-12-02 Stephen KellyFix whitespace
2018-12-02 Stephen KellyAdd dump tests for ArrayInitLoopExpr and ArrayInitIndexExpr
2018-12-01 Matt ArsenaultOpenCL: Improve vector printf warnings
2018-12-01 Matt ArsenaultOpenCL: Extend argument promotion rules to vector types
2018-12-01 Bill WendlingCorrect indentation.
2018-12-01 Bill WendlingSpecify constant context in constant emitter
2018-12-01 Fangrui Song[Basic] Move DiagnosticsEngine::dump from .h to .cpp
2018-12-01 Adrian PrantlRelax test to also work on Windows.
2018-12-01 Adrian PrantlHonor -fdebug-prefix-map when creating function names...
2018-11-30 Fangrui SongRevert "Revert r347417 "Re-Reinstate 347294 with a...
2018-11-30 Kristof Umann[analyzer] Deleting unnecessary test file
2018-11-30 Brad SmithAdd myself as code owner for OpenBSD driver
2018-11-30 Fangrui SongRevert r347417 "Re-Reinstate 347294 with a fix for...
2018-11-30 Kristof Umann[analyzer] Emit an error for invalid -analyzer-config...
2018-11-30 Fangrui Song[ExprConstant] Try fixing __builtin_constant_p after...
2018-11-30 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-11-30 Bill WendlingRevert r348029. I was git-ing and jumped the gun.
2018-11-30 Kristof Umann[analyzer] Evaluate all non-checker config options...
2018-11-30 George KarpenkovRevert "Reverting r347949-r347951 because they broke...
2018-11-30 Bill WendlingWe're in a constant context in the ConstantEmitter.
2018-11-30 Matthew VossExpect mixed path separators in FileManagerTest when...
2018-11-30 Aaron BallmanRevert an inadvertent change from r348020.
2018-11-30 Kristof Umann[analyzer][PlistMacroExpansion] Part 5.: Support for...
next