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