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