Changeset 55cbff8
- Timestamp:
- Oct 18, 2021, 3:09:29 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- da6396f
- Parents:
- efc8f3e
- Location:
- src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/module.mk
refc8f3e r55cbff8 35 35 Common/PassVisitor.proto.h \ 36 36 Common/PersistentMap.h \ 37 Common/ResolvProtoDump.hpp \ 38 Common/ResolvProtoDump.cpp \ 37 39 Common/ScopedMap.h \ 38 40 Common/SemanticError.cc \ -
src/main.cc
refc8f3e r55cbff8 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed Oct 8 11:22:00 202113 // Update Count : 65 112 // Last Modified On : Tue Oct 12 15:41:00 2021 13 // Update Count : 652 14 14 // 15 15 … … 43 43 #include "Common/CodeLocationTools.hpp" // for forceFillCodeLocations 44 44 #include "Common/CompilerError.h" // for CompilerError 45 #include "Common/DeclStats.hpp" 45 #include "Common/DeclStats.hpp" // for printDeclStats 46 #include "Common/ResolvProtoDump.hpp" // for dumpAsResolverProto 46 47 #include "Common/Stats.h" 47 48 #include "Common/PassVisitor.h" … … 368 369 369 370 if ( resolvprotop ) { 370 // TODO: Better error message. 371 assert(false); 371 dumpAsResolverProto( transUnit ); 372 372 return EXIT_SUCCESS; 373 373 } // if
Note: See TracChangeset
for help on using the changeset viewer.