]> git.saurik.com Git - cycript.git/history - Analyze.cpp
Add (future) flags field to the bindings database.
[cycript.git] / Analyze.cpp
2015-12-23  Jay Freeman (saurik)Add (future) flags field to the bindings database.
2015-12-23  Jay Freeman (saurik)Generate functions to "bind" parameterized macros.
2015-12-23  Jay Freeman (saurik)Abstract pulling original file code into function.
2015-12-23  Jay Freeman (saurik)Work around libclang to find parameterized macros.
2015-12-23  Jay Freeman (saurik)Avoid clang_tokenize and just get the source file.
2015-12-23  Jay Freeman (saurik)Convert static inline functions into bridge stubs.
2015-12-23  Jay Freeman (saurik)Move brackets from parts to pattern: it's simpler.
2015-12-23  Jay Freeman (saurik)Use CXCursor_AsmLabelAttr to fix $INODE64 on stat.
2015-12-22  Jay Freeman (saurik)Automatically generate FFI bridges using libclang.