llvm-project/clang/lib
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
..
AST Add a virtual destructor to the base of another class hierarchy with virtual 2010-08-23 08:37:21 +00:00
Analysis Detabify. 2010-08-22 01:00:03 +00:00
Basic Detabify. 2010-08-22 01:00:03 +00:00
Checker Adjust code placement. 2010-08-23 01:37:32 +00:00
CodeGen Emit an error noting that Clang does not support code generation for 2010-08-23 14:50:27 +00:00
Driver Add two new enumerations to the unsupported list for Windows so that all cases 2010-08-22 06:56:37 +00:00
Frontend Introduce a new code-completion point when we're parsing a 2010-08-23 18:23:48 +00:00
Headers Add x86intrin.h which is generic x86 intrinsics for more than just Intel. Thus 2010-08-22 20:38:05 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Detabify. 2010-08-22 01:00:03 +00:00
Parse Introduce a new code-completion point when we're parsing a 2010-08-23 18:23:48 +00:00
Rewrite Fix crasher with IgnoringDiagClient 2010-08-18 23:03:13 +00:00
Sema Introduce a new code-completion point when we're parsing a 2010-08-23 18:23:48 +00:00
Serialization DeclPtrTy -> Decl * 2010-08-21 09:40:31 +00:00
CMakeLists.txt Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00