| Commit message (Expand) | Author | Age | Files | Lines |
* | When code completing in a statement, parenthesized expression, or | Douglas Gregor | 2013-01-31 | 1 | -1/+9 |
* | Allow the computation of the base priority for a declaration code completion ... | Douglas Gregor | 2013-01-31 | 1 | -19/+65 |
* | Add "instancetype" as a code completion result for the return type of | Douglas Gregor | 2013-01-30 | 1 | -0/+5 |
* | The instance methods of the root class of an Objective-C hieararchy | Douglas Gregor | 2013-01-30 | 1 | -2/+6 |
* | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko | 2013-01-23 | 1 | -116/+125 |
* | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -27/+48 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
* | Constify parameter of clang::getCursorKindForDecl | Dmitri Gribenko | 2013-01-11 | 1 | -2/+2 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -5/+5 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -19/+19 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -19/+19 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -3/+4 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -6/+6 |
* | From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. | Axel Naumann | 2012-10-18 | 1 | -3/+3 |
* | If a macro has been #undef'd in a precompiled header, we still need to | Douglas Gregor | 2012-10-09 | 1 | -14/+12 |
* | [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module | Argyrios Kyrtzidis | 2012-10-05 | 1 | -0/+3 |
* | [libclang] Always report a CXCursor_MacroDefinition for code-completion | Argyrios Kyrtzidis | 2012-09-27 | 1 | -1/+3 |
* | [libclang] Remove the ParentKind cursor kind from code-completion results. | Argyrios Kyrtzidis | 2012-09-26 | 1 | -1/+0 |
* | Remove unused typedefs. Found by gcc48. | Roman Divacky | 2012-09-06 | 1 | -12/+0 |
* | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -4/+9 |
* | Keep history of macro definitions and #undefs | Alexander Kornienko | 2012-08-29 | 1 | -1/+5 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 1 | -1/+1 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -2/+1 |
* | Code-complete 'weak' for properties under ARC-with-weak-references (or GC) | Jordan Rose | 2012-08-20 | 1 | -10/+14 |
* | Make the spacing of the code completion result for NSDictionary | Douglas Gregor | 2012-08-17 | 1 | -1/+0 |
* | Attaching comments to declarations: find comment attached to any redeclaration | Dmitri Gribenko | 2012-08-11 | 1 | -1/+1 |
* | Provide isConst/Volatile on CXXMethodDecl. | David Blaikie | 2012-08-10 | 1 | -3/+3 |
* | Remove unnecessary spacing around Objective-C object literal code | Douglas Gregor | 2012-07-17 | 1 | -9/+3 |
* | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko | 2012-07-02 | 1 | -4/+14 |
* | Add support for the C11 _Alignof keyword. | Jordan Rose | 2012-06-30 | 1 | -0/+13 |
* | Documentation cleanup: fix two typos, rief -> brief and Descripts -> Describes | James Dennett | 2012-06-17 | 1 | -2/+2 |
* | [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. | Jordan Rose | 2012-06-15 | 1 | -2/+20 |
* | 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 |