aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-22Always execute tests internally on Windows.Daniel Dunbar
2009-09-22CMake: Add a clang-c++tests target for running the experimental C++ headerDaniel Dunbar
2009-09-22Add safe part of previous (reverted) commit, necessary to update to LLVM API ...Daniel Dunbar
2009-09-22Revert "Switch a few clients over to StringLiteral::getString.", this is brea...Daniel Dunbar
2009-09-22Update PCH serialization of FunctionDecl flags.Daniel Dunbar
2009-09-22Allow PCH files to be read from stdin.Daniel Dunbar
2009-09-22Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar
2009-09-22Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via...Ted Kremenek
2009-09-22Force triple in test.Daniel Dunbar
2009-09-22Update checker build.Ted Kremenek
2009-09-22Switch a few clients over to StringLiteral::getString.Daniel Dunbar
2009-09-22Add StringLiteral::getString -> StringRef.Daniel Dunbar
2009-09-22Store the set of indirect primary bases directly in the record layout builder.Anders Carlsson
2009-09-22Fix some typos. WIP. Large alignments don't work yet.Mike Stump
2009-09-22Fix doc.Mike Stump
2009-09-22Add test case for PR4894 (it was fixed in LLVM).Daniel Dunbar
2009-09-22This FIXME is done.Daniel Dunbar
2009-09-22Improve debug info generation for __block variables.Mike Stump
2009-09-22Record layout builder cleanup.Anders Carlsson
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-21Add test case for <rdar://problem/6829164>, which was implicitly fixed in r79...Ted Kremenek
2009-09-21Removed -fobjc-newgc-api option. clang now conforms toFariborz Jahanian
2009-09-21Provide intermediate solution to handling assignments to structs via anTed Kremenek
2009-09-21Another code-completion TODODouglas Gregor
2009-09-21Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor
2009-09-21-fobjc-newgc-api is now the default.Fariborz Jahanian
2009-09-21When providing a code-completion suggestion for a hidden name, includeDouglas Gregor
2009-09-21Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor
2009-09-21Miscellanous fixes in generatation of objc gc's write-barriers.Fariborz Jahanian
2009-09-21Code completion for "case" statements within a switch on an expressionDouglas Gregor
2009-09-21Refactor and simplify the CodeCompleteConsumer, so that all of theDouglas Gregor
2009-09-21Add an XFAIL test which compiles differently from a .ast.Daniel Dunbar
2009-09-21Add missing PCH support for -fstack-protector.Daniel Dunbar
2009-09-21Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner
2009-09-21Switch ProcessASTInputFile to still use ParseAST.Daniel Dunbar
2009-09-21Change ASTUnit to only initialize the predefines buffer to the suggested pred...Daniel Dunbar
2009-09-21Change ASTUnit to take the Diagnostic as an argument, the client should have ...Daniel Dunbar
2009-09-21Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...Daniel Dunbar
2009-09-21Start mangling expressions.Anders Carlsson
2009-09-20Work around FileCheck -NOT restriction.Daniel Dunbar
2009-09-20Switch TestRunner.sh to just use 'lit'.Daniel Dunbar
2009-09-20Switch to using the new LLVM lit test runner by default.Daniel Dunbar
2009-09-20Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar
2009-09-20switch command line 'parse' methods to use StringRef for efficiency, whichChris Lattner
2009-09-19Ok, an AssertingVH definitely doesn't work for now because we free our cache ...Daniel Dunbar
2009-09-19Make clang stop relying on ConstantStruct::get's default value for isPackedNick Lewycky
2009-09-19Switch CGDebugInfo type cache to using an AssertingVH.Daniel Dunbar
2009-09-19Factor out CGDebugInfo::CreateTypeNode method.Daniel Dunbar
2009-09-19Simplify code with a StringRef.Benjamin Kramer
2009-09-18In C++ code completion, only suggest the "template" keyword after ".",Douglas Gregor