- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94379
-
Fariborz Jahanian authored
llvm-svn: 94368
-
Anders Carlsson authored
Fix a pretty bad bug where if a constructor (or conversion function) was marked as 'explicit', but then defined out-of-line, we would not treat it as being explicit. llvm-svn: 94366
-
Anders Carlsson authored
llvm-svn: 94365
-
Mike Stump authored
llvm-svn: 94364
-
Sebastian Redl authored
llvm-svn: 94363
-
Anders Carlsson authored
llvm-svn: 94362
-
Anders Carlsson authored
llvm-svn: 94361
-
Daniel Dunbar authored
llvm-svn: 94360
-
Daniel Dunbar authored
llvm-svn: 94359
-
Daniel Dunbar authored
llvm-svn: 94358
-
Daniel Dunbar authored
llvm-svn: 94357
-
Daniel Dunbar authored
llvm-svn: 94356
-
Daniel Dunbar authored
llvm-svn: 94355
-
Daniel Dunbar authored
- Add __repr__ on SourceLocation. - Fix File object construction to use c_object_p type, and use None instead of invalid File objects. - Make SourceRange.{start,end} properties. llvm-svn: 94354
-
Daniel Dunbar authored
Also, add ValueError check before calling Cursor_spelling. llvm-svn: 94353
-
Alexis Hunt authored
Mangle static variables with an extra name to distinguish them from non-static variables in the same TU. Fixes PR5966 for real this time; also reverts r92911, which had a incorrect fix. llvm-svn: 94352
-
Daniel Dunbar authored
llvm-svn: 94351
-
Daniel Dunbar authored
- Some tweaks by me for API changes, Darwin, and x86_64 support. Still needs substantial updating to match recent CIndex API changes. llvm-svn: 94349
-
Chris Lattner authored
unbalanced. llvm-svn: 94347
-
Chris Lattner authored
codegen it, so we get 'cannot compile this builtin function yet' errors, just like we do currently for __builtin_isinf. However, this should let us parse headers that use it without barfing, which should help PR6083. llvm-svn: 94346
-
Chris Lattner authored
llvm-svn: 94344
-
Anders Carlsson authored
llvm-svn: 94341
-
Anders Carlsson authored
Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes the bug where array elements and member initializers weren't copied correctly. llvm-svn: 94340
-
Anders Carlsson authored
llvm-svn: 94335
-
- Jan 23, 2010
-
-
Anders Carlsson authored
llvm-svn: 94334
-
John McCall authored
llvm-svn: 94333
-
Anders Carlsson authored
llvm-svn: 94332
-
Mike Stump authored
out. They should all be done later tonight, but if something bad happens, feel free to revert sooner. llvm-svn: 94330
-
Anders Carlsson authored
llvm-svn: 94329
-
Anders Carlsson authored
llvm-svn: 94327
-
Mike Stump authored
llvm-svn: 94326
-
Anders Carlsson authored
Baby steps towards migrating the InitListChecker over to the new initialization code. Pass an InitializedEntity pointer through to most init checker functions. Right now, it's ignored everywhere except when initializing vectors in C++. llvm-svn: 94325
-
Anders Carlsson authored
When an InitializedEntity is passed to CheckSingleInitializer, call the new Sema::PerformCopyInitialization overload. llvm-svn: 94324
-
Eli Friedman authored
function. llvm-svn: 94320
-
Anders Carlsson authored
llvm-svn: 94316
-
Anders Carlsson authored
llvm-svn: 94315
-
Benjamin Kramer authored
llvm-svn: 94314
-
Benjamin Kramer authored
llvm-svn: 94313
-
Ted Kremenek authored
llvm-svn: 94311
-