Changeset 1a2a49b for src/Common/CodeLocationTools.hpp
- Timestamp:
- Dec 9, 2020, 3:01:32 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a1850ac
- Parents:
- 2a59655 (diff), 364a03c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/CodeLocationTools.hpp
r2a59655 r1a2a49b 10 10 // Created On : Fri Dec 4 15:35:00 2020 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Dec 4 16:18:00 202013 // Update Count : 012 // Last Modified On : Wed Dec 9 9:53:00 2020 13 // Update Count : 1 14 14 // 15 15 16 16 #pragma once 17 18 // Additional tools for code locations.19 17 20 18 namespace ast { … … 22 20 } 23 21 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. 26 25 void checkAllCodeLocations( ast::TranslationUnit const & unit ); 26 void checkAllCodeLocations( char const *, ast::TranslationUnit const & ); 27 27 28 28 // Assign a nearby code-location to any unset code locations in the forest.
Note: See TracChangeset
for help on using the changeset viewer.