diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-10 14:04:14 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-10 14:04:14 -0600 |
commit | 2ad566cc7b125a8e7687dd260b71d49eddc9b03e (patch) | |
tree | 35a431551f92ff9b599b465021d982b2633b6c99 /include/frontend | |
parent | 2a2752adb4b32715926d3e565444fe2ea959f597 (diff) | |
download | chill-2ad566cc7b125a8e7687dd260b71d49eddc9b03e.tar.gz chill-2ad566cc7b125a8e7687dd260b71d49eddc9b03e.tar.bz2 chill-2ad566cc7b125a8e7687dd260b71d49eddc9b03e.zip |
clang frontend split
Diffstat (limited to 'include/frontend')
-rw-r--r-- | include/frontend/clang.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/frontend/clang.h b/include/frontend/clang.h new file mode 100644 index 0000000..4e11eb1 --- /dev/null +++ b/include/frontend/clang.h @@ -0,0 +1,8 @@ +// +// Created by ztuowen on 10/10/16. +// + +#ifndef CHILL_CLANG_H +#define CHILL_CLANG_H + +#endif //CHILL_CLANG_H |