]> granicus.if.org Git - clang/commit
Fix build on windows.
authorCedric Venet <cedric.venet@laposte.net>
Sat, 21 Feb 2009 17:14:49 +0000 (17:14 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Sat, 21 Feb 2009 17:14:49 +0000 (17:14 +0000)
commit61490e9a965cfee8a78c12c6802138844f04250d
tree1953333ac0c151b799ebf9055b656a1a09750911
parentc1fcd2c3bfbee96374654c80a2aa1af455e0de4e
Fix build on windows.

Should clang have a config.h or should we use the config.h of llvm or using the preprocessor is OK?  I did a quick fix here, but having a guideline on how to handle non portable function would be great (or ask ted to stop breaking the windows build :)).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65233 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/Analysis/CFRefCount.cpp