| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Still more Doxygen documentation fixes: | James Dennett | 2012-06-14 | 1 | -3/+0 |
* | This makes SemaCodeComplete.cpp more Doxygen-friendly by changing the | James Dennett | 2012-06-14 | 1 | -30/+31 |
* | When code completion walks the members of a protocol or interface, | Douglas Gregor | 2012-06-12 | 1 | -13/+45 |
* | Convert comments to proper Doxygen comments. | Dmitri Gribenko | 2012-06-08 | 1 | -3/+3 |
* | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -12/+12 |
* | Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa... | Argyrios Kyrtzidis | 2012-05-05 | 1 | -1/+1 |
* | clang_getCursorLexicalParent should return a translation unit cursor for decl... | Douglas Gregor | 2012-04-30 | 1 | -0/+1 |
* | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -16/+16 |
* | Include the Objective-C parameter- and return-passing qualifiers when | Douglas Gregor | 2012-04-10 | 1 | -5/+15 |
* | Don't include the ':' following code-completion suggestions for | Douglas Gregor | 2012-04-10 | 1 | -3/+6 |
* | [code-complete] Introduce CodeCompletionTUInfo which will be used for caching | Argyrios Kyrtzidis | 2012-04-10 | 1 | -37/+114 |
* | Remove more redundant lookups. Add a new "all_lookups_iterator" which provides | Nick Lewycky | 2012-04-03 | 1 | -9/+1 |
* | Introduce a new libclang API to determine the parent context of a code | Douglas Gregor | 2012-03-27 | 1 | -34/+22 |
* | Move CodeCompletionBuilder's chunk adding methods out of line. | Benjamin Kramer | 2012-03-26 | 1 | -38/+31 |
* | [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter... | Argyrios Kyrtzidis | 2012-03-13 | 1 | -3/+2 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -71/+71 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+20 |
* | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles | 2012-02-25 | 1 | -19/+17 |
* | If code completion patterns are not enabled, use simpler else/else if | Douglas Gregor | 2012-02-16 | 1 | -12/+16 |
* | Implement code completion support for lambda capture lists. | Douglas Gregor | 2012-02-15 | 1 | -13/+92 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | When providing code completions for a switch over a scoped enumeration | Douglas Gregor | 2012-02-01 | 1 | -4/+1 |
* | SmallBitVectorize the deduced parameter set. | Benjamin Kramer | 2012-01-30 | 1 | -1/+2 |
* | Implement code completion support for module import declarations, e.g., | Douglas Gregor | 2012-01-29 | 1 | -0/+52 |
* | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -1/+3 |
* | [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" | Argyrios Kyrtzidis | 2012-01-24 | 1 | -13/+2 |
* | Handle pseudo-object expressions (and any other placeholder | Douglas Gregor | 2012-01-23 | 1 | -3/+7 |
* | Fix the code completion string for variadic macros with more than one | Douglas Gregor | 2012-01-21 | 1 | -32/+21 |
* | Remove dead comments as per Chandler's feedback to r148292 | David Blaikie | 2012-01-17 | 1 | -2/+0 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -11/+8 |
* | Introduce a CodeCompletionResult::CreateCodeCompletionString() that | Argyrios Kyrtzidis | 2012-01-17 | 1 | -20/+31 |
* | More lambda work: semantic analysis of capturing 'this'. It's a bit complica... | Eli Friedman | 2012-01-07 | 1 | -1/+1 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -15/+6 |
* | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -17/+22 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -11/+8 |
* | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -2/+2 |
* | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -1/+4 |
* | Introduce proper spacing after the Objective-C parameter qualifiers | Douglas Gregor | 2011-11-09 | 1 | -11/+6 |
* | Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather t... | Douglas Gregor | 2011-11-03 | 1 | -5/+3 |
* | Add a printing policy flag to suppress printing "<anonymous>::" prior | Douglas Gregor | 2011-11-03 | 1 | -0/+1 |
* | Provide result types for code completions that describe built-in | Douglas Gregor | 2011-10-18 | 1 | -50/+88 |
* | Add code completions for C++0x expressions | Douglas Gregor | 2011-10-18 | 1 | -1/+28 |
* | Don't format the code completion for parameters of block literal | Douglas Gregor | 2011-10-18 | 1 | -24/+46 |
* | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen | 2011-10-14 | 1 | -0/+6 |
* | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen | 2011-10-06 | 1 | -2/+10 |
* | [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p... | Argyrios Kyrtzidis | 2011-09-30 | 1 | -0/+1 |
* | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor | 2011-09-27 | 1 | -45/+56 |
* | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor | 2011-09-27 | 1 | -26/+18 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |