]> granicus.if.org Git - clang/commit
Flip the default for showing include stacks on notes to false. This
authorChandler Carruth <chandlerc@gmail.com>
Sun, 27 Mar 2011 20:00:08 +0000 (20:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 27 Mar 2011 20:00:08 +0000 (20:00 +0000)
commit34b8e6889a12c90e8053fba8a1ea49b17c05ac51
tree08fc411efb2d49194dbd58b6da6499c03cef8c99
parentf2d74cc083e1a83838acf99d2e1ca260d1c54742
Flip the default for showing include stacks on notes to false. This
required modifying a few tests that specifically use note include stacks
to check the source manager's view of include stacks. I've simply added
the flag to these tests for now, they may have to be more substantially
changed if we decide to remove support for note include stacks
altogether.

Also, add a test for include stacks on notes that was supposed to go in
with the previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/ASTMerge/var.c
test/Misc/Inputs/include.h [new file with mode: 0644]
test/Misc/include-stack-for-note-flag.cpp [new file with mode: 0644]
test/PCH/source-manager-stack.c