Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
38aee3bb4ffe14c8323785ae2fafed6f627fb577
/
test
/
SemaCXX
/
warn-global-constructors.cpp
bc34b1d
PR9669: implement correct checking for [dcl.init.string]p2.
by Eli Friedman
· 14 years ago
ae79222
static local variables with destructors don't require a global destructor
by John McCall
· 14 years ago
558d2ab
one piece of code is responsible for the lifetime of every aggregate
by John McCall
· 14 years ago
36281c6
Don't give 'global constructor' warnings for function statics, even if they have a direct initializer. Fixes PR8095.
by Sebastian Redl
· 14 years ago
4938f23
Static local variables don't result in global constructors being emitted.
by Anders Carlsson
· 14 years ago
4204f07
Further adjustments to -Wglobal-constructors; works for references and direct
by John McCall
· 14 years ago
b4b9b15
Kill off RequiresGlobalConstructor in favor of isConstantInitializer.
by John McCall
· 14 years ago
626e96e
Make a first pass at implementing -Wglobal-constructors. I'm worried that this
by John McCall
· 14 years ago