summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support for IRGen of synthesize bitfield ivars inFariborz Jahanian2010-08-231-2/+6
* Push DeclGroupRefs and TemplateNames in an opaque but type-safe wayJohn McCall2010-08-231-2/+1
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-2/+2
* DeclPtrTy -> Decl *John McCall2010-08-211-116/+103
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-2/+2
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-30/+50
* Emit an error if an array is too large. We're slightly more strictDouglas Gregor2010-08-181-12/+39
* StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar2010-08-171-1/+1
* A field of incomplete type is sufficiently disruptive that we should markJohn McCall2010-08-161-1/+4
* Emit diagnostic error when the field of an anonymous struct is non trivial.Argyrios Kyrtzidis2010-08-161-21/+42
* Don't warn for the common pattern of disallowing copying:Argyrios Kyrtzidis2010-08-151-12/+30
* Commit improved version of 111026 & 111027.Argyrios Kyrtzidis2010-08-151-18/+65
* Revert 111026 & 111027, build breakage.Argyrios Kyrtzidis2010-08-131-46/+18
* The unused warnings extravaganza continues. Warn for:Argyrios Kyrtzidis2010-08-131-5/+19
* Expand the unused warnings for functions. Warn for:Argyrios Kyrtzidis2010-08-131-18/+32
* Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin...Argyrios Kyrtzidis2010-08-131-12/+24
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-3/+3
* Fix a crash on invalid when declaring an implicit member of a class with anJohn McCall2010-08-121-1/+7
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-76/+112
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-0/+39
* Fix redefinition of typedefs of fixable variably-modified array types; shouldEli Friedman2010-08-101-8/+10
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-39/+0
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-5/+5
* Make sure that we diagnose attribute((overloadable)) functions withoutDouglas Gregor2010-08-061-19/+15
* Template keyword should not be ignored building a QualifiedTemplateName.Abramo Bagnara2010-08-061-1/+2
* Diagnose the use of "inline" on block-scope function declarations inDouglas Gregor2010-08-061-0/+11
* Properly pop out of Objective-C method declarations when they are (ill-formedly)John McCall2010-08-061-1/+3
* Implement #pragma GCC visibility.Eli Friedman2010-08-051-0/+15
* Only look up an 'operator delete' on the definition of a destructor, not onJohn McCall2010-08-041-7/+5
* Further adjustments to -Wglobal-constructors; works for references and directJohn McCall2010-08-021-4/+7
* Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis2010-08-021-3/+3
* Kill off RequiresGlobalConstructor in favor of isConstantInitializer.John McCall2010-08-011-53/+2
* Make a first pass at implementing -Wglobal-constructors. I'm worried that thisJohn McCall2010-08-011-1/+64
* Fix indentation.John McCall2010-08-011-9/+9
* Don't consider all local variables in C++ to mandate scope-checking, justJohn McCall2010-08-011-2/+10
* Only run the jump-checker if there's a branch-protected scope *and* there'sJohn McCall2010-08-011-6/+2
* Fixed typedef inside extern "C".Abramo Bagnara2010-07-301-29/+9
* Allow a looser form of compatibility checking (which ignoresDouglas Gregor2010-07-291-3/+5
* Don't set out-of-line template specialization/definition informationDouglas Gregor2010-07-281-2/+2
* Fix namespace polution.Dan Gohman2010-07-261-0/+3
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-4/+1
* Be careful; even though we had a proper name at the beginning ofDouglas Gregor2010-07-241-1/+1
* We never want to pop the translation unit DC, so assert if this happens.John McCall2010-07-231-0/+1
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-1/+1
* Revert Microsoft-specific override of the "typedef requires a name"Douglas Gregor2010-07-161-4/+3
* Suppress the "typedef requires a name" warning in Microsoft-extensions modeDouglas Gregor2010-07-161-2/+3
* Treat template parameters as part of the declaration-specifiers for theJohn McCall2010-07-161-1/+1
* Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG.Chandler Carruth2010-07-161-5/+5
* Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek2010-07-161-0/+6
* When there are extra or missing template parameter lists in a templateDouglas Gregor2010-07-141-5/+19
OpenPOWER on IntegriCloud