[all-commits] [llvm/llvm-project] 1a4421: [analyzer] ConstraintManager - use EXPENSIVE_CHECK...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Mar 23 14:04:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1a4421a5e860ffc63c77594c9fb40787f84241aa
https://github.com/llvm/llvm-project/commit/1a4421a5e860ffc63c77594c9fb40787f84241aa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
Log Message:
-----------
[analyzer] ConstraintManager - use EXPENSIVE_CHECKS instead of (gcc specific) __OPTIMIZE__ guard
This was noticed on D71817, which removed another use of __OPTIMIZE__
Differential Revision: https://reviews.llvm.org/D76622
More information about the All-commits
mailing list