Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/CodeLocationTools.hpp

    r364a03c rf57faf6f  
    1010// Created On       : Fri Dec  4 15:35:00 2020
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Dec  9  9:53:00 2020
    13 // Update Count     : 1
     12// Last Modified On : Fri Dec  4 16:18:00 2020
     13// Update Count     : 0
    1414//
    1515
    1616#pragma once
     17
     18// Additional tools for code locations.
    1719
    1820namespace ast {
     
    2022}
    2123
    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.
     24/// Search the translation unit for unset code locations and print information
     25/// on them. Abort if any unset code locations are found.
    2526void checkAllCodeLocations( ast::TranslationUnit const & unit );
    26 void 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.