forked from OSchip/llvm-project
parent
947420d6ad
commit
6de8201a63
|
@ -995,7 +995,7 @@ struct DeclaratorChunk {
|
||||||
/// stack, not objects that are allocated in large quantities on the heap.
|
/// stack, not objects that are allocated in large quantities on the heap.
|
||||||
class Declarator {
|
class Declarator {
|
||||||
public:
|
public:
|
||||||
enum TheContext {
|
enum TheContext {
|
||||||
FileContext, // File scope declaration.
|
FileContext, // File scope declaration.
|
||||||
PrototypeContext, // Within a function prototype.
|
PrototypeContext, // Within a function prototype.
|
||||||
KNRTypeListContext, // K&R type definition list for formals.
|
KNRTypeListContext, // K&R type definition list for formals.
|
||||||
|
|
Loading…
Reference in New Issue