Changeset 05e6eb5 for src/CompilationState.h
- Timestamp:
- Jul 30, 2018, 4:43:48 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 5cbacf1
- Parents:
- fd2debf
- git-author:
- Rob Schluntz <rschlunt@…> (07/30/18 15:38:10)
- git-committer:
- Rob Schluntz <rschlunt@…> (07/30/18 16:43:48)
- File:
-
- 1 edited
-
src/CompilationState.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CompilationState.h
rfd2debf r05e6eb5 40 40 linemarks; 41 41 42 42 // is the compiler building prelude or libcfa? 43 inline bool buildingLibrary() { 44 return libcfap | treep; 45 } 43 46 44 47 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.