- Jan 24, 2010
-
-
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
-
- Jan 23, 2010
-
-
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
-
Benjamin Kramer authored
llvm-svn: 94307
-
Benjamin Kramer authored
llvm-svn: 94306
-
John McCall authored
incomplete type (or a pointer/reference to such). The causes of this problem are different enough to justify a different "design" for the diagnostic. Most notably, it doesn't give an operand index: it's usually pretty obvious which operand is the problem, it adds a lot of clutter to mention it, and the fix is usually in a different part of the file anyway. This is yet another diagnostic that should really have an analogue in the non-overloaded case --- which should be much easier to write because of the weaker space constraints. llvm-svn: 94303
-
Anders Carlsson authored
Fix the EntityKind order so that all entity kinds that can be copied (using copy constructors) come first. Also, fix a bug where EK_New was left out of the err_init_conversion_failed diagnostic (It is now reported as 'new value'). Please review Doug :) llvm-svn: 94289
-
John McCall authored
llvm-svn: 94268
-
Douglas Gregor authored
explicit casts, sizeof, alignof, and compound literals. llvm-svn: 94265
-
Daniel Dunbar authored
llvm-svn: 94263
-
Douglas Gregor authored
translation units that include unsaved files. llvm-svn: 94258
-
Fariborz Jahanian authored
to mimic gcc's behavior. Fixes radar 7400691. llvm-svn: 94246
-
- Jan 22, 2010
-
-
Mike Stump authored
file, and add FIXMEs to the remaining broken tests. llvm-svn: 94238
-
Fariborz Jahanian authored
llvm-svn: 94236
-
Mike Stump authored
llvm-svn: 94229
-
Fariborz Jahanian authored
Fixes radar 7562363. llvm-svn: 94224
-
Douglas Gregor authored
llvm-svn: 94211
-
Mike Stump authored
not just among the direct bases. Before we where missing nearly empties that were bases of virtual base classes. llvm-svn: 94208
-
Douglas Gregor authored
region of interest (if provided). Implement clang_getCursor() in terms of this traversal rather than using the Index library; the unified cursor visitor is more complete, and will be The Way Forward. Minor other tweaks needed to make this work: - Extend Preprocessor::getLocForEndOfToken() to accept an offset from the end, making it easy to move to the last character in the token (rather than just past the end of the token). - In Lexer::MeasureTokenLength(), the length of whitespace is zero. llvm-svn: 94200
-
Fariborz Jahanian authored
lookup. Fixes radar 7562438. llvm-svn: 94191
-
Anders Carlsson authored
No need to canonicalize the type and use dyn_cast. Also, correctly diagnose trying to override a function returning an lvalue reference with a function overriding an rvalue reference. llvm-svn: 94183
-
Chandler Carruth authored
when checking for covariance. Added some fun test cases, fixes PR6110. This felt obvious enough to just commit. ;] Let me know if anything needs tweaking. llvm-svn: 94173
-
Mike Stump authored
llvm-svn: 94163
-
Douglas Gregor authored
declarations that have enough source information to make such a walk useful. This includes walking into variable initializers and enum constants, the types behind typedefs, etc. llvm-svn: 94124
-
rdar://7520940Chris Lattner authored
is #included with "foo.h" style syntax instead of framework syntax. It produced too much noise. llvm-svn: 94120
-
Douglas Gregor authored
a few important subkinds. Now we're cookin' with gas! llvm-svn: 94116
-
Mike Stump authored
dead array references. llvm-svn: 94115
-
- Jan 21, 2010
-
-
Mike Stump authored
llvm-svn: 94106
-
Mike Stump authored
llvm-svn: 94094
-
Mike Stump authored
llvm-svn: 94093
-
Benjamin Kramer authored
llvm-svn: 94089
-
Fariborz Jahanian authored
Fixes radar 7562952. llvm-svn: 94087
-
Mike Stump authored
assignments. llvm-svn: 94086
-
Douglas Gregor authored
kinds, so that we see referenced types, protocols, classes, etc. llvm-svn: 94085
-
Mike Stump authored
unary operators. llvm-svn: 94084
-
Douglas Gregor authored
typedefs only (for now). llvm-svn: 94078
-