mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 10:30:17 +01:00
Note namespace and static recommendations in C++ style guide (#1041)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "executable_semantics/common/arena.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
|
||||
namespace Carbon {
|
||||
namespace Carbon::Testing {
|
||||
namespace {
|
||||
|
||||
using llvm::cast;
|
||||
@@ -129,4 +129,4 @@ TEST_F(PatternTest, BinaryAsTuplePattern) {
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace Carbon
|
||||
} // namespace Carbon::Testing
|
||||
|
||||
Reference in New Issue
Block a user