Git Product home page Git Product logo

protofun's Introduction

protofun

Clang plugin to get all the C/C++ function prototypes and their location.

Setup

Just launch make and copy libprotofun.so file where you want.

Usage

You need to touch a file /tmp/protofun.lock to be used as a lock when writing in the result file:

clang++-3.9 -fplugin=/path/to/libprotofun.so -Xclang -plugin-arg-protofun -Xclang /root/dir/of/your/project -Xclang -plugin-arg-protofun -Xclang /tmp/results.txt" -Xclang -plugin-arg-protofun -Xclang /tmp/protofun.lock ...

Example of output

For the file tests/foo.cpp, the results are (function proto | file | line number):

add<int>(int, int) | tests/foo.cpp | 2
add(int) | tests/foo.cpp | 7
A<double>::foo(double) | tests/foo.cpp | 16
A<double>::bar(double) | tests/foo.cpp | 17
A<char>::bar(char) | tests/foo.cpp | 17
A<char>::A() | tests/foo.cpp | 14
A<int>::foo(int) | tests/foo.cpp | 16
toto(const A<double> &) | tests/foo.cpp | 20
B::B() | tests/foo.cpp | 29
B::oof<char>(float, A<char> &) | tests/foo.cpp | 33
C<char, int>::C() | tests/foo.cpp | 43
C<short, long>::C() | tests/foo.cpp | 37
main(int, char **) | tests/foo.cpp | 49

protofun's People

Contributors

calixteman avatar

Watchers

James Cloos avatar Tiramisu 1993 avatar  avatar

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.