golang interfaces for the gcc introspector
go get github.com/h4ck3rm1k3/gogccintro
Compile programs with these flags to get tu files
CFLAGS=-O0 -fdump-translation-unit -save-temps
CPPFLAGS=-O0 -fdump-translation-unit -save-temps
CXXFLAGS=-O0 -fdump-translation-unit -save-temps
James Michael Du Pont [jamesmikedupont@gmail.com]
Copyright (c) 2017, James Michael Du Pont. All rights reserved. Use of this source code is governed by a AGPL-style license that can be found in the LICENSE file.