1. 90226ac Make RecursiveASTVisitor to traverse certain statements using data recursion by Argyrios Kyrtzidis · 13 years ago
  2. 9a0b6b4 [Sema] -Add an invalid objc category to the DeclContext so that it can be by Argyrios Kyrtzidis · 13 years ago
  3. a346efa [Sema] A tag decl that is marked as invalid and is used in a decl-spec, by Argyrios Kyrtzidis · 13 years ago
  4. ba50b3e Allow serializing an invalid ParmVarDecl and don't set access to public for by Argyrios Kyrtzidis · 13 years ago
  5. 216f78b Improve our semantic error recovery. by Argyrios Kyrtzidis · 13 years ago
  6. 29f98b4 [libclang] Fix a crash when serializing a preprocessing record that contains by Argyrios Kyrtzidis · 13 years ago
  7. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 13 years ago
  8. bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 13 years ago
  9. b3f7542 And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
  10. 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
  11. f76b897 [libclang] Add a test I forgot to commit. by Argyrios Kyrtzidis · 13 years ago
  12. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 13 years ago
  13. 7c4a619 [libclang] Add a triple to the test. by Argyrios Kyrtzidis · 13 years ago
  14. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 13 years ago
  15. 2fffbc7 Fix test for non-block-default platforms. by David Blaikie · 13 years ago
  16. 8cceefa [PCH] When keeping track of top-level decls for "targeted deserialization" by Argyrios Kyrtzidis · 13 years ago
  17. 644af7b [libclang] Make sure that all top-level decls in a @implementation are by Argyrios Kyrtzidis · 13 years ago
  18. e0d92a4 [libclang] Index the field references of a designated initializer, rdar://10906206 by Argyrios Kyrtzidis · 13 years ago
  19. f11641a If code completion patterns are not enabled, use simpler else/else if by Douglas Gregor · 13 years ago
  20. c874ca1 Fix the RecursiveASTVisitor to not traverse C++ default parameters twice. by Argyrios Kyrtzidis · 13 years ago
  21. f8490ee [libclang] Do index statements inside a type source info. rdar://10872758 by Argyrios Kyrtzidis · 13 years ago
  22. 81f3bff Implement code completion support for lambda capture lists. by Douglas Gregor · 13 years ago
  23. 011d8b9 Implement indexing support for lambdas in libclang (both kinds), as by Douglas Gregor · 13 years ago
  24. 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 13 years ago
  25. b70a3ba [libclang] For a reference of an implicit template instantiation just give by Argyrios Kyrtzidis · 13 years ago
  26. 911d717 [libclang] Indexing API: fully index using decls and directives. by Argyrios Kyrtzidis · 13 years ago
  27. 8e4bc1e [libclang] Add a libclang test I neglected to commit. by Argyrios Kyrtzidis · 13 years ago
  28. 46e7547 [libclang] For CXXOperatorCallExprs, give a valid source location to the DeclRefExpr by Argyrios Kyrtzidis · 13 years ago
  29. 849639d Make parsing of objc @implementations more robust. by Argyrios Kyrtzidis · 13 years ago
  30. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 13 years ago
  31. b223d8c When providing code completions for a switch over a scoped enumeration by Douglas Gregor · 13 years ago
  32. c6d626b Update line numbers. Sigh by Douglas Gregor · 13 years ago
  33. a007431 Also require a proper shell by Douglas Gregor · 13 years ago
  34. 85ae12d Ensure that we clean up after a failed module build and cope with the by Douglas Gregor · 13 years ago
  35. c5b2e58 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 13 years ago
  36. c15707d [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" by Argyrios Kyrtzidis · 13 years ago
  37. f5cd27d Handle pseudo-object expressions (and any other placeholder by Douglas Gregor · 13 years ago
  38. c8dc135 Fix the code completion string for variadic macros with more than one by Douglas Gregor · 13 years ago
  39. 3575c45 Remove unnecessary and incorrect redirection of stderr. by Bob Wilson · 13 years ago
  40. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  41. 0b28928 [libclang] Fix crash when indexing attributes, rdar://10702250. by Argyrios Kyrtzidis · 13 years ago
  42. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  43. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  44. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  45. d7711ec For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded by Argyrios Kyrtzidis · 13 years ago
  46. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  47. 90fd67a [libclang] Suppress indexing references for occurrences of the interface by Argyrios Kyrtzidis · 13 years ago
  48. e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
  49. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
  50. 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
  51. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  52. 8bc2782 [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized by Argyrios Kyrtzidis · 13 years ago
  53. d977e6b [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr. by Argyrios Kyrtzidis · 13 years ago
  54. dcbb2fb [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++ catch. by Argyrios Kyrtzidis · 13 years ago
  55. f8d34ed ParmVarDecls have no linkage. Previously we would report that parameters by Argyrios Kyrtzidis · 13 years ago
  56. 436bd50 Test case for fix committed in r145441. by Lang Hames · 13 years ago
  57. c8d7f58 Revert r145244. It causes us to create broken ASTs with missing type information by Richard Smith · 13 years ago
  58. b8cb21c [libclang] Make the test portable. by Argyrios Kyrtzidis · 13 years ago
  59. b49e728 [libclang] Make clang_findReferencesInFile also work on macros (find all expansions/definition by Argyrios Kyrtzidis · 13 years ago
  60. 56f5d36 Removed useless ImplicitCast nodes in explicit cstyle and static casts by Nicola Gigante · 13 years ago
  61. bcf8df8 [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. by Argyrios Kyrtzidis · 13 years ago
  62. c14a03d [libclang] Fix operations (token annotation, getting cursor, etc.) with a file region by Argyrios Kyrtzidis · 13 years ago
  63. 03ee2dd [libclang] Make clang_annotateTokens use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  64. e2079cf [libclang] Make clang_findReferencesInFile use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  65. 35593a9 [libclang] Fix crash on invalid code. Fixes rdar://10451854 by Argyrios Kyrtzidis · 13 years ago
  66. 220b45c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics by Argyrios Kyrtzidis · 13 years ago
  67. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
  68. 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
  69. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  70. 21adcf3 Add missing part of test by Douglas Gregor · 13 years ago
  71. 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
  72. e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 13 years ago
  73. 2c62864 Force test to use the non-fragile ABI by Douglas Gregor · 13 years ago
  74. ea0e4e8 [libclang] Make sure pointing inside the #include of the fields will return the struct. by Argyrios Kyrtzidis · 13 years ago
  75. dc35aac [libclang] Add a test for "targeting" a field inside an #include that only by Argyrios Kyrtzidis · 13 years ago
  76. f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 13 years ago
  77. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  78. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  79. 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
  80. d4e7e22 [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 13 years ago
  81. 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
  82. 2ce634d Mark these tests as requiring use of the shell. by Ted Kremenek · 13 years ago
  83. 1872b31 Move ASTUnit's handling of temporary files and the preamble file into a lazily-created static DenseMap. This DenseMap is cleared (and the files erased) via an atexit routine in the case an ASTUnit is not destroyed. Fixes <rdar://problem/10293367>. by Ted Kremenek · 13 years ago
  84. 1b8fc01 Disalbe more Microsoft-specific stuff. by Douglas Gregor · 13 years ago
  85. 29e627a Try to appease the Windows builders by Douglas Gregor · 13 years ago
  86. d488b3a Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 13 years ago
  87. fd08009 Turn off delayed template parsing for this test by Douglas Gregor · 13 years ago
  88. ba0513d Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  89. ab795d6 Tweak this test to test more directly what we want, and hopefully work around the brokenness of code completion under -fdelayed-template-parsing by Douglas Gregor · 13 years ago
  90. fa43c97 Minor tweak to test by Douglas Gregor · 13 years ago
  91. 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
  92. 46d1ea4 [libclang] Since an objc extension semantically continues the interface of the class by Argyrios Kyrtzidis · 13 years ago
  93. a50216c Add code completions for C++0x expressions by Douglas Gregor · 13 years ago
  94. ee1c68a Don't format the code completion for parameters of block literal by Douglas Gregor · 13 years ago
  95. c35cba4 Fixed merge-mistake where ActOnAccessSpecifier was called twice for every access specifier. The testcase has been changed to catch this too. by Erik Verbruggen · 13 years ago
  96. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  97. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  98. 5f1c822 Allow for annotate attributes after access specifiers. When such by Erik Verbruggen · 13 years ago
  99. b008012 Don't crash in Sema::IsSimplyAccessible if the declaration is not a C++ class member. Fixes PR11108. by Douglas Gregor · 13 years ago
  100. d120596 Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. by Erik Verbruggen · 13 years ago