Go to file
Nick Lewycky 364661c43e Fold ((1 << a) & 1) to (a == 0).
llvm-svn: 53276
2008-07-09 05:20:13 +00:00
clang Add Environment.cpp to the clangAnalysis Visual Studio project. 2008-07-08 23:30:43 +00:00
llvm Fold ((1 << a) & 1) to (a == 0). 2008-07-09 05:20:13 +00:00