Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/CodeLocationTools.hpp

    rf57faf6f r364a03c  
    1010// Created On       : Fri Dec  4 15:35:00 2020
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Dec  4 16:18:00 2020
    13 // Update Count     : 0
     12// Last Modified On : Wed Dec  9  9:53:00 2020
     13// Update Count     : 1
    1414//
    1515
    1616#pragma once
    17 
    18 // Additional tools for code locations.
    1917
    2018namespace ast {
     
    2220}
    2321
    24 /// Search the translation unit for unset code locations and print information
    25 /// on them. Abort if any unset code locations are found.
     22// Search the translation unit for unset code locations and print information
     23// on them, and where the check was run if provided. Abort if any unset code
     24// locations are found.
    2625void checkAllCodeLocations( ast::TranslationUnit const & unit );
     26void checkAllCodeLocations( char const *, ast::TranslationUnit const & );
    2727
    2828// Assign a nearby code-location to any unset code locations in the forest.
Note: See TracChangeset for help on using the changeset viewer.