diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-04-29 06:27:02 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-04-29 06:27:02 +0000 |
commit | 758053788bde4747953f5f276ded345cd01323b1 (patch) | |
tree | 02f38df95a5327cb8644906d148b5bd8facf63f9 /polly/lib/JSON/include/json/json.h | |
parent | 011eae75123217b9125270ae08132a308cee7061 (diff) | |
download | bcm5719-llvm-758053788bde4747953f5f276ded345cd01323b1.tar.gz bcm5719-llvm-758053788bde4747953f5f276ded345cd01323b1.zip |
Add initial version of Polly
This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e
in the old git repository.
llvm-svn: 130476
Diffstat (limited to 'polly/lib/JSON/include/json/json.h')
-rw-r--r-- | polly/lib/JSON/include/json/json.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/polly/lib/JSON/include/json/json.h b/polly/lib/JSON/include/json/json.h new file mode 100644 index 00000000000..c71ed65abff --- /dev/null +++ b/polly/lib/JSON/include/json/json.h @@ -0,0 +1,10 @@ +#ifndef JSON_JSON_H_INCLUDED +# define JSON_JSON_H_INCLUDED + +# include "autolink.h" +# include "value.h" +# include "reader.h" +# include "writer.h" +# include "features.h" + +#endif // JSON_JSON_H_INCLUDED |