source: src/MakeLibCfa.h @ 24fc196

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 24fc196 was bf2438c, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Cleaned-up some headers using a tool called 'include-what-you-use'

  • Property mode set to 100644
File size: 760 bytes
Line 
1//
2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
3//
4// The contents of this file are covered under the licence agreement in the
5// file "LICENCE" distributed with Cforall.
6//
7// MakeLibCfa.h --
8//
9// Author           : Richard C. Bilson
10// Created On       : Sat May 16 10:42:14 2015
11// Last Modified By : Peter A. Buhr
12// Last Modified On : Sat May 16 10:43:29 2015
13// Update Count     : 1
14//
15
16#ifndef LIBCFA_MAKELIBCFA_H
17#define LIBCFA_MAKELIBCFA_H
18
19#include <list>  // for list
20
21class Declaration;
22
23namespace LibCfa {
24        void makeLibCfa( std::list< Declaration* > &prelude );
25} // namespace LibCfa
26
27#endif // LIBCFA_MAKELIBCFA_H
28
29// Local Variables: //
30// tab-width: 4 //
31// mode: c++ //
32// compile-command: "make install" //
33// End: //
Note: See TracBrowser for help on using the repository browser.