- Jul 26, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77147
-
Daniel Dunbar authored
llvm-svn: 77112
-
Daniel Dunbar authored
llvm-svn: 77108
-
Mike Stump authored
llvm-svn: 77097
-
Ryan Flynn authored
PR3575 - warn on declared variable or function attributes after a definition, which are currently ignored. llvm-svn: 77095
-
Argyrios Kyrtzidis authored
ObjCImplDecl::getMethod. llvm-svn: 77094
-
Argyrios Kyrtzidis authored
ObjCInterfaceDecl::lookupMethod. llvm-svn: 77093
-
Argyrios Kyrtzidis authored
ObjCProtocolDecl::lookupMethod. llvm-svn: 77092
-
Argyrios Kyrtzidis authored
ObjCContainerDecl::getMethod. Avoids code duplication. llvm-svn: 77091
-
- Jul 25, 2009
-
-
Mike Stump authored
calls to noreturn function pointers when CFG building. llvm-svn: 77089
-
Fariborz Jahanian authored
in constructors. llvm-svn: 77087
-
Sebastian Redl authored
Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. Add custom conversions to static_cast. llvm-svn: 77076
-
John McCall authored
Fix some invalid main() methods in the test suite that were nicely exposed by the new checks. llvm-svn: 77047
-
Anders Carlsson authored
More work on the constant struct builder. We can now convert the struct to a packed struct when necessary. llvm-svn: 77038
-
Fariborz Jahanian authored
llvm-svn: 77030
-
Anders Carlsson authored
More work on the constant struct builder. We now try to layout all constant structs but throw away the result. llvm-svn: 77021
-
Owen Anderson authored
llvm-svn: 77012
-
- Jul 24, 2009
-
-
Douglas Gregor authored
Note that this also fixes a bug that affects non-template code, where we were not treating out-of-line static data members are "file-scope" variables, and therefore not checking their initializers. llvm-svn: 77002
-
Fariborz Jahanian authored
with type conversion to fix ir-gen crash. llvm-svn: 77000
-
Ted Kremenek authored
if the DeclRefExpr is a float, not just either argument. llvm-svn: 76998
-
Ted Kremenek authored
llvm-svn: 76996
-
Mike Stump authored
whitespace at ends of lines. llvm-svn: 76992
-
Anders Carlsson authored
llvm-svn: 76985
-
Fariborz Jahanian authored
in constructors. llvm-svn: 76980
-
Steve Naroff authored
Enhance test case to cover 'isa' access on interface types (clang produces an error, GCC produces a warning). Still need back-end CodeGen for ObjCIsaExpr. llvm-svn: 76979
-
Anders Carlsson authored
llvm-svn: 76978
-
Anders Carlsson authored
llvm-svn: 76969
-
Daniel Dunbar authored
llvm-svn: 76959
-
Ted Kremenek authored
llvm-svn: 76955
-
Ted Kremenek authored
TryEvaluateBool instead of using a raw 'int'. This avoids any confusion of how 'int' converts to bool, and makes the resultant code easier to read. Condense a bunch of 'addSuccessor()' calls in 'if ... else' to use the ternary operator instead. llvm-svn: 76947
-
Zhongxing Xu authored
llvm-svn: 76940
-
Zhongxing Xu authored
llvm-svn: 76939
-
John McCall authored
llvm-svn: 76934
-
Mike Stump authored
llvm-svn: 76932
-
Anders Carlsson authored
llvm-svn: 76931
-
Ted Kremenek authored
llvm-svn: 76924
-
Douglas Gregor authored
and __has_trivial_constructor builtin pseudo-functions and additionally implements __has_trivial_copy and __has_trivial_assign, from John McCall! llvm-svn: 76916
-
Daniel Dunbar authored
- Steve, can you take a look at this? It seems like this code should live elsewhere, and there is a FIXME about having Sema validates the UTF-8 to UTF-16 conversion. llvm-svn: 76915
-
Fariborz Jahanian authored
with constructors don't have a matching constructor. llvm-svn: 76913
-
Mike Stump authored
llvm-svn: 76911
-