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.
|
||||
class Declarator {
|
||||
public:
|
||||
enum TheContext {
|
||||
enum TheContext {
|
||||
FileContext, // File scope declaration.
|
||||
PrototypeContext, // Within a function prototype.
|
||||
KNRTypeListContext, // K&R type definition list for formals.
|
||||
|
|
Loading…
Reference in New Issue