diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-01-19 19:52:57 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-01-19 19:52:57 +0000 |
commit | d8876a745038ac4418595fa8b197c7a3645079ca (patch) | |
tree | ee2c2a529d84d3e1e3b99db6d3bb0323633d8532 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 2c705ca98dee05e4dd9a3360eb2ccca5ff8a8102 (diff) | |
download | llvm-d8876a745038ac4418595fa8b197c7a3645079ca.zip llvm-d8876a745038ac4418595fa8b197c7a3645079ca.tar.gz llvm-d8876a745038ac4418595fa8b197c7a3645079ca.tar.bz2 |
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
Before:
Calling implicit default constructor for 'Foo' (where Foo is constructed)
Entered call from 'test' (at "=default" or 'Foo' declaration)
Calling default constructor for 'Bar' (at "=default" or 'Foo' declaration)
After:
Calling implicit default constructor for 'Foo' (where Foo is constructed)
Calling default constructor for 'Bar' (at "=default" or 'Foo' declaration)
This only affects the plist diagnostics; this note is never shown in the
other diagnostics.
llvm-svn: 172915
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions