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