Changeset 0db48ca for src/Common
- Timestamp:
- Feb 12, 2022, 1:56:44 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 0ebbca4
- Parents:
- 4708eaa (diff), eb211bf (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. - Location:
- src/Common
- Files:
-
- 3 edited
-
CodeLocation.h (modified) (1 diff)
-
CodeLocationTools.hpp (modified) (1 diff)
-
ResolvProtoDump.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/CodeLocation.h
r4708eaa r0db48ca 25 25 /// Create a new unset CodeLocation. 26 26 CodeLocation() = default; 27 28 27 29 28 /// Create a new CodeLocation with the given values. -
src/Common/CodeLocationTools.hpp
r4708eaa r0db48ca 17 17 18 18 namespace ast { 19 structTranslationUnit;19 class TranslationUnit; 20 20 } 21 21 -
src/Common/ResolvProtoDump.hpp
r4708eaa r0db48ca 17 17 18 18 namespace ast { 19 structTranslationUnit;19 class TranslationUnit; 20 20 } 21 21
Note:
See TracChangeset
for help on using the changeset viewer.