| Commit message (Expand) | Author | Age | Files | Lines |
| * | When looking up enumerator names for redeclaration, use the | Douglas Gregor | 2010-01-19 | 1 | -1/+2 |
| * | Add try/catch CFG support. Also improve throw CFG support. WIP. | Mike Stump | 2010-01-19 | 1 | -10/+100 |
| * | Emit human readable names for operators. | Devang Patel | 2010-01-19 | 1 | -4/+3 |
| * | First cut at emitting debugging information for C++ member functions. | Devang Patel | 2010-01-19 | 2 | -2/+77 |
| * | Fix possible memory leak by using an OwningPtr. | Ted Kremenek | 2010-01-19 | 1 | -5/+5 |
| * | Use llvm::Function name as the linkage name, but strip off leading '01' from ... | Devang Patel | 2010-01-19 | 1 | -0/+2 |
| * | Refactor. | Devang Patel | 2010-01-19 | 2 | -49/+62 |
| * | llvm::Function name is the linkage name. If it has a '01' as a prefix then pr... | Devang Patel | 2010-01-18 | 1 | -3/+0 |
| * | Allow conversion of pointer to an objective-c pointer to | Fariborz Jahanian | 2010-01-18 | 1 | -1/+11 |
| * | allow the HandlerComment callback to push tokens into the | Chris Lattner | 2010-01-18 | 3 | -18/+36 |
| * | simplify the code for skipping in a #if 0 block. The CurLexer | Chris Lattner | 2010-01-18 | 1 | -4/+1 |
| * | float, double, and long double do need extra data in the | Douglas Gregor | 2010-01-18 | 1 | -5/+3 |
| * | Preserve type source information in compound literal expressions. | John McCall | 2010-01-18 | 6 | -34/+49 |
| * | Print fix-it hints properly around tabs, from Christian Adåker! | Douglas Gregor | 2010-01-18 | 1 | -0/+36 |
| * | Remove ../libexec from clang program search path, clang-cc is dead. | Daniel Dunbar | 2010-01-18 | 1 | -24/+0 |
| * | Mostly renaming some methods and updating comments to | Fariborz Jahanian | 2010-01-18 | 2 | -31/+40 |
| * | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 6 | -3/+109 |
| * | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor | 2010-01-18 | 4 | -34/+74 |
| * | More VTT builder fixes. With these fixes we now correctly handle the very com... | Anders Carlsson | 2010-01-18 | 1 | -1/+20 |
| * | Add support for computing size in elements for symbolic regions obtained from | Zhongxing Xu | 2010-01-18 | 4 | -10/+36 |
| * | Move some common code into BuildVTT. | Anders Carlsson | 2010-01-18 | 1 | -6/+3 |
| * | Fix a bunch of VTT layout bugs, add simple tests for VTT layout. | Anders Carlsson | 2010-01-18 | 1 | -4/+17 |
| * | If the symbol has not been tracked, do not free it. This is possible when free | Zhongxing Xu | 2010-01-18 | 1 | -1/+6 |
| * | Minor VTT builder cleanup, no functionality change. | Anders Carlsson | 2010-01-17 | 1 | -14/+12 |
| * | Get the ctor vtable address points directly from the VTT builder. | Anders Carlsson | 2010-01-17 | 1 | -2/+12 |
| * | PR6055: fix FreeBSD c++ include path. patch by Roman Divacky | Nuno Lopes | 2010-01-17 | 1 | -1/+1 |
| * | Introduce a second queue of "local" pending implicit instantiation, | Douglas Gregor | 2010-01-16 | 3 | -10/+57 |
| * | Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast... | Sam Weinig | 2010-01-16 | 2 | -0/+95 |
| * | While determining when to parse inline member functions of a class, | Douglas Gregor | 2010-01-16 | 1 | -8/+28 |
| * | When we are instantiating a member function of a local class, be sure | Douglas Gregor | 2010-01-16 | 2 | -2/+19 |
| * | Fix a rewriting crash and correct rewriting of __block | Fariborz Jahanian | 2010-01-16 | 1 | -7/+18 |
| * | Partial fix for PR6022, where we were complaining when a friend | Douglas Gregor | 2010-01-16 | 1 | -1/+2 |
| * | Improve location information for Objective-C category declarations. We | Douglas Gregor | 2010-01-16 | 4 | -7/+13 |
| * | Keep track of the source locations for each protocol reference in | Douglas Gregor | 2010-01-16 | 8 | -20/+96 |
| * | Fix a use of uninitialized memory in overload diagnostics. | John McCall | 2010-01-16 | 1 | -1/+4 |
| * | Add codgen for BI__builtin_llvm_memory_barrier. | Tanya Lattner | 2010-01-16 | 1 | -0/+12 |
| * | Fix crash generating debug info for constructor for anonymous struct. | Eli Friedman | 2010-01-16 | 1 | -1/+1 |
| * | Make the AST explicitly represent the cast of the first operand of a | Eli Friedman | 2010-01-16 | 1 | -3/+5 |
| * | Generalize handling for unreachable code warnings to all binary operators. | Mike Stump | 2010-01-15 | 1 | -16/+13 |
| * | Candidates with arity mismatches are extra-special non-viable and need to | John McCall | 2010-01-15 | 1 | -16/+32 |
| * | Refine location reporting for unreachable code warnings for comma expressions. | Mike Stump | 2010-01-15 | 1 | -12/+45 |
| * | define __weak to null in rewritten source for | Fariborz Jahanian | 2010-01-15 | 1 | -0/+1 |
| * | Make LookupResult::resolveKind() robust against NotFoundInCurrentInstantiation. | John McCall | 2010-01-15 | 1 | -1/+1 |
| * | Fix a couple bugs in copy assignment operator synthesis. | Eli Friedman | 2010-01-15 | 1 | -12/+12 |
| * | Add -cursor-at=file:line:column command line option to c-index-test, | Douglas Gregor | 2010-01-15 | 1 | -1/+1 |
| * | Preserve type source information for C++ named casts through template | John McCall | 2010-01-15 | 3 | -23/+39 |
| * | Don't lose type source information when rebuilding C-style cast expressions. | John McCall | 2010-01-15 | 3 | -13/+25 |
| * | Preserve type source information in explicit cast expressions. | John McCall | 2010-01-15 | 7 | -143/+136 |
| * | Do not do the block-specific rewrite when there is no block literals. | Fariborz Jahanian | 2010-01-15 | 1 | -1/+1 |
| * | When determining whether a DeclRefExpr is value-dependent when it | Douglas Gregor | 2010-01-15 | 1 | -4/+6 |