- c9b346d make type attribute processing static instead of methods on Sema. by Chris Lattner · 16 years ago
- 803d080 make the rest of the decl attribute processing methods be by Chris Lattner · 16 years ago
- 0b2f4da make most of Sema public. Sema is a class private to the Sema library by Chris Lattner · 16 years ago
- 0744e5f move a few methods, no other change. by Chris Lattner · 16 years ago
- 0bf29ad handle type attributes when converting types, not when processing decls. by Chris Lattner · 16 years ago
- e5c5ee1 Make ProcessDeclAttributes walk the declarator structure pulling by Chris Lattner · 16 years ago
- 3ff30c8 move some code from all callers of ProcessDeclAttributes into by Chris Lattner · 16 years ago
- f2e4bd5 more attribute refactoring/renaming, no functionality change. by Chris Lattner · 16 years ago
- 49e2d34 more minor tidiness. by Chris Lattner · 16 years ago
- 065c5a8 more cleanups, refactor HandleVectorTypeAttribute by Chris Lattner · 16 years ago
- 545dd34 adjust the prototypes of a bunch of decl processing methods to take by Chris Lattner · 16 years ago
- 3a9fdb4 Handle unnamed bitfields when parsing C++ classes. by Argyrios Kyrtzidis · 16 years ago
- ad74a75 Fix for PR2501; this patch makes usual arithmetic conversions for by Eli Friedman · 16 years ago
- 53d0ea5 Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() and getCurMethodDecl() that return the appropriate Decl through CurContext. by Argyrios Kyrtzidis · 16 years ago
- 0d52da1 Updated checker build to checker-47. by Ted Kremenek · 16 years ago
- 3cc5e5b Fix a bug where we didn't promote 'const float' (or typedefs) to by Chris Lattner · 16 years ago
- fbf1347 the 'mode' attribute is a decl attribute, not a type attribute. Move it to by Chris Lattner · 16 years ago
- 037ba07 Nuno points out that my numbers were out of date by Chris Lattner · 16 years ago
- 6d163d9 making progress! by Chris Lattner · 16 years ago
- 58cbd06 Add missing include file (due to a file splitting in llvm). by Cedric Venet · 16 years ago
- 04bc876 Added a simple static analysis check to look for improper uses of CFCreateNumber. by Ted Kremenek · 16 years ago
- 6b6b537 move decl attribute processing to a new SemaDeclAttr.cpp. by Chris Lattner · 16 years ago
- dbf2328 Update Xcode project so that the clang target depends on LLVMAnalysis.a by Ted Kremenek · 16 years ago
- d86522a clang uses the llvm backend, so define __llvm__ like llvm-gcc. by Chris Lattner · 16 years ago
- 8429fca Another class -> struct in declaration to match definition. by Cedric Venet · 16 years ago
- e9484fc Make clang work on 32 bit powerpc linux. by Matthijs Kooijman · 16 years ago
- 72be34f Link in LLVMAnalysis after LLVMCodeGen, since the latter depends on the former by Matthijs Kooijman · 16 years ago
- 985abd9 Make Declarator::getDeclSpec() return a const reference to avoid by Chris Lattner · 16 years ago
- d546fc5 add a comment about something that was surprising, at least to me. by Chris Lattner · 16 years ago
- f37da0e rename some attr tests for consistency. by Chris Lattner · 16 years ago
- fca0ddd fix a bug handling type attributes in the declspec. declspec processing by Chris Lattner · 16 years ago
- 65e4af9 another const correctness bug with declspec. by Chris Lattner · 16 years ago
- e6bec8a fix const correctness of accessor. by Chris Lattner · 16 years ago
- a421007 refactor more objc codegen interfaces to pass around selectors so by Chris Lattner · 16 years ago
- fba6763 indenting and other minor things. by Chris Lattner · 16 years ago
- d002cc6 refactor interface to GenerateClassStructure to avoid converting a by Chris Lattner · 16 years ago
- 5e7dcc6 remove the old getSelector implementation, which removes some by Chris Lattner · 16 years ago
- 9384c76 avoid a lot of unneeded selector processing work by passing around by Chris Lattner · 16 years ago
- 42ba3e7 use cheaper/simpler getselector call for @selector exprs. by Chris Lattner · 16 years ago
- 8e67b63 start avoid doing lots of unneeded work handling selectors by Chris Lattner · 16 years ago
- 3aba07c improve indentation, avoid thrashing on maps and recalculating strings as much. by Chris Lattner · 16 years ago
- dce1406 give CreateObjCRuntime a full CGM so it can get whatever state it needs, by Chris Lattner · 16 years ago
- 630404b Fix 80 col violations, assert on assumptions. by Chris Lattner · 16 years ago
- abca361 fix this testcase after Mon Ping's intrinsic rename. by Chris Lattner · 16 years ago
- 550b8db a temporary minimal hack to get clang building after the getStringValue changes in llvm mainline. by Chris Lattner · 16 years ago
- 4cb2060 Updated latest checker build to checker-45. by Ted Kremenek · 16 years ago
- 553cf18 CF ref checker: by Ted Kremenek · 16 years ago
- 3f2dcb1 Add Profile method to QualType. by Ted Kremenek · 16 years ago
- 74de8d9 Update VS project files. by Ted Kremenek · 16 years ago
- accecb2 Update Xcode project. by Ted Kremenek · 16 years ago
- 72fd336 The assert at Sema::ObjCActOnStartOfMethodDef should check CurMethodDecl instead of CurFunctionDecl. by Argyrios Kyrtzidis · 16 years ago
- 09c31b0 Set CXXClassVar to identifier namespace IDNS_Ordinary. by Argyrios Kyrtzidis · 16 years ago
- 09b6bf5 Updated atomic intrinsic name from llvm r52706. Fixed dropped bit in shufps. by Mon P Wang · 16 years ago
- 32a5ba0 'Educate' IdentifierResolver about the declaration context of CXXFieldDecls. by Argyrios Kyrtzidis · 16 years ago
- 1ce6ead Set CXXMethod to identifier namespace IDNS_Ordinary. by Argyrios Kyrtzidis · 16 years ago
- e2fc9cf The only caller of this knows that the current token is l_brace, so this can be an assert; suggestion by Chris. by Argyrios Kyrtzidis · 16 years ago
- 4cc18a4 Add parsing support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
- 8fdf328 "Support for Objective-C message sends which return structures. Also includes a small fix for constant string handling that should have been in the last patch (sorry!) and a hook for generating selectors (rest of this implementation to follow in the next patch)." by Chris Lattner · 16 years ago
- 4e0b264 "This is a small fix for a bug where static object instances were being incorrectly generated. The bug was caused by my inability to read the GNU libobjc source and is only apparent when JITing code (static compilation does not expose the bug due to the data layout of other globals)." by Chris Lattner · 16 years ago
- be78424 Update serialization for ObjCMessageExpr to handle additional bit-swizziling of receiver information. by Ted Kremenek · 16 years ago
- 4df728e ObjCMessageExpr objects that represent messages to class methods now can contain the ObjCInterfaceDecl* of the target class if it was available when the ObjCMessageExpr object was constructed. The original interfaces of the class has been preserved (requiring no functionality changes from clients), but now a "getClasSInfo" method returns both the ObjCInterfaceDecl* and IdentifierInfo* of the target class. by Ted Kremenek · 16 years ago
- 0d8ac9a Move the namespace action declarations at the "C++ declarations" section. by Argyrios Kyrtzidis · 16 years ago
- 0d6d153 Test commit: changed the forward declaration of FieldDeclarator from class to struct to be coherent with its definition (DeclSpec.h) by Cedric Venet · 16 years ago
- a75a8ea Fix comments: "class method" should be "instance method" and vis versa by Ted Kremenek · 16 years ago
- ab59227 Remove unneeded method arguments. by Ted Kremenek · 16 years ago
- 53301ba Cache ObjC summaries by IdentifierInfo*, not by ObjCInterfaceDecl. by Ted Kremenek · 16 years ago
- d88fb6c Patch by Anders Bergh: by Ted Kremenek · 16 years ago
- 4f22a78 Added ObjCSummaryCache, a new summary cache object to cache summaries for Objective-C methods. Instead of mapping from Selectors -> Summaries, we will now map from (ObjCInterfaceDecl*,Selectors) -> Summaries. This will allow more nuanced summary generation. This patch just swaps in the new data structure; the rest of the code works as before by allowing the ObjCInterfaceDecl* to be null. by Ted Kremenek · 16 years ago
- 1f180c3 Rename summary methods for "instance methods" to "class methods" (the names got screwed up). No functionality change. by Ted Kremenek · 16 years ago
- 9a0ff03 Updated latest checker build to checker-44. by Ted Kremenek · 16 years ago
- a734470 The CF retain/release checker now assumes that allocations do not fail. Eventually we will add a flag to the driver to enable allocation failures (documented as a FIXME). by Ted Kremenek · 16 years ago
- 656ff8c Update VS project files. Patch by Cedric Venet! by Ted Kremenek · 16 years ago
- 8031a85 add a new clang::APValue class at Eli's request. It is a discriminated by Chris Lattner · 16 years ago
- 27933c1 add a fixme back by Chris Lattner · 16 years ago
- 13fd7e5 "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." by Chris Lattner · 16 years ago
- 23a0e45 Implement printing for ObjCClassDecl's, patch by Jean-Daniel Dupas! by Chris Lattner · 16 years ago
- 18ae3cf Don't add isa with @defs only to work around it in the code generator, patch by Chris Lattner · 16 years ago
- 6ee1f9c "This moves built-in Objective-C types up the scope chains to where they can be replaced by versions included from the runtime library's headers." by Chris Lattner · 16 years ago
- 5a6ddbf add parser and sema support for the funny ObjC '@defs' thing. by Chris Lattner · 16 years ago
- 63e9d56 remove dead enums. by Chris Lattner · 16 years ago
- 0d17f6f Switch 'super' from being a weird cast thing to being a predefined expr node. by Chris Lattner · 16 years ago
- cf719b7 "This maps the -pthread option to -lpthread - this isn't 100% correct, by Chris Lattner · 16 years ago
- 39a1884 Include stdint.h instead of stdio.h. by Ted Kremenek · 16 years ago
- cf28c72 K&R-style functions not allowed in C++. by Argyrios Kyrtzidis · 16 years ago
- ea932c7 Updated latest static analyzer builder to checker-43. by Ted Kremenek · 16 years ago
- 5bce1b0 Test the dead-store checker using both -warn-dead-stores and -checker-simple. by Ted Kremenek · 16 years ago
- bd527ef When using the dead-stores checker with the BugReporter class, properly capture the diagnostic associated with a specific warning and emit it. by Ted Kremenek · 16 years ago
- e41c5a6 Updated latest checker build. by Ted Kremenek · 16 years ago
- 354840e Updated call to dead stores to use proper arguments. by Ted Kremenek · 16 years ago
- 8a7688b Updated latest static analyzer build to checker-41. by Ted Kremenek · 16 years ago
- 553f0ea Updated Xcode project. by Ted Kremenek · 16 years ago
- 1a654b6 Modified the dead stores checker to... by Ted Kremenek · 16 years ago
- f8e32cf Added ParentMap, a class to represent a lazily constructed mapping from child to parents. by Ted Kremenek · 16 years ago
- 792481e Added "Decl::getCodyBody()", a virtual method that returns the root AST node (Stmt*) that the Decl wraps (if any). Currently this only returns a non-null value for FunctionDecl and ObjCMethodDecl. by Ted Kremenek · 16 years ago
- f4cfbd5 Updated latest static analysis build. by Ted Kremenek · 16 years ago
- cf2e304 Add DTD information. by Ted Kremenek · 16 years ago
- 9ea5884 Remove tabs. by Mike Stump · 16 years ago
- d420433 One more test checkin. by Mike Stump · 16 years ago
- a6f0177 Test commit to see if new account works. by Mike Stump · 16 years ago
- b8e26e6 Introduce initial transfer function support for __imag__ and __real__. We don't by Ted Kremenek · 16 years ago