teak-llvm/clang/include
Roman Lebedev 1d0972ff5e
[Sema] Introduce MaximumAlignment value, to be used instead of magical constants
There is llvm::Value::MaximumAlignment, which is numerically
equivalent to these constants, but we can't use it directly
because we can't include llvm IR headers in clang Sema.
So instead, copy-paste the constant, and fixup the places to use it.

This was initially reviewed in https://reviews.llvm.org/D72998
2020-01-24 17:49:17 +03:00
..
clang [Sema] Introduce MaximumAlignment value, to be used instead of magical constants 2020-01-24 17:49:17 +03:00
clang-c [Wdocumentation] Implement \anchor 2019-12-21 14:52:21 +01:00
CMakeLists.txt