- 14125b0 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 16 years ago
- 858c64d Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 16 years ago
- 6132053 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 16 years ago
- ec93a39 Sanity fix for PR3642: if we're treating a diagnostic as an error, it's by Eli Friedman · 16 years ago
- ac1d7d8 Force arch for these test cases. by Daniel Dunbar · 16 years ago
- 1ff3c9d local array of objects are non-gc'able. by Fariborz Jahanian · 16 years ago
- d305a86 More work to integrate newly added ObjCQualifiedClassType into the type system. by Steve Naroff · 16 years ago
- 4e60429 Put compiler headers in <prefix>/lib/clang/1.0/include (vs by Daniel Dunbar · 16 years ago
- 262a5dd Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 16 years ago
- 139c396 The blocks ABI is wrong, add a FIXME. by Mike Stump · 16 years ago
- fca5da0 Add CodeGen support for the helper for BlockDeclRefExprs. The easier by Mike Stump · 16 years ago
- c84582b Warn about bogus protocol qualifiers. by Steve Naroff · 16 years ago
- 235e0bb Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 16 years ago
- 184541a Fix a bug whereby a pointer to a __weak was not recognized by Fariborz Jahanian · 16 years ago
- fd42ffc Use llvm::StringsEqualNoCase instead of strncasecmp. by Ted Kremenek · 16 years ago
- c69da27 Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
- b5c66db Evaluation of unary deref could call integer evaluator on non-integral by Daniel Dunbar · 16 years ago
- 2353613 Fix build on windows. by Cédric Venet · 16 years ago
- 6c4e040 Add test case to record a couple inconsistencies with GCC (found in <rdar://problem/6561076> [clang on Xcode] warning: cannot find protocol definition for 'OzzyP'). by Steve Naroff · 16 years ago
- 0bbc135 by Steve Naroff · 16 years ago
- 874756f Update checker build. by Ted Kremenek · 16 years ago
- 4395b45 Improved naming convention heuristics in the retain/release checker to better by Ted Kremenek · 16 years ago
- f40e357 Update scan-build help diagnostic. by Ted Kremenek · 16 years ago
- 34e05fe Only create a preprocessed file for an ignored attribute if there currently does not exist an 'attribute_ignored_XXX.txt' file for that attribute. by Ted Kremenek · 16 years ago
- 73cd1e8 Slight tweak to last commit: make sure to copy CVR qualifiers for fixed by Eli Friedman · 16 years ago
- d431428 Re-fix r65140 correctly. by Eli Friedman · 16 years ago
- a4c010e Handle case of none gc'able objects regardless of their type. by Fariborz Jahanian · 16 years ago
- 9fe0411 Emit extern_weak when needed. - PR3629. by Daniel Dunbar · 16 years ago
- 455cc33 We must always mangle attribute overloadable functions; even if in a by Daniel Dunbar · 16 years ago
- a442ad9 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 16 years ago
- 89188b2 switch the macroinfo argument lists from being allocated off the heap by Chris Lattner · 16 years ago
- 1c9b6b8 detemplatify setArgumentList and some other cleanups. by Chris Lattner · 16 years ago
- f756656 require the MAcroInfo objects are explcitly destroyed. by Chris Lattner · 16 years ago
- ba259aa Make 'RangeConstraintManager' the default ConstraintManager. by Ted Kremenek · 16 years ago
- cf6c828 allocate and dellocate objc decl list through AST Context instead of by Chris Lattner · 16 years ago
- a5d4771 fix indentation by Chris Lattner · 16 years ago
- 320dff2 silence some warnings in no asserts mode. by Chris Lattner · 16 years ago
- df6133b add plumbing to get ASTContext& down to allocation/deallocation points in ObjCList, by Chris Lattner · 16 years ago
- 217eb8c newly factored, we can now move the set and destroy methods out of line. by Chris Lattner · 16 years ago
- 206d79e factor a bunch of common code out of the ObjCList template class by Chris Lattner · 16 years ago
- 35affc0 Greatly simplify the logic in ExplodedGraphImpl::TrimGraph. Now we just do a by Ted Kremenek · 16 years ago
- fb15fbf prune #includes by Chris Lattner · 16 years ago
- c3e7268 rename ObjCList::clear() -> ObjCList::Destroy(). Require that destroy is called by Chris Lattner · 16 years ago
- 13f6360 rearrange the contents of DeclObjC to be by-class. Fix some 80 column issues by Chris Lattner · 16 years ago
- c08ff67 Unbreak Darwin PIC handling; my refactoring yesterday was bogus. by Daniel Dunbar · 16 years ago
- 47a5771 more random cleanups, add some fixme's. ObjCCategoryImplDecl really by Chris Lattner · 16 years ago
- e0275ff destroy should forward to base class. by Chris Lattner · 16 years ago
- 97e84d6 move the @implementation ivar list to being an ObjCList, which prevents by Chris Lattner · 16 years ago
- 89d2700 PTH generation: Clear the cleaning bit for literals (whose spellings are cached). by Ted Kremenek · 16 years ago
- 1265569 Add some IRgen improvement notes. by Daniel Dunbar · 16 years ago
- 337f60a Shorten; no functionality change. by Daniel Dunbar · 16 years ago
- a0fbce2 remove dead list. by Chris Lattner · 16 years ago
- af438dc Take advantage of noreturn attribute to add unreachable instruction & by Daniel Dunbar · 16 years ago
- 9fcefea Always try to fold array sizes, and warn if we could fold something that isn't an ICE. This makes us compatible with GCC. by Anders Carlsson · 16 years ago
- 9990545 Fix test case. by Daniel Dunbar · 16 years ago
- 5c6b2c6 remove some more methods from objc decls, using the iterator by Chris Lattner · 16 years ago
- 5661100 Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 16 years ago
- 179fd52 remove some slow O(n) methods. by Chris Lattner · 16 years ago
- ad446cf Change ObjCForwardProtocolDecl to use an ObjCList. by Chris Lattner · 16 years ago
- 191eb9e Set call attribute for direct calls (i.e. noreturn). by Daniel Dunbar · 16 years ago
- 6a02874 move the interace list of @class to use ObjCList. by Chris Lattner · 16 years ago
- 466a8f2 Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC) by Steve Naroff · 16 years ago
- 38d2ff2 remove a dead list. by Chris Lattner · 16 years ago
- 273dce4 add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 16 years ago
- e9d8051 ccc: Spell mattr correctly. by Daniel Dunbar · 16 years ago
- 32db2c1 ccc: Basic translation of gcc subtarget feature options to LLVM by Daniel Dunbar · 16 years ago
- 3a54cd2 ccc: Use toolchain hook for default relocation model value. by Daniel Dunbar · 16 years ago
- e73c1d5 Add some stdlib builtins by Daniel Dunbar · 16 years ago
- 9408eb1 switch ObjCMethodDecl's parameter list from being explicitly managed to an ObjCList. by Chris Lattner · 16 years ago
- 922132e switch the interface ivar list from being explicitly managed to using ObjCList. by Chris Lattner · 16 years ago
- 3e27e63 move more objc destruction out of dtors into Destroy. by Chris Lattner · 16 years ago
- ae53888 move some objc decl destruction out of dtors into Destroy method. by Chris Lattner · 16 years ago
- 6d3f324 Add an example in comments. by Zhongxing Xu · 16 years ago
- 5566963 Fix potential use of uninitialized variable. by Ted Kremenek · 16 years ago
- 3dc50ed A few small tweaks to isConstantInitializer. (No test because this by Eli Friedman · 16 years ago
- f9b6345 Use -verify for consistency. by Eli Friedman · 16 years ago
- dbd0a9b Add support for * (unary dereference) operator to ExprConstant. by Eli Friedman · 16 years ago
- 51b1561 ccc: Use toolChain arch name instead of looking for arch command line by Daniel Dunbar · 16 years ago
- 77820d5 optimize the 'StoredDeclsMap' for the common case where there is by Chris Lattner · 16 years ago
- d47bf28 ccc: Store arch name in all toolchains. - No functionality change. by Daniel Dunbar · 16 years ago
- f4756c2 Suppress constant initializer checking when the declaration isn't valid. by Eli Friedman · 16 years ago
- 302b967 ccc: Give all tools access to the toolchain they are in. by Daniel Dunbar · 16 years ago
- 442959a Initialize the Init variable to something reasonable when we emit an by Eli Friedman · 16 years ago
- 0366a81 ExprConstant handling for a couple more cases of pointer-to-int casts by Eli Friedman · 16 years ago
- 4d41b95 More objc gc's ir-gen fixes. by Fariborz Jahanian · 16 years ago
- ba589d4 make the redeclaration case faster for the common instance of a redeclaration by Chris Lattner · 16 years ago
- 5360207 80 cols by Chris Lattner · 16 years ago
- 265f01d slight code simplifications. by Chris Lattner · 16 years ago
- fdb4f48 Deox and Capitolize. by Mike Stump · 16 years ago
- 3272e92 map source ranges through macro expansions. Before: by Chris Lattner · 16 years ago
- f3aafd6 Fix spacing. by Mike Stump · 16 years ago
- ec52b7d refactor, pass ranges down instead of the whole DiagnosticInfo. by Chris Lattner · 16 years ago
- 8920e43 Add test case for <rdar://problem/6562655>. by Ted Kremenek · 16 years ago
- 802cfc7 Fix crash from <rdar://problem/6562655>: 'init' method only return a receiver alias if the return type is a location. by Ted Kremenek · 16 years ago
- 0b53af2 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
- 876d8df retain/release checker: Generate an intermediate simulation node for "leak" by Ted Kremenek · 16 years ago
- 2bd4a5a Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
- a11044e Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary by Ted Kremenek · 16 years ago
- cf2da48 ProgramPoint::Profile now specially handles PostStmtCustom (hashes on tag and data) so that clients don't need a unique address for the pair itself. by Ted Kremenek · 16 years ago
- 07e928e pretty printing vector types should print the element type, not just the attribute. by Chris Lattner · 16 years ago