Commit History

Author SHA1 Message Date
  Eugene Zelenko eb25fa3277 [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 years ago
  Eugene Zelenko c05a0c0240 [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 years ago
  Ilya Biryukov 72299bf390 [CodeComplete] Avoid name clashes of 'Kind' inside CodeCompletionContext. NFC 7 years ago
  Ilya Biryukov 891109a941 [CodeComplete] Add a helper to print CodeCompletionContext::Kind 7 years ago
  Adrian Prantl 550c574546 Silence a bunch of implicit fallthrough warnings 7 years ago
  Sam McCall c057633550 [clang] Expose orderedString from CodeCompletionResult. NFC 7 years ago
  Benjamin Kramer fd352be22e Retire llvm::alignOf in favor of C++11 alignof. 8 years ago
  Simon Pilgrim f435bb6201 Fix unnecessary default switch warning 9 years ago
  Vassil Vassilev 0ed81cd54f Implement filtering for code completion of identifiers. 9 years ago
  Reid Kleckner d4b8ca1ba2 Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch 9 years ago
  Angel Garcia Gomez d162035b9b Roll-back r250822. 9 years ago
  Angel Garcia Gomez e83bf34da9 Apply modernize-use-default to clang. 9 years ago
  Douglas Gregor 11354e9dc8 [libclang] Replace ObjC generic parameters in code-completion results. 10 years ago
  Yaron Keren 8931755e80 Teach Twine to support SmallString. 10 years ago
  Francisco Lopes da Silva 90ffec0e7e Improves overload completion result chunks. 10 years ago
  Craig Topper 6b8c5857eb [C++11] Use 'nullptr'. Sema edition. 11 years ago
  Alp Toker eba660f596 Fix a bunch of mislayered clang/Lex includes from Sema 11 years ago
  Douglas Gregor d1f09b482b Allow the computation of the base priority for a declaration code completion result to consider the completion context 12 years ago
  Dmitri Gribenko 89cf425f11 Use 'const Decl *' throughout code completion in Sema 12 years ago
  Dmitri Gribenko cfa88f8939 Remove useless 'llvm::' qualifier from names like StringRef and others that are 12 years ago
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 years ago
  Argyrios Kyrtzidis 526d24444c [libclang] Remove the ParentKind cursor kind from code-completion results. 13 years ago
  Dmitri Gribenko d99ef536b2 Add a new libclang completion API to get brief documentation comment that is 13 years ago
  Benjamin Kramer e5f8372b5d Bitpack CodeCompletionResults. 13 years ago
  Argyrios Kyrtzidis 28a83f5700 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching 13 years ago
  Douglas Gregor ba1030698d Introduce a new libclang API to determine the parent context of a code 13 years ago
  Benjamin Kramer 1eb18afd93 Move CodeCompletionBuilder's chunk adding methods out of line. 13 years ago
  Douglas Gregor 8e42f27823 When determining the availability of an enum constant, also consider 13 years ago
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 years ago
  Benjamin Kramer 8fe83e1df9 Move a method from IdentifierTable.h out of line and remove the SmallString include. 13 years ago