mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
Turn off tracing of binding resolution.
This commit is contained in:
parent
17ed4692de
commit
29ab26de00
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public class CPPSemantics {
|
||||||
public static final IType VOID_TYPE = new CPPBasicType(IBasicType.t_void, 0);
|
public static final IType VOID_TYPE = new CPPBasicType(IBasicType.t_void, 0);
|
||||||
|
|
||||||
// Set to true for debugging.
|
// Set to true for debugging.
|
||||||
public static boolean traceBindingResolution = true;
|
public static boolean traceBindingResolution = false;
|
||||||
|
|
||||||
static protected IBinding resolveBinding(IASTName name) {
|
static protected IBinding resolveBinding(IASTName name) {
|
||||||
if (traceBindingResolution) {
|
if (traceBindingResolution) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue