sapling/eden/fs/config
Adam Simpkins ec85eb7ec7 fix warnings triggered with -Wshadow-compatible-local
Summary:
Make sure the eden coded compiles cleanly with -Wshadow-compatible-local

Pretty much all of the warnings were issues with lambdas shadowing names from
their parent context (even though they didn't ask to capture those names from
the parent).

Reviewed By: wez

Differential Revision: D4644849

fbshipit-source-id: 66629cd98b5af4760f3fbb256e44c0bc47e52316
2017-03-02 13:32:51 -08:00
..
test fix warnings triggered with -Wshadow-compatible-local 2017-03-02 13:32:51 -08:00
ClientConfig.cpp implement EdenMount::checkout() 2017-02-15 20:33:31 -08:00
ClientConfig.h implement EdenMount::checkout() 2017-02-15 20:33:31 -08:00
InterpolatedPropertyTree.cpp change systemConfigDir to etcEdenDir 2017-01-23 23:54:38 -08:00
InterpolatedPropertyTree.h change systemConfigDir to etcEdenDir 2017-01-23 23:54:38 -08:00
TARGETS codemod: fixup more build targets in TARGETS 2017-01-14 01:44:01 -08:00