llvm-project/clang/lib
Alex Lorenz 8a7a4cfa43 [Completion] Code complete the members for a dependent type after a '::'
This commit is a follow up to r302797 which added support for dependent
completions after the '.' and '->' operators. This commit adds support for
dependent completions after the '::' operator.

Differential Revision: https://reviews.llvm.org/D34173

llvm-svn: 305511
2017-06-15 21:40:54 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [coroutines] Allow co_await and co_yield expressions that return an lvalue to compile 2017-06-15 19:43:36 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:51 +00:00
Basic Revert "Define _GNU_SOURCE for rtems c++" 2017-06-15 09:17:12 +00:00
CodeGen [coroutines] Remove pass-through operator co_await; Replace it with the input expression 2017-06-15 20:00:54 +00:00
Driver Revert r305164/5/7. 2017-06-12 08:08:18 +00:00
Edit [clang] Fix format specifiers fixits 2017-06-08 21:44:45 +00:00
Format clang-format: Add CompactNamespaces option 2017-06-14 12:29:47 +00:00
Frontend Handle -ast-dump-all when passed as the only option. 2017-06-15 00:00:08 +00:00
FrontendTool Add -frewrite-imports flag. 2017-06-09 21:24:02 +00:00
Headers [DOXYGEN] Corrected several typos and incorrect parameters description that Sony's techinical writer found during review. 2017-06-06 22:58:01 +00:00
Index [index] Record C++17 global binding declarations 2017-06-15 21:19:01 +00:00
Lex [Preprocessor]Correct Macro-Arg allocation of StringifiedArguments, 2017-06-14 23:09:01 +00:00
Parse PR33318: Add missing full-expression checking to static_assert expression. 2017-06-06 01:34:24 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema [Completion] Code complete the members for a dependent type after a '::' 2017-06-15 21:40:54 +00:00
Serialization Revert "Load lazily the template specialization in multi-module setups." 2017-06-15 11:05:32 +00:00
StaticAnalyzer [analyzer] Fix a crash when an ObjC object is constructed in AllocaRegion. 2017-06-12 17:59:50 +00:00
Tooling Method loadFromCommandLine should be able to report errors 2017-05-24 11:57:37 +00:00
CMakeLists.txt