GithubHelp home page GithubHelp logo

Comments (4)

platisd avatar platisd commented on June 10, 2024

😫

Is there any entry for DiagnosticMesage where FilePath is kingdom.h too or is this all?

from clang-tidy-pr-comments.

oleg-derevenetz avatar oleg-derevenetz commented on June 10, 2024

@platisd this is the entire fixes.yml as is :)

from clang-tidy-pr-comments.

platisd avatar platisd commented on June 10, 2024

So, from what I understand, to reproduce this I need to return a const object and have the declaration and definition in separate files?

I.e.:

// Foo.h
struct Foo {
    const int bar();
};

// Foo.cpp
#include "Foo.h"

const int Foo::bar() {
    return 42;
}

from clang-tidy-pr-comments.

oleg-derevenetz avatar oleg-derevenetz commented on June 10, 2024

@platisd and also we need to have an offset of the second entry to be no more than offset+length of the first entry, because that's how intersection is currently checked:

     if current_offset + current_length < next_offset - 1: 
         replacements_are_consecutive = False 
         break 

BTW this logic can recognize even fragments of the same file as "consecutive" even if they are in fact not, but they are just specified in "reverse order" for some reason.

from clang-tidy-pr-comments.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.