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