[cfe-commits] r76092 - in /cfe/trunk: include/clang/AST/ include/clang/Analysis/ include/clang/Analysis/FlowSensitive/ include/clang/Analysis/Support/ include/clang/Analysis/Visitors/ lib/AST/ lib/Analysis/ lib/Frontend/
Chris Lattner
clattner at apple.com
Thu Jul 16 22:56:56 PDT 2009
On Jul 16, 2009, at 1:42 PM, Ted Kremenek wrote:
> On Jul 16, 2009, at 11:28 AM, Chris Lattner wrote:
>
>>
>> On Jul 16, 2009, at 11:13 AM, Ted Kremenek wrote:
>>
>>> Author: kremenek
>>> Date: Thu Jul 16 13:13:04 2009
>>> New Revision: 76092
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=76092&view=rev
>>> Log:
>>> Move the source-level CFG from libAST to libAnalysis.
>>
>> Out of curiosity, why?
>>
>> -Chris
>
> For me it just seemed like a more logical place for it. It's
> intrinsically used for doing flow-based analysis of some kind, so it
> seemed right to put it in libAnalysis.
Ok, Ted and I spoke about this. I was concerned about sema depending
on libanalysis. After reconsideration, I'm ok with that, libanalysis
just *really cannot* depend on sema.
-Chris
More information about the cfe-commits
mailing list