Changes in src/AST/Pass.proto.hpp [c600df1:93f74c0f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.proto.hpp
rc600df1 r93f74c0f 426 426 } // namespace forall 427 427 428 // For passes that need access to the global context. Sreaches `translationUnit`429 namespace translation_unit {430 template<typename core_t>431 static inline auto get_cptr( core_t & core, int )432 -> decltype( &core.translationUnit ) {433 return &core.translationUnit;434 }435 436 template<typename core_t>437 static inline const TranslationUnit ** get_cptr( core_t &, long ) {438 return nullptr;439 }440 }441 442 428 template<typename core_t> 443 429 static inline auto get_result( core_t & core, char ) -> decltype( core.result() ) {
Note:
See TracChangeset
for help on using the changeset viewer.