- Jul 28, 2009
-
-
Owen Anderson authored
llvm-svn: 77349
-
Chris Lattner authored
llvm-svn: 77344
-
Chris Lattner authored
llvm-svn: 77343
-
Fariborz Jahanian authored
llvm-svn: 77339
-
Anders Carlsson authored
llvm-svn: 77335
-
Fariborz Jahanian authored
llvm-svn: 77332
-
Douglas Gregor authored
llvm-svn: 77324
-
Douglas Gregor authored
llvm-svn: 77321
-
Douglas Gregor authored
llvm-svn: 77320
-
Douglas Gregor authored
llvm-svn: 77318
-
John McCall authored
llvm-svn: 77303
-
Daniel Dunbar authored
llvm-svn: 77302
-
John McCall authored
llvm-svn: 77299
-
Argyrios Kyrtzidis authored
llvm-svn: 77298
-
Argyrios Kyrtzidis authored
-Correct ObjCMethodDecl::getNextRedeclaration(); A method in a ObjCCategoryImplDecl should point to a method in the associated ObjCCategoryDecl, not the ObjCInterfaceDecl. llvm-svn: 77297
-
Argyrios Kyrtzidis authored
llvm-svn: 77296
-
Mike Stump authored
llvm-svn: 77291
-
John McCall authored
Codegen by initializing the return value with its LLVM type's null value. llvm-svn: 77288
-
Douglas Gregor authored
when statements and expressions are equivalent. llvm-svn: 77284
-
Ted Kremenek authored
valid SourceLocation. llvm-svn: 77280
-
Mike Stump authored
llvm-svn: 77279
-
Fariborz Jahanian authored
that @catch(...) cathces all exceptions (c++ objects are not cought by that). llvm-svn: 77270
-
Owen Anderson authored
llvm-svn: 77267
-
Mike Stump authored
llvm-svn: 77265
-
Ted Kremenek authored
object that it can use to forward PathDiagnostics for further processing. Along with this feature, the PlistDiagnostics object logs which files are created by the forwarding of the PathDiagnostics. (2) Create a new PathDiagnosticClientFactory object for HTMLDiagnostics, allowing other PathDiagnosticClients to forward PathDiagnostics through an opaque interface. (3) Create a "plist-html" diagnostics option in AnalysisConsumer to allow the logging of HTML files created in a hybrid Plist+HTML diagnostic client. llvm-svn: 77264
-
- Jul 27, 2009
-
-
Mike Stump authored
llvm-svn: 77254
-
Mike Stump authored
the noreturn attribute. llvm-svn: 77253
-
Owen Anderson authored
llvm-svn: 77249
-
Fariborz Jahanian authored
member access in the presense of non-virtual bases. llvm-svn: 77246
-
Mike Stump authored
llvm-svn: 77237
-
Argyrios Kyrtzidis authored
ObjCContainerDecl now is the root class for objc decls that contain methods. llvm-svn: 77235
-
Devang Patel authored
llvm-svn: 77228
-
Douglas Gregor authored
ActOnUninitializedDecl. llvm-svn: 77211
-
Anders Carlsson authored
Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an empty class will have a padding byte. llvm-svn: 77205
-
Anders Carlsson authored
Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well. llvm-svn: 77190
-
Anders Carlsson authored
llvm-svn: 77189
-
Anders Carlsson authored
Enable the new constant struct builder by default. The old code is still in place but will be removed shortly. The new struct builder works on big endian systems. llvm-svn: 77185
-
Anders Carlsson authored
More work on the constant struct builder, fix a couple of thinkos and add support for inserting part of a bitfield in the previous byte. llvm-svn: 77180
-
Anders Carlsson authored
llvm-svn: 77177
-
Mike Stump authored
llvm-svn: 77176
-