| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a typo pointed about by gabor. | Chandler Carruth | 2010-01-20 | 1 | -1/+1 |
* | Move the MacroBuilder utilitiy to its own header. Update references. | Chandler Carruth | 2010-01-20 | 4 | -24/+49 |
* | Fix an invalid Twine use spotty by abbeyj, it isn't safe to use Twine | Daniel Dunbar | 2010-01-20 | 1 | -1/+4 |
* | Actually remove the include that r93974 made unnecessary. | Chandler Carruth | 2010-01-20 | 1 | -1/+0 |
* | Fix a layering issue between Basic and FE by moving a utility class into Basic. | Chandler Carruth | 2010-01-20 | 2 | -24/+24 |
* | Add a missing case for DeclContext printer. | Zhongxing Xu | 2010-01-20 | 1 | -0/+5 |
* | Driver: Lift clang resource directory computation to the Driver object. | Daniel Dunbar | 2010-01-20 | 3 | -9/+12 |
* | clang/Darwin: Update for rename of 10.4 static runtime library. | Daniel Dunbar | 2010-01-20 | 1 | -1/+1 |
* | 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 | 4 | -41/+103 |
* | Make UnresolvedSet.h standalone. | John McCall | 2010-01-20 | 1 | -0/+2 |
* | 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 |
* | Attempt to improve CIndex Doxygen organization, although I can't actually tes... | Douglas Gregor | 2010-01-20 | 1 | -9/+18 |
* | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 15 | -115/+449 |
* | Remove some #if 0'd code that's never going to get used. | Douglas Gregor | 2010-01-20 | 1 | -61/+0 |
* | Improve CheckFallThrough analysis in the presense of the new C++ EH | Mike Stump | 2010-01-20 | 1 | -1/+10 |
* | Kill off clang_getDeclColumn, clang_getDeclExtent, clang_getDeclLine, | Douglas Gregor | 2010-01-20 | 3 | -59/+0 |
* | Introduce a special cursor kind for the translation unit, to serve as | Douglas Gregor | 2010-01-20 | 4 | -2/+38 |
* | CXCursor_UnexposedDecl to the first declaration kind | Douglas Gregor | 2010-01-20 | 1 | -12/+12 |
* | add support for Fedora 10 x86_64, there really should be a better way to hand... | Chris Lattner | 2010-01-19 | 1 | -0/+4 |
* | Kill CXCursor_ObjCSelectorRef, CXCursor_VarRef, CXCursor_FunctionRef, | Douglas Gregor | 2010-01-19 | 3 | -54/+1 |
* | Extend the CIndex API with direct support for expressions and | Douglas Gregor | 2010-01-19 | 9 | -210/+436 |
* | Implement goto inside of blocks. | Mike Stump | 2010-01-19 | 6 | -15/+28 |
* | 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 | 5 | -8/+18 |
* | Kill the unused and unnecessary CXCursor_MemberRef, twin to the | Douglas Gregor | 2010-01-19 | 3 | -12/+6 |
* | Kill CXCursor_ObjCIvarRef. Such cursors could never be created, and | Douglas Gregor | 2010-01-19 | 3 | -6/+0 |
* | Introduce the notion of an "unexposed" declaration into the CIndex | Douglas Gregor | 2010-01-19 | 5 | -7/+46 |
* | Add CFG support for the start and end of scopes and infrastructure for | Mike Stump | 2010-01-19 | 2 | -20/+109 |
* | Rewriteing of gnu extension __typeof in objective-c rewriter. | Fariborz Jahanian | 2010-01-19 | 2 | -1/+33 |
* | Rework the CXSourceLocation and CXSourceRange APIs. They are now | Douglas Gregor | 2010-01-19 | 4 | -41/+185 |
* | 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 | 11 | -94/+347 |
* | objective-c test case for __attribute__((unused)) on method arguments. | Fariborz Jahanian | 2010-01-19 | 1 | -0/+15 |
* | Issue diagnostics (instead of crashing in code gen) when using | Fariborz Jahanian | 2010-01-19 | 2 | -9/+16 |
* | 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 | 4 | -28/+37 |
* | Add test case. | Zhongxing Xu | 2010-01-19 | 1 | -0/+26 |
* | Fix a serious bug: Tmp3 is the wrong destination set. We should create a new | Zhongxing Xu | 2010-01-19 | 2 | -6/+11 |
* | Another test case for PR6062 | Douglas Gregor | 2010-01-19 | 1 | -0/+5 |
* | In a mem-initializer, a nested-name-specifier followed by an | Douglas Gregor | 2010-01-19 | 2 | -8/+43 |
* | When looking up enumerator names for redeclaration, use the | Douglas Gregor | 2010-01-19 | 2 | -1/+13 |
* | Update Xcode project. | Anders Carlsson | 2010-01-19 | 1 | -8/+36 |
* | Add try/catch CFG support. Also improve throw CFG support. WIP. | Mike Stump | 2010-01-19 | 1 | -10/+100 |