Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 586168
Collapse All | Expand All

(-)a/tools/clang/tools/scan-build/ccc-analyzer (-2 / +2 lines)
Lines 586-594 Link Here
586
  }
586
  }
587
587
588
  # Compile mode flags.
588
  # Compile mode flags.
589
  if ($Arg =~ /^-[D,I,U,isystem](.*)$/) {
589
  if ($Arg =~ /^-(D|I|U|isystem)(.*)$/) {
590
    my $Tmp = $Arg;
590
    my $Tmp = $Arg;
591
    if ($1 eq '') {
591
    if ($2 eq '') {
592
      # FIXME: Check if we are going off the end.
592
      # FIXME: Check if we are going off the end.
593
      ++$i;
593
      ++$i;
594
      $Tmp = $Arg . $ARGV[$i];
594
      $Tmp = $Arg . $ARGV[$i];

Return to bug 586168