- 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
- 54cc43f Fixup spacing. by Mike Stump · 16 years ago
- 9a8c2e9 x86_64 ABI: Qualified id types are passed as pointers. by Daniel Dunbar · 16 years ago
- aa95c3b Add an export map for clang on Linux. by Owen Anderson · 16 years ago
- 2129828 Zap the Sema constant initializer checking code that we aren't using by Eli Friedman · 16 years ago
- bc592e6 Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for by Eli Friedman · 16 years ago
- 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 16 years ago
- 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 16 years ago
- 8a2b4b1 CodeGen support for copied BlockDeclRefExprs. by Mike Stump · 16 years ago
- b293902 Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the same statement. by Ted Kremenek · 16 years ago
- 3579073 Fix recently introduced switch case fallthrough bug. by Ted Kremenek · 16 years ago
- 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 16 years ago
- ce87b92 scan-build now looks for ccc-analyzer first in the 'bin' subdirectory and then the directory where scan-build lives. by Ted Kremenek · 16 years ago
- 48af2a9 Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle by Ted Kremenek · 16 years ago
- 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 16 years ago
- 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
- d76c6a3 Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise). by Ted Kremenek · 16 years ago
- 0334a4e Temporarily disable clearing of insert point (to indicate unreachable by Daniel Dunbar · 16 years ago
- e5731f8 Allow constant initializers to reference their defining decl. - PR3662. by Daniel Dunbar · 16 years ago
- ac1afdc Include the appropriate header for malloc by Douglas Gregor · 16 years ago
- a985b31 Fold GeneraticStaticBlockVarDecl into callers. - No functionality change. by Daniel Dunbar · 16 years ago
- 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
- 0096acf Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the by Daniel Dunbar · 16 years ago
- 01e4b5c add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! by Chris Lattner · 16 years ago
- b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 16 years ago
- 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 16 years ago
- 70f2a04 fix (hopefully) some validation errors by Gabor Greif · 16 years ago
- 6cd81e8 minor tweaks to readability by Gabor Greif · 16 years ago
- ddb85a7 update by Chris Lattner · 16 years ago
- 12f708d Headers are basically done, debug info is just about done (and by Chris Lattner · 16 years ago
- d825883 clang seems "generally useful" for c and objc by now, though obviously bugs by Chris Lattner · 16 years ago
- d8f4f43 Minor cleanup for IntToBlockPointer so it applies to all callers of by Eli Friedman · 16 years ago
- 6c4becb retain/release checker: Implement basic tracking of autorelease stack. Next thing is to wire up pools with their contents. by Ted Kremenek · 16 years ago
- 2201791 Implement 'Add' method for GRStatePartialTrait<ImmutableList<T>>. by Ted Kremenek · 16 years ago
- 65e99f2 Fix comments. by Devang Patel · 16 years ago
- 1d6a451 Enable debug info emission for objc methods. by Devang Patel · 16 years ago
- f4f5fa0 Update checker build. by Ted Kremenek · 16 years ago
- 5ec41c2 Remove a FIXME; I was mistaken in believing gcc rejected this. by Daniel Dunbar · 16 years ago
- 0e0eb8b Fix condition in ccc-analyzer that would cause the analyzer never to be run. by Ted Kremenek · 16 years ago
- 84d0133 Minor refactoring. by Fariborz Jahanian · 16 years ago
- 66a5c2c patch for two things. by Fariborz Jahanian · 16 years ago
- 6431a26 Fix broken logic from my last commit. Branches only occur at basic blocks that end with terminators. by Ted Kremenek · 16 years ago
- 4094b34 Fix diagnostic regression where the leak diagnostic could appear earlier in the path than the branches taken. by Ted Kremenek · 16 years ago
- 7782022 If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile unit. by Devang Patel · 16 years ago
- 79e079d handle @encode interactions with array initializers. by Chris Lattner · 16 years ago
- 19da8cd rename CheckStringLiteralInit to CheckStringInit and pass in the by Chris Lattner · 16 years ago
- 0820254 make SemaRef be a reference to sema, not a pointer. by Chris Lattner · 16 years ago
- 8b419b9 move InitListChecker to be private to SemaInit.cpp by Chris Lattner · 16 years ago
- 95e8d65 Make CheckSingleInitializer a static function in SemaInit.cpp by Chris Lattner · 16 years ago
- f71ae8d make CheckStringLiteralInit a static function in SemaInit.cpp by Chris Lattner · 16 years ago
- 6c291a8 change IsStringLiteralInit into a static function in SemaInit.cpp by Chris Lattner · 16 years ago
- dd8e006 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 16 years ago
- eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 16 years ago
- 8459132 ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since Clang by Ted Kremenek · 16 years ago
- 111c2ee some minor cleanups, handle ObjCEncodeExpr in a couple places. by Chris Lattner · 16 years ago
- c4a09c1 improve comments. by Chris Lattner · 16 years ago
- 067986e Set flag for -fobjc-gc in IMAGE_INFO variable. by Fariborz Jahanian · 16 years ago
- d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 16 years ago
- 8f30105 Extend the implicit declaration and checking against out-of-scope by Douglas Gregor · 16 years ago
- 4d3957d retain/release checker: by Ted Kremenek · 16 years ago
- d01b669 Fix IRgen of constant expressions referring to external/static by Daniel Dunbar · 16 years ago
- 8ecbaf2 Some initial Obj-C zero cost EH support. by Daniel Dunbar · 16 years ago
- ae66cf3 Add a very primitive clang based multifile 'delta'. by Daniel Dunbar · 16 years ago
- 6eba143 Add a note about an IRgen optimization opportunity. by Daniel Dunbar · 16 years ago
- f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 16 years ago
- 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 16 years ago
- 8a219ce Prevent accidental copying of CodeGenFunction and CodeGenModule. by Anders Carlsson · 16 years ago
- 911e0af Pass the CodeGenModule object to GenerateBlockFunction, instead of *this (which will call the copy constructor). by Anders Carlsson · 16 years ago
- 3d5e062 Ensure that we can't break or continue out of a block. by Mike Stump · 16 years ago
- bf762c9 scan-build: Prune off any trailing '/' characters in the output directory path. by Ted Kremenek · 16 years ago
- 265a305 Fix <rdar://problem/6611677>: Add basic transfer function support in the static by Ted Kremenek · 16 years ago
- 1c56667 Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope. by Daniel Dunbar · 16 years ago
- f2a223f PTH: Cache *un-cleaned* spellings for literals instead of cleaned spellings. by Ted Kremenek · 16 years ago
- 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 16 years ago
- 25cbd9f PTH: When emitting tokens for literals with cached spellings, change the token by Ted Kremenek · 16 years ago
- b76fe91 Updated checker build. by Ted Kremenek · 16 years ago
- b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 16 years ago
- d578569 Move PTHStatCache within the anonymous namespace. by Ted Kremenek · 16 years ago
- b479dad Tidy up 'ExecutionContinues' to distinguish between jumping to the end of a 'method' or 'funciton'. by Ted Kremenek · 16 years ago
- 2d62ab1 Find 'clang' in 'bin' subdirectory instead of 'cbin'. by Ted Kremenek · 16 years ago
- b697b10 Tidy up the path diagnostic generation logic in BugReporter and remove a case where an "Execution continues..." diagnostic could result in an empty message bubble. by Ted Kremenek · 16 years ago
- 1829a6d fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 16 years ago
- 60ff8ce Goodbye old-ccc; please use tools/ccc/ccc. by Daniel Dunbar · 16 years ago
- 207c521 We should not generate __weak write barrier on indirect reference by Fariborz Jahanian · 16 years ago
- 4262a07 - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 16 years ago
- d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 16 years ago
- 01011d4 Add copy assignment operator, caught by doug. by Chris Lattner · 16 years ago
- f9a8e2e Add more boilerplate logic to more accurately reason about autorelease pools. by Ted Kremenek · 16 years ago
- 9834ffb Add low level support for generating invoke instead of calls. by Daniel Dunbar · 16 years ago