- 541b38b Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 12 years ago
- 9ddb76e Cleanup of OpaquePtr. No functionality changes. by Serge Pavlov · 12 years ago
- 25284cc Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 12 years ago
- 16e94b9 Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clang/Basic/LLVM.h. by Robert Wilhelm · 12 years ago
- 07e6c40 Add option to disable module loading. by Daniel Jasper · 12 years ago
- eb8c446 Compress pairs. No functionality change. by Benjamin Kramer · 12 years ago
- 27cb3dd0 ArrayRef'ize Sema::CodeCompleteConstructorInitializer by Dmitri Gribenko · 12 years ago
- 070a10e ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 12 years ago
- 345d05f [libclang] For "@import .." code-completion results, associate a CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. by Argyrios Kyrtzidis · 12 years ago
- d3da6e0 Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. by Argyrios Kyrtzidis · 13 years ago
- b4a9e86 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 13 years ago
- 6ae7e50 Add 178663 back. by Rafael Espindola · 13 years ago
- 985a3ab Revert 178663. by Rafael Espindola · 13 years ago
- adea16b Don't compute a patched/semantic storage class. by Rafael Espindola · 13 years ago
- 8e1ac33 Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 13 years ago
- b6210df [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 13 years ago
- be8bc67 documentation parsing: when providing code completion comment by Fariborz Jahanian · 13 years ago
- 1fcf492 documentation parsing. Provide code completion comment by Fariborz Jahanian · 13 years ago
- 3e56dd4 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 13 years ago
- 5ea9577 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 13 years ago
- 61e3681 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 13 years ago
- 15a0b55 objective-C code completion. Property accessors may not by Fariborz Jahanian · 13 years ago
- 09c9e81 [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 13 years ago
- 6adc78e Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 13 years ago
- 6cfb153 Remove a const_cast by propagating constness to called functions by Dmitri Gribenko · 13 years ago
- 4938f27 Remove some stray uses of <ctype.h> functions. by Jordan Rose · 13 years ago
- 52e0de4 When code completing in a statement, parenthesized expression, or by Douglas Gregor · 13 years ago
- 0a0e2b3 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 13 years ago
- ed1f597 Add "instancetype" as a code completion result for the return type of by Douglas Gregor · 13 years ago
- 41778c3 The instance methods of the root class of an Objective-C hieararchy by Douglas Gregor · 13 years ago
- fe0483d Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 13 years ago
- 048fbfa Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 13 years ago
- f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
- bdc80de Constify parameter of clang::getCursorKindForDecl by Dmitri Gribenko · 13 years ago
- 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
- 4442605 Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 13 years ago
- 7967fc1 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- ff7d47a Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- dd433f0 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 13 years ago
- 8cb1746 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 13 years ago
- 50e5b1d [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module by Argyrios Kyrtzidis · 13 years ago
- 5c8b1cd [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 13 years ago
- 9ae3956 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 13 years ago
- 6d6c311 Remove unused typedefs. Found by gcc48. by Roman Divacky · 13 years ago
- dc86f94 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 13 years ago
- 8b3f623 Keep history of macro definitions and #undefs by Alexander Kornienko · 13 years ago
- adba9be Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 13 years ago
- 3deb1ad Screw around with ObjCRuntime some more, changing the by John McCall · 13 years ago
- 53cb2f3 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) by Jordan Rose · 13 years ago
- e3eb777 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 13 years ago
- a43ec18 Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 13 years ago
- f5697e5 Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 13 years ago
- 951de30 Remove unnecessary spacing around Objective-C object literal code by Douglas Gregor · 13 years ago
- 3292d06 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
- 58d5472 Add support for the C11 _Alignof keyword. by Jordan Rose · 13 years ago
- f124387 Documentation cleanup: fix two typos, rief -> brief and Descripts -> Describes by James Dennett · 13 years ago
- 9da0585 [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. by Jordan Rose · 13 years ago
- 634962f Still more Doxygen documentation fixes: by James Dennett · 13 years ago
- 596e475 This makes SemaCodeComplete.cpp more Doxygen-friendly by changing the by James Dennett · 13 years ago
- 9b4f370 When code completion walks the members of a protocol or interface, by Douglas Gregor · 13 years ago
- 4280e5c Convert comments to proper Doxygen comments. by Dmitri Gribenko · 13 years ago
- 40ed297 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 13 years ago
- bbff3da Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNameAsCString by Argyrios Kyrtzidis · 14 years ago
- 3e653b3 clang_getCursorLexicalParent should return a translation unit cursor for declarations at the global scope, from Evan P. Fixes PR9083. by Douglas Gregor · 14 years ago
- 2d7c57e Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 14 years ago
- 2997914 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 14 years ago
- 9489cdf Don't include the ':' following code-completion suggestions for by Douglas Gregor · 14 years ago
- 9d7c0fe [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 14 years ago
- c392148 Remove more redundant lookups. Add a new "all_lookups_iterator" which provides by Nick Lewycky · 14 years ago
- 78254c8 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 14 years ago
- db534a4 Move CodeCompletionBuilder's chunk adding methods out of line. by Benjamin Kramer · 14 years ago
- e7f3ef3 [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iterators instead of by Argyrios Kyrtzidis · 14 years ago
- bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
- e65b086 Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 14 years ago
- b24b9aa ArrayRef'ize various functions in the AST/Parser/Sema. by Ahmed Charles · 14 years ago
- 3a5d6c2 If code completion patterns are not enabled, use simpler else/else if by Douglas Gregor · 14 years ago
- d8c6178 Implement code completion support for lambda capture lists. by Douglas Gregor · 14 years ago
- 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
- 4903802 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
- d3cebdb When providing code completions for a switch over a scoped enumeration by Douglas Gregor · 14 years ago
- e0513cb SmallBitVectorize the deduced parameter set. by Benjamin Kramer · 14 years ago
- 07f4357 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 14 years ago
- 7945c98 Added source location for the template keyword in AST template-id expressions. by Abramo Bagnara · 14 years ago
- 3698cef [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" by Argyrios Kyrtzidis · 14 years ago
- 1cc88a9 Handle pseudo-object expressions (and any other placeholder by Douglas Gregor · 14 years ago
- 3aa5526 Fix the code completion string for variadic macros with more than one by Douglas Gregor · 14 years ago
- d72e5c0 Remove dead comments as per Chandler's feedback to r148292 by David Blaikie · 14 years ago
- 8a40f70 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 14 years ago
- 8d05ca7 Introduce a CodeCompletionResult::CreateCodeCompletionString() that by Argyrios Kyrtzidis · 14 years ago
- 73a0409 More lambda work: semantic analysis of capturing 'this'. It's a bit complicated, but we have to be careful about when exactly captures are marked given PotentiallyPotentiallyEvaluated contexts. (Actually, it's not 100% correct yet, but it's close enough for the moment.) by Eli Friedman · 14 years ago
- f610267 Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 14 years ago
- e6e48b1 Move the data that corresponds to the definition of a protocol into a by Douglas Gregor · 14 years ago
- deafd0b Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 14 years ago
- dc9166c Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 14 years ago
- c0ac7d6 Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 14 years ago
- 407d1f9 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 14 years ago
- 03ba188 Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather than a class by Douglas Gregor · 14 years ago
- 2e10cf9 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 14 years ago
- e5c79d5 Provide result types for code completions that describe built-in by Douglas Gregor · 14 years ago