| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Also handle CXXConstructor, CXXDestructor and CXXConversion in CFG | Mike Stump | 2010-01-20 | 1 | -2/+4 |
* | Use the llvm coding convention for indentation for switch. | Mike Stump | 2010-01-20 | 9 | -148/+148 |
* | Patch to implement required warnings for unimplemented | Fariborz Jahanian | 2010-01-20 | 2 | -41/+82 |
* | Wire up the EH context for the catch clauses to the outer EH context. WIP. | Mike Stump | 2010-01-20 | 1 | -9/+9 |
* | Add an exceptional edge from the try terminated block to the outer EH | Mike Stump | 2010-01-20 | 1 | -2/+16 |
* | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 10 | -74/+72 |
* | Improve CheckFallThrough analysis in the presense of the new C++ EH | Mike Stump | 2010-01-20 | 1 | -1/+10 |
* | add support for Fedora 10 x86_64, there really should be a better way to hand... | Chris Lattner | 2010-01-19 | 1 | -0/+4 |
* | Implement goto inside of blocks. | Mike Stump | 2010-01-19 | 2 | -4/+20 |
* | Update and move around comments. | Eric Christopher | 2010-01-19 | 1 | -1/+4 |
* | The type of a compound literal expression is not necessarily the same as the | John McCall | 2010-01-19 | 3 | -6/+10 |
* | Add CFG support for the start and end of scopes and infrastructure for | Mike Stump | 2010-01-19 | 1 | -18/+76 |
* | Rewriteing of gnu extension __typeof in objective-c rewriter. | Fariborz Jahanian | 2010-01-19 | 1 | -1/+13 |
* | Don't try to build/install/clean compiler-rt stuff if it isn't in the project... | Daniel Dunbar | 2010-01-19 | 1 | -2/+2 |
* | Initial cut at integrating compiler-rt (on Darwin) w/ clang build. | Daniel Dunbar | 2010-01-19 | 2 | -2/+101 |
* | Tighten code and rework indentation of some if() branches (for readability). ... | Ted Kremenek | 2010-01-19 | 1 | -16/+15 |
* | Remove extra space in uses of 'assert()'. | Ted Kremenek | 2010-01-19 | 1 | -7/+7 |
* | Re-alphabetize cases in switch statement. | Ted Kremenek | 2010-01-19 | 1 | -9/+9 |
* | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor | 2010-01-19 | 1 | -2/+2 |
* | Issue diagnostics (instead of crashing in code gen) when using | Fariborz Jahanian | 2010-01-19 | 1 | -8/+2 |
* | Avoid an instantiation of std::sort. | Benjamin Kramer | 2010-01-19 | 1 | -14/+10 |
* | Teach Sema::ActOnDependentTemplateName that a dependent template name | Douglas Gregor | 2010-01-19 | 3 | -28/+9 |
* | Fix a serious bug: Tmp3 is the wrong destination set. We should create a new | Zhongxing Xu | 2010-01-19 | 1 | -6/+6 |
* | In a mem-initializer, a nested-name-specifier followed by an | Douglas Gregor | 2010-01-19 | 1 | -8/+25 |
* | 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 |