Skip to content

Instantly share code, notes, and snippets.

@dwilliamson
Created July 15, 2020 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwilliamson/39677a9115569fbb550cb1d907f260af to your computer and use it in GitHub Desktop.
Save dwilliamson/39677a9115569fbb550cb1d907f260af to your computer and use it in GitHub Desktop.
DerivePointerAlignment: false
PointerAlignment: Left
#define macro()
struct Type;
struct macro() A {
void No(Type * node);
};
struct B {
void Yes(Type* node);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment