- d1571ac Make the new Objective-C "id" and "Class" redefinition types special by Douglas Gregor · 15 years ago
- 6b90686 Implement support for calling member function templates, which involves: by Douglas Gregor · 15 years ago
- c42a92a Center the dragon. by Ted Kremenek · 15 years ago
- a12a328 Make the dragon a link... by Ted Kremenek · 15 years ago
- 120aff9 Include LLVM logo ... because dragons are cool. by Ted Kremenek · 15 years ago
- 6b48720 Added member arrays to more tests now that ir-gen supports it. by Fariborz Jahanian · 15 years ago
- 1c536bf Patch to ir-gen destruction of array member elements in revers order by Fariborz Jahanian · 15 years ago
- 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
- f800f6c ir-gen patch to destruct array members. WIP. by Fariborz Jahanian · 15 years ago
- 0280115 Update checker build. by Ted Kremenek · 15 years ago
- 0f499d9 Fix a typo in a variable name by Douglas Gregor · 15 years ago
- 8165ced Don't install wpa or index-test tools. by Daniel Dunbar · 15 years ago
- da3e03e Issue an error if the user specifies parameters in a function marked as ISR. by Sanjiv Gupta · 15 years ago
- 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
- b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 16 years ago
- f18970d by John McCall · 16 years ago
- 43959a9 Refactor the instantiation of statements into a generic tree transformation. by Douglas Gregor · 16 years ago
- 357f7ce Improve the Getting Started and Hacking web pages, patch by John Thompson! by Chris Lattner · 16 years ago
- ac02f20 retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' by Ted Kremenek · 16 years ago
- caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 16 years ago
- 04e8357 Fix bit-field promotion to be a bit closer to the behavior of gcc. by Eli Friedman · 16 years ago
- d5c3b13 If the 'while' has an empty body, set the body to the continue target block. by Zhongxing Xu · 16 years ago
- 1d4b218 If the body of for loop is empty, set its body to the continue target. by Zhongxing Xu · 16 years ago
- 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 16 years ago
- e29ba20 Basic nested-template implementation. by John McCall · 16 years ago
- fafd383 Rename: ProgramPoint::getContext() => ProgramPoint::getLocationContext(). by Zhongxing Xu · 16 years ago
- 995d281 Test case for my last patch plus a minor clean up. by Fariborz Jahanian · 16 years ago
- c484381 retain/release checker: Special case handling of CFAttributedStringSetAttribute, by Ted Kremenek · 16 years ago
- 6147a90 ir-gen for multi-dimensional array construction. WIP. by Fariborz Jahanian · 16 years ago
- 21531fa Enhance diagnostics concerning attribute 'ns_returns_retained' and 'cf_returns_retained' to present the range of the attribute and have the diagnostic location be the declaration that the attribute was falsely attached to. This solves the problem where these diagnostics were being suppressed when these attributes were wrapped in a macro that was defined in a system header. by Ted Kremenek · 16 years ago
- 82bf010 Keep track of the right paren ')' source location in a function declarator. by Argyrios Kyrtzidis · 16 years ago
- 1dea87a Removed unneeded code for break/continue statements in by Fariborz Jahanian · 16 years ago
- 288dcaf ir-gen for constructing arrays as non-static data members. WIP. by Fariborz Jahanian · 16 years ago
- b63decf Add TCE target to clang; patch by Mikael Lepistö. by Eli Friedman · 16 years ago
- 44ba7bf Remove now unnecessary helper methods. by Daniel Dunbar · 16 years ago
- 90b504a Tweak svn:ignore by Daniel Dunbar · 16 years ago
- 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 16 years ago
- d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 16 years ago
- 7e37c81 Use raw_svector_ostream for string concatenation. by Daniel Dunbar · 16 years ago
- eb7e9c3 One second thought, I think I want to limit this class to just vtable by Mike Stump · 16 years ago
- ee560f3 Cleanup: fold IndirectPrimary into builder. by Mike Stump · 16 years ago
- cc2a012 We don't want to confuse this layout with the BLayout from the builder. by Mike Stump · 16 years ago
- 9c88d98 Update for recent improvements. by Mike Stump · 16 years ago
- f7a50a4 Get the Decl from the current ExplodedNode. Eventually the diagnostic client by Zhongxing Xu · 16 years ago
- ad97866 Update CMakeLists. by Benjamin Kramer · 16 years ago
- a95d757 Make integer promotions work correctly on PIC16 and other platforms by Eli Friedman · 16 years ago
- 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 16 years ago
- b46c92d Refine vcalls a little. by Mike Stump · 16 years ago
- 35d44e5 Fix a comment and improve an assert message. by Argyrios Kyrtzidis · 16 years ago
- d4a7e54 Store/load type source info from/to PCH files. by Argyrios Kyrtzidis · 16 years ago
- e866190 Use Sema's LocInfoType to pass and preserve type source info through the Parser. by Argyrios Kyrtzidis · 16 years ago
- 1bb8a45 Introduce LocInfoType which is a Sema-specific implementation detail. by Argyrios Kyrtzidis · 16 years ago
- 4adab7f Create and instantiate a DeclaratorInfo using a newly introduced Sema::GetDeclaratorInfoForDeclarator(). by Argyrios Kyrtzidis · 16 years ago
- a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 16 years ago
- b17166c Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. by Argyrios Kyrtzidis · 16 years ago
- 7d878eb Update Xcode project. by Anders Carlsson · 16 years ago
- 552b275 Cleanup. by Mike Stump · 16 years ago
- b3d8837 Add some documentation. by Mike Stump · 16 years ago
- 32f3701 Cleanups. Move GenerateRtti to CodeGenModule. by Mike Stump · 16 years ago
- d2ae5aa Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr by Fariborz Jahanian · 16 years ago
- 109b13d Move the rest of the vtable building code into the new builder. by Mike Stump · 16 years ago
- 65defe3 Suck up method generation. by Mike Stump · 16 years ago
- 7c435fa Split out vtable bulding code into a builder. by Mike Stump · 16 years ago
- 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 16 years ago
- f53b443 Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the return expr inside a CXXExprWithTemporaries if needed. by Anders Carlsson · 16 years ago
- 292a5c0 Remove unused parameter BugReporter due to previous patch. by Zhongxing Xu · 16 years ago
- 50d5bc4 Now we can get the CFG from the ProgramPoint. No need to pass in the by Zhongxing Xu · 16 years ago
- 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 16 years ago
- 9d6fa61 Convert CreateTargetInfo to use a Triple instead of manul string munging. by Daniel Dunbar · 16 years ago
- d3afba8 Fix some made up triples. by Daniel Dunbar · 16 years ago
- 592362b Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter' by Ted Kremenek · 16 years ago
- 88232aa Teach Sema how to pop out of friend function definitions in nested classes. by John McCall · 16 years ago
- 91f21c0 Fixed typo in last commit pointed out by Anton. by David Chisnall · 16 years ago
- 1e4249c Changes to TargetABIInfo to (hopefully) select the correct calling convention. This has been tested on FreeBSD, and now correctly generates GCC-compatible code for functions returning small structures. Please test it on other platforms! by David Chisnall · 16 years ago
- 1eb4343 Support compilation for the blackfin back-end by Jakob Stoklund Olesen · 16 years ago
- 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 16 years ago
- 622f9dc Remove an ErrorUnsupported call. by Anders Carlsson · 16 years ago
- f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 16 years ago
- 0f43656 Initial patch to support definitions of id and Class from headers in Objective-C code. by David Chisnall · 16 years ago
- c01b46e adjust indentation. by Zhongxing Xu · 16 years ago
- 94f1d16 Remove unused variable. by Zhongxing Xu · 16 years ago
- 17fd863 To make the analysis independent on the locally stored liveness and cfg by Zhongxing Xu · 16 years ago
- e9f195f Update lexer to work with the new APFloat string parsing. by Erick Tryzelaar · 16 years ago
- 60e282c Improve handling of delete expressions. by Anders Carlsson · 16 years ago
- 1352590 Whoops, did not mean to commit this by Anders Carlsson · 16 years ago
- d67c4c3 Store the delete operator for delete expressions. by Anders Carlsson · 16 years ago
- b193a41 Patch toward synthesizing non-trivial destructors. WIP by Fariborz Jahanian · 16 years ago
- fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 16 years ago
- 2da7693 Only do this for initializers of course. by Anders Carlsson · 16 years ago
- 8478ce6 Destroy bound temporaries. by Anders Carlsson · 16 years ago
- 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 16 years ago
- 5e94a0d fix my previous commit. by Chris Lattner · 16 years ago
- a50089e This is an attempt to improve loc info for 'unused result' expression by Chris Lattner · 16 years ago
- 14c5cbf Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries from being destroyed when they're bound to a reference variable. by Anders Carlsson · 16 years ago
- 5add683 No need to append extra padding now that we don't create packed structs for simple cases like the constant string. by Anders Carlsson · 16 years ago
- 9abf2ae AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and create the CXXExprWithTemporaries before setting the initializer on the VarDecl. by Anders Carlsson · 16 years ago
- 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 16 years ago
- a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 16 years ago
- 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 16 years ago
- ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 16 years ago