Mercurial > hg > CbC > CbC_gcc
comparison gcc/tree-diagnostic.h @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children | 1830386684a0 |
comparison
equal
deleted
inserted
replaced
111:04ced10e8804 | 131:84e7813d76e9 |
---|---|
1 /* Various declarations for language-independent diagnostics | 1 /* Various declarations for language-independent diagnostics |
2 subroutines that are only for use in the compilers proper and not | 2 subroutines that are only for use in the compilers proper and not |
3 the driver or other programs. | 3 the driver or other programs. |
4 Copyright (C) 2000-2017 Free Software Foundation, Inc. | 4 Copyright (C) 2000-2018 Free Software Foundation, Inc. |
5 | 5 |
6 This file is part of GCC. | 6 This file is part of GCC. |
7 | 7 |
8 GCC is free software; you can redistribute it and/or modify it under | 8 GCC is free software; you can redistribute it and/or modify it under |
9 the terms of the GNU General Public License as published by the Free | 9 the terms of the GNU General Public License as published by the Free |
53 void virt_loc_aware_diagnostic_finalizer (diagnostic_context *, | 53 void virt_loc_aware_diagnostic_finalizer (diagnostic_context *, |
54 diagnostic_info *); | 54 diagnostic_info *); |
55 | 55 |
56 void tree_diagnostics_defaults (diagnostic_context *context); | 56 void tree_diagnostics_defaults (diagnostic_context *context); |
57 bool default_tree_printer (pretty_printer *, text_info *, const char *, | 57 bool default_tree_printer (pretty_printer *, text_info *, const char *, |
58 int, bool, bool, bool, bool, const char **); | 58 int, bool, bool, bool, bool *, const char **); |
59 | 59 |
60 #endif /* ! GCC_TREE_DIAGNOSTIC_H */ | 60 #endif /* ! GCC_TREE_DIAGNOSTIC_H */ |