[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/

Ted Kremenek kremenek at apple.com
Thu Jul 16 13:42:26 PDT 2009


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.



More information about the cfe-commits mailing list