mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
a19ea3454dd2d3d0daa44f93672cf4cd722b6a2c
- EnterExpressionEvaluationContext allows you to specify whether you *actually* want to enter an evaluation context. - For types that don't allow that, llvm::Optional<Foo> should do the same thing as std::unique_ptr<Foo>, but with 100% less heap allocations. llvm-svn: 286500
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%