- 0df8c92 Emit errors about unsupported blocks features. by Anders Carlsson · 16 years ago
- 22c818a Initialize NSConcreteStackBlock by Anders Carlsson · 16 years ago
- 4de9fce Do some blocks cleanup and simplification. Fix a crash, and add a test case. by Anders Carlsson · 16 years ago
- 6f877cd adjust to changes in the mainline llvm .ll printer. by Chris Lattner · 16 years ago
- cddc888 "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClassMethods and Sema::ImplCategoryMethodsVsIntfMethods methods. by Chris Lattner · 16 years ago
- 0db28c5 Whoops, actually remove the VLA/VM check in FinalizeDeclaratorGroup. by Anders Carlsson · 16 years ago
- 1a7acfa Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable will have the right type by the time the initializer is checked. This ensures that code like by Anders Carlsson · 16 years ago
- b098c14 Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead. by Steve Naroff · 16 years ago
- f5cae63 Revert 65707 (causes stack memory to be referenced after it is released). by Ted Kremenek · 16 years ago
- 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 16 years ago
- f306f86 Fix a crash in test/Parser/control-scope.c that testrunner didn't by Chris Lattner · 16 years ago
- 56627e6 remove static ctor. by Chris Lattner · 16 years ago
- 161d36d improve compatibility with the VC++'08 C++ compiler. Patch by Niklas Larsson! by Chris Lattner · 16 years ago
- ab775f6 fix inverted conditional, rdar://6633188 by Chris Lattner · 16 years ago
- 3aa1861 "This patch addresses two FIXME on ObjCCategoryImplDecl: by Chris Lattner · 16 years ago
- 83c9629 brain thinking memcpy, fingers thinking memset :) by Chris Lattner · 16 years ago
- ca4fc2c after going around in circles a few times, finally cave and emit structure by Chris Lattner · 16 years ago
- 066d2ea TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). by Anders Carlsson · 16 years ago
- ebf6443 Minor name change (move the ObjC prefix to a more appropriate place). by Steve Naroff · 16 years ago
- f3cf897 Fix <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 16 years ago
- 10b2614 Adapt help string to what the code is doing (default is lang_gnu99). Thanks rdivacky! by Gabor Greif · 16 years ago
- a99038c First cut CodeGen support for __block variables. by Mike Stump · 16 years ago
- 709fa15 Check a few more kinds of declarations that make a scope. by Eli Friedman · 16 years ago
- 8f17b66 Start of checking for gotos which jump to an illegal destination. by Eli Friedman · 16 years ago
- 722c717 Fix obvious shortcoming in the implementations of Evaluate for by Eli Friedman · 16 years ago
- 134fc37 Update checker build. by Ted Kremenek · 16 years ago
- c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
- aca13a7 Add a FIXME for something I can't look at just yet by Douglas Gregor · 16 years ago
- 724651c Template instantiation for function types by Douglas Gregor · 16 years ago
- 5a1edf6 Alignment of pointers in __objc_classlist must be on their by Fariborz Jahanian · 16 years ago
- cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 16 years ago
- 00524e3 Fix enumeration in switch warnings. No behavior change. by Eli Friedman · 16 years ago
- 5a61f0e Fix enumeration in switch warnings, plus misc comment changes. No by Eli Friedman · 16 years ago
- c136e6c Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and by Mike Stump · 16 years ago
- 9bc77b2 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 16 years ago
- 173144a Give a code insertion hint for how to fix 'implicit int' warnings and errors. by Chris Lattner · 16 years ago
- 8c633a0 Fix a typo by Douglas Gregor · 16 years ago
- 9b5e505 When retrieving the location of a Node, for MemberExprs use the location of the by Ted Kremenek · 16 years ago
- a97b666 In BuildAnonymousStructUnionMemberReference, we shouldn't invalidate OpLoc when by Ted Kremenek · 16 years ago
- 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 16 years ago
- 34c0533 minor wording changes. by Chris Lattner · 16 years ago
- 35d276f upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 16 years ago
- e64c549 cleanup by Chris Lattner · 16 years ago
- 2a327d1 cleanup by Chris Lattner · 16 years ago
- 5e30100 Silence warnings. by Mike Stump · 16 years ago
- 3d692df When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' by Ted Kremenek · 16 years ago
- b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
- 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 16 years ago
- 7fa649f Oops, Ted beat me to it. I'll just play angry god and remove his version! by Daniel Dunbar · 16 years ago
- c8d8fa9 Add coverage of "member of anonymous union redeclares ..." diagnostic. by Daniel Dunbar · 16 years ago
- beba7f4 Add test case for PR 3675. by Ted Kremenek · 16 years ago
- 6028ca1 Update checker build. by Ted Kremenek · 16 years ago
- 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 16 years ago
- 5de4092 Don't report 'Parser Rejects' for conftest files. by Ted Kremenek · 16 years ago
- 6b89636 Correctly check for ccc-analyzer in the same directory as scan-build. by Ted Kremenek · 16 years ago
- fd6f085 Change the way clang generates union types a bit so it plays well by Eli Friedman · 16 years ago
- f04ec67 Some additional ICE tests. by Eli Friedman · 16 years ago
- 664a104 Some minor improvements to Evaluate. by Eli Friedman · 16 years ago
- 3b8a36a Fix minor memory leak. Add comment describing what we need to do for by Eli Friedman · 16 years ago
- 0de40af Minor cleanup: use getDeclAlignInBytes helper. by Eli Friedman · 16 years ago
- 60ce963 Make isICE assert when Evaluate can't evaluate an ICE, as suggested by by Eli Friedman · 16 years ago
- befbcf4 The middle operand in ?: is optional, really. by Mike Stump · 16 years ago
- 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
- 3a25032 make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type, by Chris Lattner · 16 years ago
- 220b636 fix a bozobug. by Chris Lattner · 16 years ago
- 3cc7292 rename test by Chris Lattner · 16 years ago
- 19753cf ok, not as broken as I thought, just confusing. This allows by Chris Lattner · 16 years ago
- 8879e3b allow wide strings to initialize arrays compatible with wchar_t. by Chris Lattner · 16 years ago
- 6c4312d Pass -ffreestanding' to clang. by Ted Kremenek · 16 years ago
- fb41ca8 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 16 years ago
- dbb1ecc fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 16 years ago
- e8e2600 Add -emit-llvm-only option (generate LLVM IR & run passes, but discard by Daniel Dunbar · 16 years ago
- 21228b7 Couple of meta-data segments were wrong. This patch fixes them. by Fariborz Jahanian · 16 years ago
- fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 16 years ago
- 8af2975 PathDiagnosticPiece now automatically strips off trailing periods in diagnostic messages. by Ted Kremenek · 16 years ago
- 9ca36b6 Add support to emit debug info for objective-c interfaces. by Devang Patel · 16 years ago
- e198116 Refine some grammar in the retain/release diagnostics. by Ted Kremenek · 16 years ago
- 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
- 8958891 Add Type::hasPointerRepresentation predicate. by Daniel Dunbar · 16 years ago
- 3daea0a Use Loc::IsLocType() instead of isPointerType() and isReferenceType(). by Ted Kremenek · 16 years ago
- 68694ad Remove PointerLikeType. by Daniel Dunbar · 16 years ago
- 6aeae7f Change PointersToResolve to list the pointee type to resolve, not the by Daniel Dunbar · 16 years ago
- bb71001 Drop uses of getAsPointerLikeType. - No functionality change. by Daniel Dunbar · 16 years ago
- 22dc0b0 Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a defaul setter attribute. by Steve Naroff · 16 years ago
- 24a9f6e Drop uses of isPointerLikeType. - No functionality change. by Daniel Dunbar · 16 years ago
- 4b87142 Add end of line at end. by Mike Stump · 16 years ago
- aae76c9 this got moved to top level by Chris Lattner · 16 years ago
- fab98c4 Fix an inconsistance in objc2's meta-data related to by Fariborz Jahanian · 16 years ago
- 1f484f4 Fix <rdar://problem/6614945> method not found. by Steve Naroff · 16 years ago
- b06b012 move this makefile goop up to the top level llvm makefile. by Chris Lattner · 16 years ago
- 730f909 Add test for enum types by Anders Carlsson · 16 years ago
- a2bdaf5 For scan-build based analyses, use the '-analyzer-eargely-assume' setting by default (turning it on to test how it impacts users). by Ted Kremenek · 16 years ago
- e7a249c Set tab width to 2 on a number of CG related files by Anders Carlsson · 16 years ago
- 708762b Classify enum types correctly by Anders Carlsson · 16 years ago
- f1afaf6 Fix http://llvm.org/bugs/show_bug.cgi?id=3544. by Steve Naroff · 16 years ago
- 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 16 years ago
- b558422 Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search in inherited protocols. by Steve Naroff · 16 years ago
- 33ef145 Remove short-circuit evaluation and the extension warnings. I'm by Eli Friedman · 16 years ago
- e28d719 Rewrite of isIntegerConstantExpr to be centered around Evaluate. This by Eli Friedman · 16 years ago
- 2488261 Enable export maps also on {Free, Net}BSD. by Anton Korobeynikov · 16 years ago