- c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 15 years ago
- fc2ca56 Return early from Sema::MarkDeclarationReferenced when we know there by Douglas Gregor · 15 years ago
- b205ac9 add capabilities to stop emitting errors after some limit. by Chris Lattner · 15 years ago
- c46a246 Don't emit an 'unused expression' warning for '||' and '&&' expressions that contain assignments by Ted Kremenek · 15 years ago
- 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 15 years ago
- 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 15 years ago
- 1d86935 Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for by Douglas Gregor · 15 years ago
- beb4128 @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls by John McCall · 15 years ago
- fc1a9c3 a ridiculous amount of propagation through the backend later, by Chris Lattner · 15 years ago
- 3aae609 Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative". by John McCall · 15 years ago
- 974d97b Fix crash in StoreManager::CastRegion() when the base region is a type with 0 size. by Ted Kremenek · 15 years ago
- c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 15 years ago
- e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 15 years ago
- dba0b0b Minor clean up. by Fariborz Jahanian · 15 years ago
- 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 15 years ago
- 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 15 years ago
- 209acbd Devote a special diagnostic to the typo by John McCall · 15 years ago
- 68b9a59 Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treat by Ted Kremenek · 15 years ago
- 161755a Implement the protected access restriction ([class.protected]), which requires by John McCall · 15 years ago
- 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 15 years ago
- fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 15 years ago
- 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 15 years ago
- 22f5699 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 15 years ago
- 6da9eb6 teach clang to install the inline asm diagnostic handler, by Chris Lattner · 15 years ago
- cabae68 reduce indentation, tidy. by Chris Lattner · 15 years ago
- 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 15 years ago
- 52d9ae3 fit in 80 cols by Chris Lattner · 15 years ago
- a983448 Put type restriction on convesion to nonconforming 'id' back in by Fariborz Jahanian · 15 years ago
- 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 15 years ago
- 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 15 years ago
- 64538cf Perform code-completion within ParseCastExpression, which handles, by Douglas Gregor · 15 years ago
- 7f33085 Fix PR 6725. It looks like the copy constructor gets elided during inlining. by Zhongxing Xu · 15 years ago
- efbf487 IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. by Daniel Dunbar · 15 years ago
- c7a984a Simplify. by Daniel Dunbar · 15 years ago
- 8bea3ef Simplify. by Daniel Dunbar · 15 years ago
- 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 15 years ago
- e968657 Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. by Ted Kremenek · 15 years ago
- a0a270c Match MemoryBuffer API changes. by Chris Lattner · 15 years ago
- 5fcd52a Fix possible null dereference by bailing out of CheckObjCPropertyAttributes() early if the Decl* is null. by Ted Kremenek · 15 years ago
- f0fe5bc IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. by Daniel Dunbar · 15 years ago
- 84139d6 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 15 years ago
- 3687e9d Clarify the ownership semantics of the Diagnostic object used by by Douglas Gregor · 15 years ago
- 4800ea6 Emit debug info for objc getters and setters. by Devang Patel · 15 years ago
- 018b54e fix PR6780, properly handling the IR {|} escapes in inline asm strings. by Chris Lattner · 15 years ago
- 5c5db55 fix PR6782, an accept invalid. We weren't emitting the diagnostic by Chris Lattner · 15 years ago
- 405634b Minor ASTUnit cleanups: by Douglas Gregor · 15 years ago
- 2eec0b2 IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. by Daniel Dunbar · 15 years ago
- 56229f5 Add a FIXME and reduce nesting. by Daniel Dunbar · 15 years ago
- 09d9fa1 Code completion results that refer to macros now get the cursor kind by Douglas Gregor · 15 years ago
- 7b73b92 Always assume block-level expressions in the caller are alive when analyzing by Zhongxing Xu · 15 years ago
- b3e485c Since now we process regions in clusters when removing dead bindings, this by Zhongxing Xu · 15 years ago
- 3ecd785 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
- 35d6461 Don't produce a vtable for a class if we have an explicit template instantiation declaration and no key function. We will produce the vtable at the explicit template instantiation. by Rafael Espindola · 15 years ago
- eea12d1 Add option and macro definition for AES instructions. Now produces real by Eric Christopher · 15 years ago
- 05511fa Improve diagnosing when a method type does not start with '-'|'+' by Fariborz Jahanian · 15 years ago
- 61ac1d2 IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME. by Daniel Dunbar · 15 years ago
- e83be12 IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right DeclContexts (-2 FIXMEs). We still have an annoying linear scan + hidden dependency on how Obj-C layout is done. by Daniel Dunbar · 15 years ago
- 27a961a AST: Add ObjCIvarDecl::getContainingInterface(). by Daniel Dunbar · 15 years ago
- 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
- e541d01 NewDebugLoc got renamed to DebugLoc. by Chris Lattner · 15 years ago
- a065492 Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext. by Daniel Dunbar · 15 years ago
- 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 15 years ago
- 29fa69a Sema/Obj-C: Narrow type, and simplify. by Daniel Dunbar · 15 years ago
- c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 15 years ago
- a19331f Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow type. by Daniel Dunbar · 15 years ago
- 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 15 years ago
- 8facca6 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
- 3a2c80f CG/NeXT: Assert some invariants on an ivar's containing decl context that I am about to refactor based on, following some testing. by Daniel Dunbar · 15 years ago
- bcc12fd If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. by Anders Carlsson · 15 years ago
- ea356fb Diagnose multiple base and member initializers in class templates. by Anders Carlsson · 15 years ago
- ec3332b More cleanup. by Anders Carlsson · 15 years ago
- 071d610 Constify. by Anders Carlsson · 15 years ago
- 58cfbde Minor cleanup. by Anders Carlsson · 15 years ago
- db73c68 Correct the calculation of access to more closely model the wording in by John McCall · 15 years ago
- 1927b1f Minor cleanup with the ternary operator by Douglas Gregor · 15 years ago
- 699fca2 Relax the typesafty rules of block pointers types which by Fariborz Jahanian · 15 years ago
- b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
- 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
- 12c0ade Fix -Asserts warning, and protect against missing case. by Daniel Dunbar · 15 years ago
- 9618b85 Use the element type to compute the array size when the base region is a VarRegion. by Zhongxing Xu · 15 years ago
- 950db87 Initial support for visiting CXXMemberCallExpr. by Zhongxing Xu · 15 years ago
- c603463 adjust to IRBuilder change and use faster DebugLoc apis. by Chris Lattner · 15 years ago
- 3a3e584 Improve C++ constructor handling. by Zhongxing Xu · 15 years ago
- 6e92883 Fix typo. by Eric Christopher · 15 years ago
- 33c9032 First start at wmmintrin.h file with Intel AES-NI instructions. by Eric Christopher · 15 years ago
- 75a2d94 Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings() where by Ted Kremenek · 15 years ago
- 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
- 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
- 809872e Issue better syntax error when objc's messaging by Fariborz Jahanian · 15 years ago
- 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 15 years ago
- a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 15 years ago
- 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
- db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 15 years ago
- 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
- 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
- 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
- d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
- 6876fe6 Minor include pruning. by Benjamin Kramer · 15 years ago
- aaa210c use the new optimized debug info metadata accessors. In by Chris Lattner · 15 years ago
- aec5860 Support __attribute__((unused)) on types. This suddenly started firing by John McCall · 15 years ago