| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch the semantic DeclContext for a block-scope declaration of a function or | Richard Smith | 2013-09-20 | 1 | -7/+11 |
* | Cleanup of OpaquePtr. No functionality changes. | Serge Pavlov | 2013-08-27 | 1 | -1/+1 |
* | Use pop_back_val() instead of both back() and pop_back(). | Robert Wilhelm | 2013-08-23 | 1 | -3/+2 |
* | Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan... | Robert Wilhelm | 2013-08-09 | 1 | -3/+2 |
* | Add option to disable module loading. | Daniel Jasper | 2013-08-05 | 1 | -1/+1 |
* | Compress pairs. No functionality change. | Benjamin Kramer | 2013-06-29 | 1 | -5/+6 |
* | ArrayRef'ize Sema::CodeCompleteConstructorInitializer | Dmitri Gribenko | 2013-06-23 | 1 | -14/+14 |
* | ArrayRef'ize Sema::CodeComplete* | Dmitri Gribenko | 2013-06-16 | 1 | -76/+59 |
* | [libclang] For "@import .." code-completion results, associate a CXCursor_Mod... | Argyrios Kyrtzidis | 2013-05-29 | 1 | -2/+2 |
* | Enhance the ObjC global method pool to record whether there were 0, 1, or >= ... | Argyrios Kyrtzidis | 2013-04-17 | 1 | -3/+3 |
* | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith | 2013-04-12 | 1 | -4/+3 |
* | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -1/+1 |
* | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -1/+1 |
* | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -1/+1 |
* | Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar... | Richard Smith | 2013-03-28 | 1 | -0/+3 |
* | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis | 2013-03-26 | 1 | -1/+1 |
* | documentation parsing: when providing code completion comment | Fariborz Jahanian | 2013-03-23 | 1 | -2/+9 |
* | documentation parsing. Provide code completion comment | Fariborz Jahanian | 2013-03-22 | 1 | -0/+14 |
* | Don't try to typo-correct 'super' in an objc method. | Argyrios Kyrtzidis | 2013-03-14 | 1 | -1/+1 |
* | Add TagDecl::hasNameForLinkage(), which is true if the tag | John McCall | 2013-03-09 | 1 | -1/+1 |
* | Add code completion for @import <rdar://problem/13344306>. | Douglas Gregor | 2013-03-07 | 1 | -0/+8 |
* | objective-C code completion. Property accessors may not | Fariborz Jahanian | 2013-02-28 | 1 | -1/+6 |
* | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis | 2013-02-20 | 1 | -2/+3 |
* | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -18/+17 |
* | Remove a const_cast by propagating constness to called functions | Dmitri Gribenko | 2013-02-14 | 1 | -2/+2 |
* | Remove some stray uses of <ctype.h> functions. | Jordan Rose | 2013-02-09 | 1 | -1/+2 |
* | 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 |