aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-28 18:58:38 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-28 18:58:38 +0000
commite721f95069d42b899c20c1caabdc6184dd42b820 (patch)
tree37eefbaf65838db15d7d8432788784c4463ab9b7 /lib/Driver/Tools.cpp
parentb77f41e66f736e9e67a9d39c47c747804b22c6b9 (diff)
Allow some differences between the predefines buffer used to build a
PCH file and the predefines buffer used when including the PCH file. We (explicitly) detect conflicting macro definitions (rejecting the PCH file) and about missing macro definitions (they'll be automatically pulled from the PCH file anyway). We're missing some checking to make sure that new macro definitions won't have any impact on the PCH file itself (e.g., #define'ing an identifier that the PCH file used). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions