summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/chain-implicit-definition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use -emit-llvm-only as suggested by Argyrios.Sebastian Redl2011-04-291-2/+2
| | | | llvm-svn: 130486
* Synthesizing the definition of an implicit member is an AST modification, so ↵Sebastian Redl2011-04-241-0/+39
notify any mutation listeners of it. This fixes a crasher in chained PCH, where an implicit destructor in a PCH gets a definition in a chained PCH, which is then lost. However, any further use of the destructor would cause its definition to be regenerated in the final file, hiding the bug. llvm-svn: 130103
OpenPOWER on IntegriCloud