Skip to content

Commit

Permalink
Comment out the include, it breaks modules.
Browse files Browse the repository at this point in the history
This line is removed in the newer versions of llvm. This will
go away once we make an upgrade to newer llvm rev.
  • Loading branch information
vgvassilev committed Nov 13, 2015
1 parent 6ec7b5c commit 41555f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/llvm/src/tools/clang/include/clang-c/Index.h
Original file line number Diff line number Diff line change
Expand Up @@ -5677,7 +5677,7 @@ CXSourceLocation clang_indexLoc_getCXSourceLocation(CXIdxLoc loc);
*/

/* Include the comment API for compatibility. This will eventually go away. */
#include "clang-c/Documentation.h"
//#include "clang-c/Documentation.h"

#ifdef __cplusplus
}
Expand Down

0 comments on commit 41555f4

Please sign in to comment.