llvm-project/clang/lib
Douglas Gregor 95887f9c5b Introduce a new code-completion point prior to an identifier in the
selector of an Objective-C method declaration, e.g., given

  - (int)first:(int)x second:(int)y;

this code completion point triggers at the location of "second". It
will provide completions that fill out the method declaration for any
known method, anywhere in the translation unit.

llvm-svn: 107929
2010-07-08 23:20:03 +00:00
..
AST When performing substitution of template arguments within the body of 2010-07-08 18:37:38 +00:00
Analysis Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
Basic add driver support for minix, patch by Kees van Reeuwijk 2010-07-07 16:01:42 +00:00
Checker Reinstate the fix for PR7556. A silly use of isTrivial() was 2010-07-08 06:14:04 +00:00
CodeGen Handle forward declarations properly in debug info. 2010-07-08 19:56:29 +00:00
Driver add driver support for minix, patch by Kees van Reeuwijk 2010-07-07 16:01:42 +00:00
Frontend Some preparatory work for chained PCH. No functionality change. 2010-07-08 22:01:51 +00:00
Headers PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue was an oversight 2010-07-08 20:09:45 +00:00
Index Collect function definitions in the Indexer when indexing through the ASTs. 2010-07-06 05:55:13 +00:00
Lex fix PR4499, patch by Kyle Dean! 2010-07-07 23:24:27 +00:00
Parse Introduce a new code-completion point prior to an identifier in the 2010-07-08 23:20:03 +00:00
Rewrite Remove Decl::getCompoundBody(). 2010-07-07 11:31:34 +00:00
Sema Introduce a new code-completion point prior to an identifier in the 2010-07-08 23:20:03 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00