hanchenye-llvm-project/clang/lib/Parse
Douglas Gregor c49f5b2f11 Introduce a new code-completion point when we're parsing a
declarator. Here, we can only see a few things (e.g., cvr-qualifiers,
nested name specifiers) and we do not want to provide other non-macro
completions. Previously, we would end up in recovery mode and would
provide a large number of non-relevant completions.

llvm-svn: 111818
2010-08-23 18:23:48 +00:00
..
CMakeLists.txt Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Push DeclGroupRefs and TemplateNames in an opaque but type-safe way 2010-08-23 07:28:44 +00:00
ParseCXXInlineMethods.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
ParseDecl.cpp Introduce a new code-completion point when we're parsing a 2010-08-23 18:23:48 +00:00
ParseDeclCXX.cpp Push DeclGroupRefs and TemplateNames in an opaque but type-safe way 2010-08-23 07:28:44 +00:00
ParseExpr.cpp Sundry incremental steps towards killing off Action. 2010-08-23 06:44:23 +00:00
ParseExprCXX.cpp Push DeclGroupRefs and TemplateNames in an opaque but type-safe way 2010-08-23 07:28:44 +00:00
ParseInit.cpp Sundry incremental steps towards killing off Action. 2010-08-23 06:44:23 +00:00
ParseObjc.cpp Introduce a new code-completion point when we're parsing a 2010-08-23 18:23:48 +00:00
ParsePragma.cpp Sundry incremental steps towards killing off Action. 2010-08-23 06:44:23 +00:00
ParsePragma.h Implement #pragma GCC visibility. 2010-08-05 06:57:20 +00:00
ParseStmt.cpp Sundry incremental steps towards killing off Action. 2010-08-23 06:44:23 +00:00
ParseTemplate.cpp Push DeclGroupRefs and TemplateNames in an opaque but type-safe way 2010-08-23 07:28:44 +00:00
ParseTentative.cpp Another step in the process of making the parser depend on Sema: 2010-08-20 18:27:03 +00:00
Parser.cpp DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
RAIIObjectsForParser.h Make sure parens/braces/brackets are correctly balanced. 2010-06-17 10:52:18 +00:00