- Dec 07, 2009
-
-
Mike Stump authored
llvm-svn: 90780
-
Chris Lattner authored
anything. llvm-svn: 90779
-
Nuno Lopes authored
llvm-svn: 90778
-
Rafael Espindola authored
claim it in Driver.cpp instead of Tools.cpp. llvm-svn: 90777
-
Mikhail Glushenkov authored
llvm-svn: 90776
-
Mikhail Glushenkov authored
llvm-svn: 90775
-
Mikhail Glushenkov authored
Use 'forward_values' + 'comma_separated' instead. llvm-svn: 90774
-
Fariborz Jahanian authored
(fixes radar 7442244). llvm-svn: 90773
-
Nuno Lopes authored
llvm-svn: 90772
-
Mikhail Glushenkov authored
llvm-svn: 90771
-
Mikhail Glushenkov authored
llvm-svn: 90770
-
Chris Lattner authored
llvm-svn: 90769
-
Mikhail Glushenkov authored
llvm-svn: 90764
-
Evan Cheng authored
llvm-svn: 90759
-
Douglas Gregor authored
llvm-svn: 90758
-
Douglas Gregor authored
llvm-svn: 90757
-
Douglas Gregor authored
llvm-svn: 90756
-
Zhongxing Xu authored
handler to this interface. GRExprEngine::CheckerEvalCall() will return true if one of the checkers has processed the node. In the future this might return void when we have some default checker. llvm-svn: 90755
-
John Mosby authored
llvm-svn: 90754
-
Anders Carlsson authored
Instantiated or specialized class templates never have a key function. This (and the previous check-in) fixes PR5557. llvm-svn: 90753
-
Anders Carlsson authored
Rework how virtual member functions are marked. If a class has no key function, we now wait until the end of the translation unit to mark its virtual member functions as references. This lays the groundwork for fixing PR5557. llvm-svn: 90752
-
Anders Carlsson authored
llvm-svn: 90751
-
Anders Carlsson authored
llvm-svn: 90750
-
Douglas Gregor authored
llvm-svn: 90749
-
Oscar Fuentes authored
sys::cas_flag should be long on this platform, InterlockedAdd() is defined only for the Itanium architecture (according to MSDN). Patch by Michael Beck! llvm-svn: 90748
-
Eli Friedman authored
(although it does pass regression tests). llvm-svn: 90747
-
Eli Friedman authored
more accurate. llvm-svn: 90746
-
Anders Carlsson authored
llvm-svn: 90745
-
Evan Cheng authored
llvm-svn: 90744
-
John McCall authored
but the results are imperfect. For posterity, I did: cat <<EOF > $cmdfile s/DeclaratorInfo/TypeSourceInfo/g s/DInfo/TInfo/g s/TypeTypeSourceInfo/TypeSourceInfo/g s/SourceTypeSourceInfo/TypeSourceInfo/g EOF find lib -name '*.cpp' -not -path 'lib/Parse/*' -exec sed -i '' -f $cmdfile '{}' \; find lib -name '*.h' -exec sed -i '' -f $cmdfile '{}' \; find include -name '*.h' -not -path 'include/clang/Parse/*' -not -path 'include/clang/Basic/*' -exec sed -i '' -f $cmdfile '{}' \; llvm-svn: 90743
-
Anton Korobeynikov authored
llvm-svn: 90742
-
Anton Korobeynikov authored
Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics from i32 to platform's largest native type llvm-svn: 90741
-
Anton Korobeynikov authored
llvm-svn: 90740
-
Anton Korobeynikov authored
llvm-svn: 90739
-
Anton Korobeynikov authored
llvm-svn: 90738
-
Anton Korobeynikov authored
llvm-svn: 90737
-
Chris Lattner authored
pointed out by Charles Davis. llvm-svn: 90736
-
Chris Lattner authored
llvm-svn: 90735
-
Chris Lattner authored
llvm-svn: 90734
-
Chris Lattner authored
llvm-svn: 90733
-