emankov
61593291fd
[HIPIFY][fix][ #851 ] make_absolute only in case of relative path
...
Otherwise return the input path.
2019-01-06 17:58:37 +03:00
emankov
723c58afa4
[HIPIFY] LLVM compatibility
...
+ sys::fs::make_absolute fro LLVM < 5.0
+ sys::fs::real_path for LLVM >= 5.0
2018-12-28 01:34:35 +03:00
emankov
340550cc56
[HIPIFY] Add the legal right comment to all the sources
2018-12-20 18:47:57 +03:00
Evgeny Mankov
b087a7f275
[HIPIFY][LLVMCompat] support of upcoming LLVM 8.0
...
+ StringRef issue, which is finally moved to LLVM from Clang
+ Renamed getBeginLoc() and getEndLoc() resolution for Expr and TypeLoc classes
+ Support all the previous LLVM versions via LLVCompat
2018-11-16 01:23:25 +03:00
Evgeny Mankov
9a1a511c84
[HIPIFY] Code cleanup and formatting
2018-10-15 15:27:37 +03:00
Evgeny Mankov
ad28f72ca9
[HIPIFY] undo apply .clangformat to HIPIFY source files
2018-04-23 20:22:15 +03:00
Maneesh Gupta
9e47fccc89
Apply .clangformat to all repo source files
...
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344
2018-03-12 11:29:03 +05:30
Evgeny Mankov
7b060535c0
[HIPIFY][ #308 ][fix] Consume error returned by Replacements::add(...)
2018-01-09 20:03:53 +03:00
Evgeny Mankov
a469e785f2
[HIPIFY] fix typo - missing )
2017-10-27 23:31:43 +03:00
Chris Kitching
9478be8198
Extract LLVM compatibility code into its own translation unit
2017-10-27 20:12:32 +01:00