Files
llvm/clang/lib/Lex
Benjamin Kramer 8c7c1f11ff Silence unused variable warning in NDEBUG builds
I usually would fold this into the assert, but the comment there
suggests side effects. NFC.

ModuleMap.cpp:938:9: error: unused variable 'MainFile' [-Werror,-Wunused-variable]
  auto *MainFile = SourceMgr.getFileEntryForID(SourceMgr.getMainFileID());
2023-03-23 14:41:03 +01:00
..
2023-03-15 08:46:32 -07:00
2023-03-17 09:52:41 -04:00