| commit | 9dcf58a546d2ada73c3991a646d4662a56cdeaf3 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Mon Sep 20 21:11:48 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Mon Sep 20 21:11:48 2010 +0000 |
| tree | 31979f46a9131f23e0391079b78f9e0ad629c5e2 | |
| parent | 5e4734245d2830875bfc89e01e5c031d32b78a43 [diff] |
Tweak priorities for some types and macros: - In Objective-C, we prefer BOOL to bool for historic reasons; slightly penalize "bool". - Treat Nil macro as a NULL pointer constant. - Treat YES, NO, true, and false macros as constants. - Treat the bool macro as a type. llvm-svn: 114356