summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/Inputs/include.h
Commit message (Collapse)AuthorAgeFilesLines
* Change the include stack of "instantiated from" notes to fall under the ↵Richard Trieu2011-05-261-0/+2
| | | | | | control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. llvm-svn: 132143
* Flip the default for showing include stacks on notes to false. ThisChandler Carruth2011-03-271-0/+1
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. llvm-svn: 128390
OpenPOWER on IntegriCloud