Age | Commit message (Expand) | Author |
2010-09-04 | revert this, it isn't safe. | Chris Lattner |
2010-09-04 | tidy up | Chris Lattner |
2010-09-04 | revise r112365 to fix the actual problem: the isa<TagType>(Underlying) | Chris Lattner |
2010-09-04 | Casting of a property reference to 'void' did not | Fariborz Jahanian |
2010-09-04 | zap more dead code. | Chris Lattner |
2010-09-04 | zap dead code. | Chris Lattner |
2010-09-04 | Petty optimization. | John McCall |
2010-09-03 | fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan... | Zhanyong Wan |
2010-09-03 | Synchronize code-completion cursor kinds with indexing cursor | Douglas Gregor |
2010-09-03 | Truncate block variable of bool type to i1 when its | Fariborz Jahanian |
2010-09-03 | Fix PR7402 when it strikes via template instantiation. | Chandler Carruth |
2010-09-03 | It's OK for classes to have flexible array elements (but not unions). | Anders Carlsson |
2010-09-03 | Cope with llvm's reference to bool type of 'i1' vs. clang's | Fariborz Jahanian |
2010-09-03 | Allow anonymous and local types. The support was already in place for these, | Chandler Carruth |
2010-09-03 | A constant initializer never matches the type of the variable it's | John McCall |
2010-09-03 | Use std::string instead of llvm::StringRef to avoid dangling ref. | Fariborz Jahanian |
2010-09-03 | Use getSpelling to get original text of the | Fariborz Jahanian |
2010-09-03 | Add missing #include | Douglas Gregor |
2010-09-03 | fix a hard coded version number, PR8031. Patch by 'nobled'. | Chris Lattner |
2010-09-03 | fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! | Chris Lattner |
2010-09-03 | Simplify code-completion result sorting a bit | Douglas Gregor |
2010-09-03 | First test commit by Francois Pichet. _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES i... | Francois Pichet |
2010-09-03 | Add a quick-and-dirty hack to give a better diagnostic for [class.protected] | John McCall |
2010-09-03 | "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment | Chris Lattner |
2010-09-03 | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall |
2010-09-03 | IRgen: Fix silly thinko in r112021, which was generating code for the same expr | Daniel Dunbar |
2010-09-03 | Add symantic support for the Pascal calling convention via | Dawn Perchik |
2010-09-03 | Translate NEON vabdl, vaba, and vabal builtins to be implemented using the | Bob Wilson |
2010-09-03 | Re-commit r112916 with an additional fix for the self-host failures. | John McCall |
2010-09-03 | Patch to allow alternative representation of c++ | Fariborz Jahanian |
2010-09-03 | Static local variables don't result in global constructors being emitted. | Anders Carlsson |
2010-09-03 | Support pointer arithmetic in SimpleSValuator involving direct constants. | Ted Kremenek |
2010-09-03 | Remove bogus assertions. | Ted Kremenek |
2010-09-03 | Add optional record of "location" SVals in the environment. When we analyzin... | Ted Kremenek |
2010-09-03 | Add GRState::getSimplifiedSVal(), which provides an API hook for doing symbol... | Ted Kremenek |
2010-09-03 | Remove now unused function. | Anders Carlsson |
2010-09-03 | Revert r112916, it's breaking selfhost pretty badly. | John McCall |
2010-09-03 | Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some pro... | Daniel Dunbar |
2010-09-03 | Get rid of the "functions declared 'noreturn' should have a 'void' result typ... | Anders Carlsson |
2010-09-03 | It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfo | John McCall |
2010-09-02 | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik |
2010-09-02 | IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy | Daniel Dunbar |
2010-09-02 | IRgen: Move CGBitFieldInfo strategy computation helpers to static member | Daniel Dunbar |
2010-09-02 | Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc... | Tom Care |
2010-09-02 | Fix a few more ConvertTypes that should be ConvertTypeForMems, fixing | Douglas Gregor |
2010-09-02 | Implement __has_virtual_destructor. Patch by Steven Watanabe. | Sebastian Redl |
2010-09-02 | Add a bunch of missing bitcasts for clang NEON builtin expansions. | Bob Wilson |
2010-09-02 | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor |
2010-09-02 | Reverting 112850 and 112839 due to test failures on some systems | Tom Care |
2010-09-02 | Fixed broken build with GCC | Tom Care |