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