summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/preamble-reparse-chained.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-2/+2
| | | | llvm-svn: 127119
* When setting the globally-visible declarations for a particularDouglas Gregor2010-09-241-0/+10
identifier, we may have a Sema object but no translation unit scope (because parsing is finished). In this case, we still need to update the IdResolver, which might still be used when writing a PCH containing another PCH (without chaining). This bug manifested as a failure with precompiled preambles. Also, add a little environment-variable-sensitive logging for libclang. llvm-svn: 114774
OpenPOWER on IntegriCloud