- Aug 04, 2009
-
-
Anders Carlsson authored
llvm-svn: 78069
-
Daniel Dunbar authored
llvm-svn: 78050
-
Daniel Dunbar authored
llvm-svn: 78049
-
Daniel Dunbar authored
llvm-svn: 78044
-
Fariborz Jahanian authored
super class(s) and warn on any parameter type mismatch if potentially unsafe. llvm-svn: 78029
-
Ted Kremenek authored
llvm-svn: 78028
-
Ted Kremenek authored
llvm-svn: 78027
-
Ted Kremenek authored
llvm-svn: 78026
-
Ted Kremenek authored
llvm-svn: 78022
-
Ted Kremenek authored
llvm-svn: 78021
-
Ted Kremenek authored
implementation of '#pragma unused' by not constructing intermediate DeclRefExprs, but instead do the name lookup directly. The implementation is greatly simplified. Along the way, degrade '#pragma unused(undeclaredvariable)' to a warning instead of being a hard error. This implements: <rdar://problem/6761874> [sema] allow #pragma unused to reference undefined variable (with warning) llvm-svn: 78019
-
Ted Kremenek authored
llvm-svn: 78018
-
Ryan Flynn authored
llvm-svn: 78016
-
-
- Aug 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 78001
-
Ted Kremenek authored
llvm-svn: 78000
-
Daniel Dunbar authored
from the perspective of LLVM exception handling. Otherwise the C++ personality function may decide not to run them, if it only detects cleanup handlers. - Test case for this is exceptions.m in llvm-test. llvm-svn: 77999
-
Ted Kremenek authored
llvm-svn: 77996
-
Fariborz Jahanian authored
llvm-svn: 77993
-
Fariborz Jahanian authored
llvm-svn: 77991
-
John McCall authored
elsewhere. Very slightly decouples DeclSpec users from knowing the exact diagnostics to report, and makes it easier to provide different diagnostics in some places. llvm-svn: 77990
-
Eli Friedman authored
Patch by John Thompson! llvm-svn: 77988
-
Fariborz Jahanian authored
llvm-svn: 77985
-
John McCall authored
remaining specifier enums T. llvm-svn: 77981
-
Daniel Dunbar authored
llvm-svn: 77972
-
Eli Friedman authored
obviously correct. llvm-svn: 77969
-
Zhongxing Xu authored
llvm-svn: 77961
-
Daniel Dunbar authored
to not be a very good idea. llvm-svn: 77957
-
Eli Friedman authored
llvm-svn: 77955
-
Daniel Dunbar authored
llvm-svn: 77952
-
Daniel Dunbar authored
llvm-svn: 77947
-
Zhongxing Xu authored
llvm-svn: 77945
-
Zhongxing Xu authored
reset the current analysis context of the AnalysisManager. llvm-svn: 77943
-
Zhongxing Xu authored
ProgramPoints. ProgramPoints will refer to them in the furture. llvm-svn: 77941
-
Daniel Dunbar authored
- Patch by Jonathan Gray! llvm-svn: 77935
-
Douglas Gregor authored
llvm-svn: 77928
-
Douglas Gregor authored
template partial specialization. Then, use those template arguments when instantiating members of that class template partial specialization. Fixes PR4607. llvm-svn: 77925
-
- Aug 02, 2009
-
-
Anders Carlsson authored
llvm-svn: 77916
-
Anders Carlsson authored
llvm-svn: 77915
-
Anders Carlsson authored
llvm-svn: 77905
-