Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't warn about the 'extern' in 'extern "C"' on a tag decl. This is | John McCall | 2011-03-26 | 1 | -0/+3 |
| | | | | | | usually useless, but not always. llvm-svn: 128326 | ||||
* | When checking whether to diagnose an initialized "extern" variable, | Douglas Gregor | 2010-04-22 | 1 | -0/+1 |
| | | | | | | | look for the const on the base type rather than on the top-level type. Fixes PR6495 properly. llvm-svn: 102066 | ||||
* | Only suppress the "extern variable has an initializer" warning when the ↵ | Douglas Gregor | 2010-04-19 | 1 | -1/+2 |
| | | | | | | extern entity being initialized is const. llvm-svn: 101821 | ||||
* | Disable the "'extern' variable has an initializer" warning in C++, | Douglas Gregor | 2010-04-19 | 1 | -0/+2 |
since it makes sense there to have const extern variables. Fixes PR6495. llvm-svn: 101818 |