- fbffca6 Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. by Steve Naroff · 16 years ago
- 61d6852 Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol declarations. by Steve Naroff · 16 years ago
- 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 16 years ago
- 7d22bf0 if we die in IR generation of a compound statement, include by Chris Lattner · 16 years ago
- 49f28ca rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. by Chris Lattner · 16 years ago
- 6b91f00 if we crash while parsing a block literal, include it. by Chris Lattner · 16 years ago
- ddcbc0a fix eof check by Chris Lattner · 16 years ago
- 0102c30 When the parser is live, print out the location and spelling of its current token. by Chris Lattner · 16 years ago
- 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 16 years ago
- 3de2d3c Add initial support for tracking ivars, with special handling for ivars of 'self'. by Ted Kremenek · 16 years ago
- 2136b2e Make IRGen compatible with declaring a function with incomplete by Eli Friedman · 16 years ago
- ac78d6b Add 'cast<>' to remove an extra function call and dynamic cast. by Ted Kremenek · 16 years ago
- e121da4 More fixes in cast logic. by Ted Kremenek · 16 years ago
- b3b6b9b Initial implementation of CodeGen for incomplete function types; fixes by Eli Friedman · 16 years ago
- efcfcc0 GRExprEngine: Polish up handling of casting integer constants to pointers and back. by Ted Kremenek · 16 years ago
- d9e0fae Avoid dispose calls when only doing gc. by Mike Stump · 16 years ago
- 16aac32 Fix regression in transparent translation of nonloc::ConcreteInto to loc::ConcreteInt. by Ted Kremenek · 16 years ago
- 27b7f10 Include struct context info for parser/sema crashes. This gives us: by Chris Lattner · 16 years ago
- 2254a9f Include namespace contexts in the virtual stack trace, so we get stuff by Chris Lattner · 16 years ago
- 73e80f6 include objc method decl contexts in stack trace of crash, e.g.: by Chris Lattner · 16 years ago
- 4db4c9c Set isMain bit for MainFile. by Devang Patel · 16 years ago
- 21ff9c9 When parsing a function body, add it to the crash stack, giving us something by Chris Lattner · 16 years ago
- 797b632 Add codegen support for __block variables to call _Block_object_dispose as necessary. by Mike Stump · 16 years ago
- 40e9bc8 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 16 years ago
- 452c31e Fix message title by Ted Kremenek · 16 years ago
- ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
- 3aa7ecd For now, do not track NSWindow objects and it's subclasses. by Ted Kremenek · 16 years ago
- bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 16 years ago
- 5cc8c63 Driver: Fix off by one in ParseOneArg; this code is ugly but will be by Daniel Dunbar · 16 years ago
- f781c41 Driver: Add Arg::dump and SeparateArg stubs. by Daniel Dunbar · 16 years ago
- e61b988 Removed an unfortunate cut and paste left-over. by Fariborz Jahanian · 16 years ago
- d104a09 Add prototype support for invalidating fields for structures passed-by-reference by Ted Kremenek · 16 years ago
- 1b9b883 MemRegion: by Ted Kremenek · 16 years ago
- a880b66 Add an optional "tag" to conjured symbols that allows us to distinguish between by Ted Kremenek · 16 years ago
- 58a8514 Fixup __block codegen in nested block literals. by Mike Stump · 16 years ago
- 70a0dbb Driver: Add OptTable::ParseOneArg. by Daniel Dunbar · 16 years ago
- 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 16 years ago
- fb36cae Driver: Stub out Arg implementations. by Daniel Dunbar · 16 years ago
- a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 16 years ago
- 30b055f Driver: Option's need to know their ID. by Daniel Dunbar · 16 years ago
- 0f9098e Driver: Add Option flags. by Daniel Dunbar · 16 years ago
- 3c9cc6b Driver: Tweak Option::accept interface. by Daniel Dunbar · 16 years ago
- 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 16 years ago
- ad75ab4 Move more blocks CodeGenFunction code up and out. by Mike Stump · 16 years ago
- 3947de5 Move some of the CodeGenFunction blocks code up and out. No by Mike Stump · 16 years ago
- 90a9043 Move more of the blocks code up and out. by Mike Stump · 16 years ago
- b06d875 Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error: instance variable 'someField' is private. by Steve Naroff · 16 years ago
- 26140c6 fixes suggested by Sebastian! by Chris Lattner · 16 years ago
- 7794bb8 by Devang Patel · 16 years ago
- 2a99814 Move more of blocks codegen out of CodeGenModule and into the by Mike Stump · 16 years ago
- 175ba1e Some refactoring of recent code. No functionality change. by Fariborz Jahanian · 16 years ago
- b1006c7 Fix a corner case of message lookup looking for class methods. by Fariborz Jahanian · 16 years ago
- 3f75c43 Support "asm" renaming of external symbols. - PR3698. by Daniel Dunbar · 16 years ago
- 6ac1e22 Driver: Add ArgList implementation. by Daniel Dunbar · 16 years ago
- a4cb9d3 GRExprEngine::VisitCast: Just pass through function and block pointers. by Ted Kremenek · 16 years ago
- d883d84 Start the migration of more of the blocks code out of sight for most by Mike Stump · 16 years ago
- 96bd13a Start the migration of more of the blocks code out of sight for most by Mike Stump · 16 years ago
- 6b9dfd4 Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's. by Steve Naroff · 16 years ago
- 58919e1 Add __block codegen testcase. We introduce a temporary flag to enable by Mike Stump · 16 years ago
- 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 16 years ago
- 7f0f5dc Check that the return type for function definitions is complete. by Eli Friedman · 16 years ago
- 32fca72 make the token lexer allocate its temporary token buffers for by Chris Lattner · 16 years ago
- 0b2b6e1 Switch attributes to be allocated from the declcontext bump pointer just like by Chris Lattner · 16 years ago
- 63d1d60 Adjust indentation. by Zhongxing Xu · 16 years ago
- cc58147 add an a Attr::Destroy method and force clients to go through it. As part of by Chris Lattner · 16 years ago
- 7976932 Minor cleanup for choose expressions: add a helper that returns the by Eli Friedman · 16 years ago
- 5f7d228 allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. by Chris Lattner · 16 years ago
- b25df35 simplify Sema::AddInstanceMethodToGlobalPool, no functionality change. by Chris Lattner · 16 years ago
- 5512f28 add a special case for codegen that improves the case where we have by Chris Lattner · 16 years ago
- a3460ac Continuation of PR3687: fix more places to use the right type for booleans. by Eli Friedman · 16 years ago
- 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 16 years ago
- 074dda6 Comment fix: change a question to an answer. by Eli Friedman · 16 years ago
- 2561542 Attempt to fix PR3709: when converting from an integer to a pointer, by Eli Friedman · 16 years ago
- dab514f Improved ABI compliance for __block variables. No testcases yet as we by Mike Stump · 16 years ago
- 41168ea Added the notion of a "boundable region", which is a region that can have a direct binding in the StoreManager. by Ted Kremenek · 16 years ago
- cec3525 RegionStore: Handle implicit parameters. by Ted Kremenek · 16 years ago
- dc40290 Create "TypedViewRegions" that layer on top of SymbolicRegions when handling by Ted Kremenek · 16 years ago
- 3f4d5ab Use GetSValAsScalarOrLoc instead of GetSVal to prevent unintended structure or array "loads". by Ted Kremenek · 16 years ago
- 1cb151e Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a by Ted Kremenek · 16 years ago
- 02c4d2d RegionStore::RemoveDeadBindings needs to check all the symbols of the super region of a scanned region as well. by Ted Kremenek · 16 years ago
- d198aba Change a warning to an error... by Steve Naroff · 16 years ago
- 268bc8c Implement an important missing warning when a selector by Fariborz Jahanian · 16 years ago
- f4c00ff Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. by Steve Naroff · 16 years ago
- 94c9698 Rework use of loc::SymbolVal in the retain/release checker to use the new method by Ted Kremenek · 16 years ago
- 9d40ee5 Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @catch statements. by Steve Naroff · 16 years ago
- f50cb36 Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch statements. by Steve Naroff · 16 years ago
- 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
- 7ba138a Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel, please verify). by Steve Naroff · 16 years ago
- 14453bf Don't use std::auto_ptr with getSubRegionMap(). by Ted Kremenek · 16 years ago
- 3e9061f Fix case where we should use dyn_cast instead of cast. by Ted Kremenek · 16 years ago
- ed1d29d Fixed an ir-gen bug in syntheszing a getter function by Fariborz Jahanian · 16 years ago
- 6076e0a Fix extra ';' bug noticed by Mike Stump. by Ted Kremenek · 16 years ago
- 069880e Return 0 if the ConstExprEmitter can't handle an expression. by Anders Carlsson · 16 years ago
- 15edf0d Fix <rdar://problem/6497242> Inherited overridden protocol declared objects don't work. by Steve Naroff · 16 years ago
- ca33129 Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @implementation. by Steve Naroff · 16 years ago
- 7339749 PR3691: Add support for complex modes. I also tossed in support for XF by Eli Friedman · 16 years ago
- 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 16 years ago
- 57a84fb Fix for PR3687: use the memory representation for booleans when a by Eli Friedman · 16 years ago
- 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
- 3c59823 Tighten message bubble height. by Ted Kremenek · 16 years ago