commit | 949d69f5cf1bd25fc4c727d38a3e27a6c36f680e | [log] [tgz] |
---|---|---|
author | Sam McCall <sam.mccall@gmail.com> | Mon May 06 08:39:17 2019 +0000 |
committer | Sam McCall <sam.mccall@gmail.com> | Mon May 06 08:39:17 2019 +0000 |
tree | 1e99414c31afab01cbdd2c33395c8ee568a5ac75 | |
parent | b5d3430d3df9d1d7241d908df7859a71db981a71 [diff] |
[clangd] Always call getFormatStyleForFile(). This means "format" will no longer return an error if the -fallback-style flag is invalid, it will log and use LLVM style. This doesn't really matter. Also document the dependence on global variables. (This patch is a compromise - it's probably not worth actually avoiding the globals). llvm-svn: 360020