| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch to implement template types in ctor-initializer list. | Fariborz Jahanian | 2009-07-01 | 3 | -8/+22 |
| * | Driver: Improve diagnostics for failed commands. | Daniel Dunbar | 2009-07-01 | 1 | -6/+37 |
| * | Driver: Add Source argument for Commands to hold the Action which caused a | Daniel Dunbar | 2009-07-01 | 2 | -16/+18 |
| * | Add header search path for Gentoo stable, x86_64 version. | Sebastian Redl | 2009-07-01 | 1 | -0/+8 |
| * | Update for LLVMContext+Module change. | Owen Anderson | 2009-07-01 | 2 | -8/+13 |
| * | Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. | Douglas Gregor | 2009-07-01 | 1 | -5/+5 |
| * | Rework Sema::CheckConditionalOperands(). No functionality change. | Steve Naroff | 2009-07-01 | 2 | -98/+136 |
| * | Implement Eli's feedback for vecto constant expressions; | Nate Begeman | 2009-07-01 | 1 | -5/+52 |
| * | use new and simplified LLVM APIs. Patch by Jay Foad! | Chris Lattner | 2009-07-01 | 2 | -6/+3 |
| * | Fix for PR4192: fix the definition of int64_t on x86_64 Linux. | Eli Friedman | 2009-07-01 | 3 | -3/+17 |
| * | add fixme. | Zhongxing Xu | 2009-07-01 | 2 | -0/+3 |
| * | Cope with explicitly-specified function template arguments when there | Douglas Gregor | 2009-07-01 | 5 | -12/+39 |
| * | When explicit template arguments are provided for a function call, | Douglas Gregor | 2009-06-30 | 4 | -27/+167 |
| * | Patch to support optional nested-name-specifier in in ctor-initializer | Fariborz Jahanian | 2009-06-30 | 3 | -18/+23 |
| * | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor | 2009-06-30 | 8 | -16/+191 |
| * | Update old CastRegion logic to not assume that ElementRegion's super region is a | Ted Kremenek | 2009-06-30 | 1 | -3/+3 |
| * | Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in ParseDeclaratio... | Ted Kremenek | 2009-06-30 | 1 | -4/+4 |
| * | Diagnose multiple initialization of anonymous union | Fariborz Jahanian | 2009-06-30 | 1 | -1/+8 |
| * | Combine two conditional branches into one. No functionality change. | Ted Kremenek | 2009-06-30 | 1 | -8/+4 |
| * | More diagnostics related to initialization of direct bases | Fariborz Jahanian | 2009-06-30 | 1 | -0/+9 |
| * | When recursively instantiating function templates, keep track of the | Douglas Gregor | 2009-06-30 | 3 | -8/+34 |
| * | Reapply r74532, and inherit from OSTargetInfo instead of from Target. | Torok Edwin | 2009-06-30 | 1 | -353/+183 |
| * | Revert 74532 till I figure out why it breaks a bunch of tests. | Torok Edwin | 2009-06-30 | 1 | -183/+353 |
| * | Compute ending of iterator in for-loop once. | Fariborz Jahanian | 2009-06-30 | 1 | -16/+12 |
| * | Use templates instead of creating a new class for each OS/Target combination. | Torok Edwin | 2009-06-30 | 1 | -353/+183 |
| * | Refactor ActOnDeclarationNameExpr into a "parsing action" part and a | Douglas Gregor | 2009-06-30 | 4 | -54/+72 |
| * | Instead of r74522, use another approach to fix xfail_regionstore_wine_crash.c. | Zhongxing Xu | 2009-06-30 | 2 | -3/+11 |
| * | When retrieving element region, if its super region has binding, return | Zhongxing Xu | 2009-06-30 | 1 | -5/+24 |
| * | Block level expr should be visited. Otherwise variables in init expr of | Zhongxing Xu | 2009-06-30 | 1 | -1/+3 |
| * | add utility method. | Zhongxing Xu | 2009-06-30 | 1 | -0/+7 |
| * | remove dead code. | Zhongxing Xu | 2009-06-30 | 2 | -5/+0 |
| * | We do not require the super region of element region be typed. So do not | Zhongxing Xu | 2009-06-30 | 1 | -3/+2 |
| * | Implement PR4175, catching some questionable comparisons. Patch by | Chris Lattner | 2009-06-30 | 1 | -2/+19 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 43 | -569/+475 |
| * | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 22 | -42/+40 |
| * | Remove the ASTContext parameter from the printing related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 4 | -22/+18 |
| * | Decl::getTranslationUnitDecl() should return itself when the Decl is a Transl... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -0/+3 |
| * | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 31 | -217/+209 |
| * | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 18 | -66/+91 |
| * | Take care of Chris's comments. | Fariborz Jahanian | 2009-06-30 | 1 | -14/+15 |
| * | Make an error message more clear. | Anders Carlsson | 2009-06-30 | 1 | -1/+1 |
| * | A more detailed diagnosis of ill-formed ctor-initializer | Fariborz Jahanian | 2009-06-30 | 2 | -12/+21 |
| * | Use true/false instead of 1/0. | Daniel Dunbar | 2009-06-29 | 1 | -4/+4 |
| * | Improvements to decltype. We now don't crash anymore when the expr is an over... | Anders Carlsson | 2009-06-29 | 3 | -3/+23 |
| * | Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD. | Daniel Dunbar | 2009-06-29 | 1 | -1/+0 |
| * | Improve code generation for function template specializations: | Douglas Gregor | 2009-06-29 | 4 | -8/+66 |
| * | Diagnose multiple initialzation of data-member/base | Fariborz Jahanian | 2009-06-29 | 1 | -0/+18 |
| * | Remove some dead code | Anders Carlsson | 2009-06-29 | 1 | -3/+0 |
| * | Keep track of function template specializations, to eliminate | Douglas Gregor | 2009-06-29 | 6 | -17/+93 |
| * | OpenBSD support. | Daniel Dunbar | 2009-06-29 | 7 | -0/+288 |