Changes in src/main.cc [f57faf6f:4a8f150]
- File:
-
- 1 edited
-
src/main.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rf57faf6f r4a8f150 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Dec 7 15:29:00 202013 // Update Count : 63 912 // Last Modified On : Tue Dec 1 14:52:00 2020 13 // Update Count : 638 14 14 // 15 15 … … 40 40 #include "CodeTools/ResolvProtoDump.h" // for dumpAsResolvProto 41 41 #include "CodeTools/TrackLoc.h" // for fillLocations 42 #include "Common/CodeLocationTools.hpp" // for forceFillCodeLocations43 42 #include "Common/CompilerError.h" // for CompilerError 44 43 #include "Common/Stats.h" … … 354 353 } // if 355 354 356 forceFillCodeLocations( transUnit ); 355 // TODO: This is a quick fix to get the build working. 356 // Get rid of fillLocations or at least make a new-ast version. 357 translationUnit = convert( move( transUnit ) ); 358 CodeTools::fillLocations( translationUnit ); 359 transUnit = convert( move( translationUnit ) ); 357 360 358 361 PASS( "Fix Init", InitTweak::fix(transUnit, buildingLibrary()));
Note:
See TracChangeset
for help on using the changeset viewer.