- Jul 25, 2009
-
-
Daniel Dunbar authored
- Not improved: the horribly lousy name. :) - Suppress stderr when capturing output. - Rewrite which() to do the right PATH search instead of being lazy and shelling out to 'which'. - On Windows, run scripts as batch files (via 'cmd /c ...'). llvm-svn: 77058
-
Daniel Dunbar authored
llvm-svn: 77057
-
John McCall authored
Fix some invalid main() methods in the test suite that were nicely exposed by the new checks. llvm-svn: 77047
-
John McCall authored
llvm-svn: 77046
-
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
llvm-svn: 77022
-
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
llvm-svn: 77001
-
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
-
Ted Kremenek authored
llvm-svn: 76933
-
Mike Stump authored
llvm-svn: 76932
-
Anders Carlsson authored
llvm-svn: 76931
-
Ted Kremenek authored
llvm-svn: 76924
-
Douglas Gregor authored
llvm-svn: 76918
-
Douglas Gregor authored
llvm-svn: 76917
-
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
-
Daniel Dunbar authored
llvm-svn: 76908
-
Anders Carlsson authored
llvm-svn: 76907
-
Mike Stump authored
llvm-svn: 76906
-
-