From 4e8e76a8036b5a64da87d2d3ee499929092d023e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Wed, 30 Dec 2015 05:27:55 +0100 Subject: [PATCH 1/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index af5dd3e..a850b7d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 cppit (zippit) +Copyright (c) 2016 cppit (zippit) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From d5a352790ba0f55309ca7ac2f899c283fbf698d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Thu, 7 Jan 2016 18:39:34 +0100 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a850b7d..bb137c4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 cppit (zippit) +Copyright (c) 2015-2016 cppit (zippit) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From d5d69d0993ea63afc4d092012c0565015c40b49f Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 8 Jan 2016 19:01:55 +0100 Subject: [PATCH 3/3] Support for llvm 3.7.1 added --- src/cmake/Modules/FindLibClang.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmake/Modules/FindLibClang.cmake b/src/cmake/Modules/FindLibClang.cmake index 38efd25..1fa55c1 100644 --- a/src/cmake/Modules/FindLibClang.cmake +++ b/src/cmake/Modules/FindLibClang.cmake @@ -14,7 +14,8 @@ # Known LLVM release numbers. # most recent versions come first -set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.7 +set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.7.1 + 3.7 3.6.2 3.6.1 3.6