[clang-tools-extra] r248723 - [clang-tidy] add option to specify build path

2015-09-28 Thread Guillaume Papin via cfe-commits
Author: papin_g Date: Mon Sep 28 12:53:04 2015 New Revision: 248723 URL: http://llvm.org/viewvc/llvm-project?rev=248723&view=rev Log: [clang-tidy] add option to specify build path Summary: compile_commands.json is usually generated in the build directory. Projects like LLVM/Clang enforce out-of-s

r298424 - [CMake] fix CLANG_INCLUDE_DIRS CMake export

2017-03-21 Thread Guillaume Papin via cfe-commits
Author: papin_g Date: Tue Mar 21 14:17:53 2017 New Revision: 298424 URL: http://llvm.org/viewvc/llvm-project?rev=298424&view=rev Log: [CMake] fix CLANG_INCLUDE_DIRS CMake export Summary: This change should fixes the export of CLANG_INCLUDE_DIRS variable in ClangConfig.cmake. Unlike for the othe

r262845 - python binding: expose compile command filename

2016-03-07 Thread Guillaume Papin via cfe-commits
Author: papin_g Date: Mon Mar 7 12:44:42 2016 New Revision: 262845 URL: http://llvm.org/viewvc/llvm-project?rev=262845&view=rev Log: python binding: expose compile command filename Reviewers: compnerd, skalinichev Differential Revision: http://reviews.llvm.org/D17278 Modified: cfe/trunk/bi