trick/trick_source/codegen/Interface_Code_Gen
Alex Lin f412125715 Is Trick ICG missing some uses of TRICK_ICG #608
Yes, it is, it's missing all of them.  Any clang/llvm version 3.5 and
above.  So it's been broken for a while.  We inherit from a
clang class that processes preprocessing statements.  If we override
virtual functions of a certain signature, we can inject our code into
the preprocessing process.  In this case we're looking for the use
of TRICK_ICG.  Clang changed the function signature in version 3.5.
From 3.5 on our functions were never called, so we never would find
TRICK_ICG.  I created new signatures for the functions post 3.5 so
they will work again.
2018-04-23 16:40:32 -05:00
..
2015-02-26 09:02:31 -06:00
2016-04-13 16:07:16 -05:00
2016-10-31 09:10:33 -05:00
2016-04-13 16:07:16 -05:00
2016-04-13 16:07:14 -05:00
2016-10-31 09:10:33 -05:00
2016-04-13 16:07:15 -05:00
2018-03-13 09:30:01 -05:00
2017-02-10 10:29:56 -06:00
2016-10-28 14:37:12 -05:00
2016-10-28 14:37:12 -05:00