git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-10-10 18:08:07 +00:00
Родитель d19144b244
Коммит cd098477b2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,8 @@
//===---------------------------------------------------------------------===//
Warn about "X && 0x1000" saying that the user may mean "X & 0x1000".
Probably only want to do this for hex immediates. Likewise for ||.
//===---------------------------------------------------------------------===//