Commit History

Upphovsman SHA1 Meddelande Datum
  Argyrios Kyrtzidis c04bb926ef [libclang] Always report a CXCursor_MacroDefinition for code-completion 13 år sedan
  Argyrios Kyrtzidis 526d24444c [libclang] Remove the ParentKind cursor kind from code-completion results. 13 år sedan
  Roman Divacky 1014ecfb76 Remove unused typedefs. Found by gcc48. 13 år sedan
  Joao Matos 6666ed4ed2 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. 13 år sedan
  Alexander Kornienko 8a64bb58c3 Keep history of macro definitions and #undefs 13 år sedan
  Dmitri Gribenko 70517ca5c0 Fix a bunch of -Wdocumentation warnings. 13 år sedan
  John McCall 0a7dd788db Screw around with ObjCRuntime some more, changing the 13 år sedan
  Jordan Rose d7403a7017 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) 13 år sedan
  Douglas Gregor 66a3d47549 Make the spacing of the code completion result for NSDictionary 13 år sedan
  Dmitri Gribenko f50555eede Attaching comments to declarations: find comment attached to any redeclaration 13 år sedan
  David Blaikie 4ef832ffc1 Provide isConst/Volatile on CXXMethodDecl. 13 år sedan
  Douglas Gregor 796158971b Remove unnecessary spacing around Objective-C object literal code 13 år sedan
  Dmitri Gribenko d99ef536b2 Add a new libclang completion API to get brief documentation comment that is 13 år sedan
  Jordan Rose f70a88612a Add support for the C11 _Alignof keyword. 13 år sedan
  James Dennett de23c7e906 Documentation cleanup: fix two typos, rief -> brief and Descripts -> Describes 13 år sedan
  Jordan Rose 1f6e22d144 [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. 13 år sedan
  James Dennett 1dfbd92c83 Still more Doxygen documentation fixes: 13 år sedan
  James Dennett a40f792c68 This makes SemaCodeComplete.cpp more Doxygen-friendly by changing the 13 år sedan
  Douglas Gregor b92a4089db When code completion walks the members of a protocol or interface, 13 år sedan
  Dmitri Gribenko 49fdccb459 Convert comments to proper Doxygen comments. 13 år sedan
  David Blaikie 581deb3da4 Revert Decl's iterators back to pointer value_type rather than reference value_type 13 år sedan
  Argyrios Kyrtzidis 27a00970bf Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNameAsCString 13 år sedan
  Douglas Gregor 8e5900c8e9 clang_getCursorLexicalParent should return a translation unit cursor for declarations at the global scope, from Evan P. Fixes PR9083. 13 år sedan
  David Blaikie 262bc18e32 Remove the ref/value inconsistency in filter_decl_iterator. 13 år sedan
  Douglas Gregor 90f5f47348 Include the Objective-C parameter- and return-passing qualifiers when 13 år sedan
  Douglas Gregor 10ccf12a06 Don't include the ':' following code-completion suggestions for 13 år sedan
  Argyrios Kyrtzidis 28a83f5700 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching 13 år sedan
  Nick Lewycky 173a37a57b Remove more redundant lookups. Add a new "all_lookups_iterator" which provides 13 år sedan
  Douglas Gregor ba1030698d Introduce a new libclang API to determine the parent context of a code 13 år sedan
  Benjamin Kramer 1eb18afd93 Move CodeCompletionBuilder's chunk adding methods out of line. 13 år sedan