]> granicus.if.org Git - clang/commit
Improve const-ness
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 17 Apr 2015 00:19:34 +0000 (00:19 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 17 Apr 2015 00:19:34 +0000 (00:19 +0000)
commit8eceb42a00eee3f45ff5e3c8665c32e4ac9feeb4
tree345fe1a4e7c9fee37fb28c196ab80f7eb4ccfc0b
parent47e7a08734ae659dc8c79589e4b454e855b880bf
Improve const-ness

This allows callers to pass a char ** (such as the one coming from the
standard decreed main declaration - even though everyone usually puts
const on that themselves).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235150 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/CompilationDatabase.h
lib/Tooling/CompilationDatabase.cpp