1. 6e5fa8c [libclang] Add a test I forgot to commit for r156890. by Argyrios Kyrtzidis · 12 years ago
  2. 25bd279 [libclang] Report CXType_ObjCId for 'const id', not CXType_Typedef. by Argyrios Kyrtzidis · 12 years ago
  3. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  4. 5641b0d [libclang/AST] When declaring a local class, don't neglect to set the end location by Argyrios Kyrtzidis · 12 years ago
  5. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 12 years ago
  6. c44c0e4 [libclang] Add a test for objc boxed expressions. by Argyrios Kyrtzidis · 12 years ago
  7. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 12 years ago
  8. ae5ac1f [libclang] Map 'id'/'Class'/'SEL' to the corresponding CXType kinds. by Argyrios Kyrtzidis · 12 years ago
  9. 7032265 Robustify test by Douglas Gregor · 12 years ago
  10. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 12 years ago
  11. 9b79fc9 Process attributes in the order they appear in the source code. This make clang by Rafael Espindola · 12 years ago
  12. 0e22a9f For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. by Argyrios Kyrtzidis · 12 years ago
  13. a9d45a3 [libclang] Make sure that when we have multiple @class references in the same line, by Argyrios Kyrtzidis · 12 years ago
  14. 9482a18 [libclang] Spelling range for a objc category should the category name range, not the class one. by Argyrios Kyrtzidis · 12 years ago
  15. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 13 years ago
  16. eba8cd5 [libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments by Argyrios Kyrtzidis · 13 years ago
  17. 15f4c98 [libclang] For clang_getOverriddenCursors make sure to report overridden objc methods by Argyrios Kyrtzidis · 13 years ago
  18. 90f5f47 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 13 years ago
  19. 10ccf12 Don't include the ':' following code-completion suggestions for by Douglas Gregor · 13 years ago
  20. 0cc9fdb Add a target triple to test/Index/complete-synthesized.m. by Argyrios Kyrtzidis · 13 years ago
  21. 2ca35e6 Remove -fobjc-default-synthesize-properties as the option to c-index-test. by Fariborz Jahanian · 13 years ago
  22. 893a6ea Don't treat synthesized ivars as being in the base class for the purpose of by Nick Lewycky · 13 years ago
  23. d786f1a [libclang] Fix use-after-free bug when handling attributes indexing info. by Argyrios Kyrtzidis · 13 years ago
  24. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 13 years ago
  25. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 13 years ago
  26. b085d89 Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property by Argyrios Kyrtzidis · 13 years ago
  27. d046952 [libclang] A MemberRefExpr cursor for a property dot syntax should have as by Argyrios Kyrtzidis · 13 years ago
  28. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 13 years ago
  29. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 13 years ago
  30. 5d5ed59 [parser] If there are unmatched braces in a function definition, try to by Argyrios Kyrtzidis · 13 years ago
  31. 30a2805 [libclang] Make sure we don't crash when trying to index code that by Argyrios Kyrtzidis · 13 years ago
  32. ccc6f36 [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, by Argyrios Kyrtzidis · 13 years ago
  33. 8e42f27 When determining the availability of an enum constant, also consider by Douglas Gregor · 13 years ago
  34. 90226ac Make RecursiveASTVisitor to traverse certain statements using data recursion by Argyrios Kyrtzidis · 13 years ago
  35. 9a0b6b4 [Sema] -Add an invalid objc category to the DeclContext so that it can be by Argyrios Kyrtzidis · 13 years ago
  36. a346efa [Sema] A tag decl that is marked as invalid and is used in a decl-spec, by Argyrios Kyrtzidis · 13 years ago
  37. ba50b3e Allow serializing an invalid ParmVarDecl and don't set access to public for by Argyrios Kyrtzidis · 13 years ago
  38. 216f78b Improve our semantic error recovery. by Argyrios Kyrtzidis · 13 years ago
  39. 29f98b4 [libclang] Fix a crash when serializing a preprocessing record that contains by Argyrios Kyrtzidis · 13 years ago
  40. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 13 years ago
  41. bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 13 years ago
  42. b3f7542 And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
  43. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 13 years ago
  44. f76b897 [libclang] Add a test I forgot to commit. by Argyrios Kyrtzidis · 13 years ago
  45. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 13 years ago
  46. 7c4a619 [libclang] Add a triple to the test. by Argyrios Kyrtzidis · 13 years ago
  47. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 13 years ago
  48. 2fffbc7 Fix test for non-block-default platforms. by David Blaikie · 13 years ago
  49. 8cceefa [PCH] When keeping track of top-level decls for "targeted deserialization" by Argyrios Kyrtzidis · 13 years ago
  50. 644af7b [libclang] Make sure that all top-level decls in a @implementation are by Argyrios Kyrtzidis · 13 years ago
  51. e0d92a4 [libclang] Index the field references of a designated initializer, rdar://10906206 by Argyrios Kyrtzidis · 13 years ago
  52. f11641a If code completion patterns are not enabled, use simpler else/else if by Douglas Gregor · 13 years ago
  53. c874ca1 Fix the RecursiveASTVisitor to not traverse C++ default parameters twice. by Argyrios Kyrtzidis · 13 years ago
  54. f8490ee [libclang] Do index statements inside a type source info. rdar://10872758 by Argyrios Kyrtzidis · 13 years ago
  55. 81f3bff Implement code completion support for lambda capture lists. by Douglas Gregor · 13 years ago
  56. 011d8b9 Implement indexing support for lambdas in libclang (both kinds), as by Douglas Gregor · 13 years ago
  57. 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 13 years ago
  58. b70a3ba [libclang] For a reference of an implicit template instantiation just give by Argyrios Kyrtzidis · 13 years ago
  59. 911d717 [libclang] Indexing API: fully index using decls and directives. by Argyrios Kyrtzidis · 13 years ago
  60. 8e4bc1e [libclang] Add a libclang test I neglected to commit. by Argyrios Kyrtzidis · 13 years ago
  61. 46e7547 [libclang] For CXXOperatorCallExprs, give a valid source location to the DeclRefExpr by Argyrios Kyrtzidis · 13 years ago
  62. 849639d Make parsing of objc @implementations more robust. by Argyrios Kyrtzidis · 13 years ago
  63. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 13 years ago
  64. b223d8c When providing code completions for a switch over a scoped enumeration by Douglas Gregor · 13 years ago
  65. c6d626b Update line numbers. Sigh by Douglas Gregor · 13 years ago
  66. a007431 Also require a proper shell by Douglas Gregor · 13 years ago
  67. 85ae12d Ensure that we clean up after a failed module build and cope with the by Douglas Gregor · 13 years ago
  68. c5b2e58 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 13 years ago
  69. c15707d [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" by Argyrios Kyrtzidis · 13 years ago
  70. f5cd27d Handle pseudo-object expressions (and any other placeholder by Douglas Gregor · 13 years ago
  71. c8dc135 Fix the code completion string for variadic macros with more than one by Douglas Gregor · 13 years ago
  72. 3575c45 Remove unnecessary and incorrect redirection of stderr. by Bob Wilson · 13 years ago
  73. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  74. 0b28928 [libclang] Fix crash when indexing attributes, rdar://10702250. by Argyrios Kyrtzidis · 13 years ago
  75. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  76. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  77. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  78. d7711ec For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded by Argyrios Kyrtzidis · 13 years ago
  79. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  80. 90fd67a [libclang] Suppress indexing references for occurrences of the interface by Argyrios Kyrtzidis · 13 years ago
  81. e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
  82. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
  83. 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
  84. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  85. 8bc2782 [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized by Argyrios Kyrtzidis · 13 years ago
  86. d977e6b [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr. by Argyrios Kyrtzidis · 13 years ago
  87. dcbb2fb [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++ catch. by Argyrios Kyrtzidis · 13 years ago
  88. f8d34ed ParmVarDecls have no linkage. Previously we would report that parameters by Argyrios Kyrtzidis · 13 years ago
  89. 436bd50 Test case for fix committed in r145441. by Lang Hames · 13 years ago
  90. c8d7f58 Revert r145244. It causes us to create broken ASTs with missing type information by Richard Smith · 13 years ago
  91. b8cb21c [libclang] Make the test portable. by Argyrios Kyrtzidis · 13 years ago
  92. b49e728 [libclang] Make clang_findReferencesInFile also work on macros (find all expansions/definition by Argyrios Kyrtzidis · 13 years ago
  93. 56f5d36 Removed useless ImplicitCast nodes in explicit cstyle and static casts by Nicola Gigante · 13 years ago
  94. bcf8df8 [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. by Argyrios Kyrtzidis · 13 years ago
  95. c14a03d [libclang] Fix operations (token annotation, getting cursor, etc.) with a file region by Argyrios Kyrtzidis · 13 years ago
  96. 03ee2dd [libclang] Make clang_annotateTokens use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  97. e2079cf [libclang] Make clang_findReferencesInFile use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  98. 35593a9 [libclang] Fix crash on invalid code. Fixes rdar://10451854 by Argyrios Kyrtzidis · 13 years ago
  99. 220b45c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics by Argyrios Kyrtzidis · 13 years ago
  100. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago