blob: 5ad490187dbb15d206f592f379b23c2929b915a0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 Martin Weber.
*
* Content is provided to you under the terms and conditions of the Eclipse Public License Version 2.0 "EPL".
* A copy of the EPL is available at http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/**
* Classes and interfaces allowing for third-party compiler vendors so they can
* provide a plugin that understands their compiler specific command-line
* options and participates in command-line analysis in order to support the CDT
* indexer/ syntax highlighting.
*
* @author Martin Weber
*/
package org.eclipse.cdt.cmake.is.core.participant;