Skip to content

Commit f498a64

Browse files
committed
Disable static analysis support for C++. It is still under active development, and should not
be considered generally usable for the 2.7 release. llvm-svn: 97961
1 parent e35b181 commit f498a64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/tools/scan-build/ccc-analyzer

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,7 @@ my %UniqueOptions = (
382382

383383
my %LangsAccepted = (
384384
"objective-c" => 1,
385-
"c" => 1,
386-
"c++" => 1,
387-
"objective-c++" => 1
385+
"c" => 1
388386
);
389387

390388
##----------------------------------------------------------------------------##

0 commit comments

Comments
 (0)