diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-03-29 07:02:31 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-03-29 07:02:31 +0000 |
commit | b6bead467640e4d05f6a0a90255eebc939f690a2 (patch) | |
tree | 8cb3c0d0dae84b058e73ab63e30d834c43aa4a67 /lib/Frontend/CompilerInstance.cpp | |
parent | 1bfc28c48c1b86a05d2e07b403107ef3da5a0f8e (diff) |
Don't special case one line extern "C" decls.
We already avoided warning for
extern "C" const char *Version_string = "2.9";
now we also don't produce any warnings for
extern "C" {
extern const char *Version_string2 = "2.9";
}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions