1. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  2. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  3. 991bf49 [libclang] Indexing API: Capture diagnostics during indexing. by Argyrios Kyrtzidis · 13 years ago
  4. 13dc8f9 Reference initialization with initializer lists. by Sebastian Redl · 13 years ago
  5. a5aa96d Wordsmith the -Warray-bounds diagnostic text a bit by Matt Beaumont-Gay · 13 years ago
  6. 6efd4c5 Add feature to diagnostics that will provide more information on function by Richard Trieu · 13 years ago
  7. c14a03d [libclang] Fix operations (token annotation, getting cursor, etc.) with a file region by Argyrios Kyrtzidis · 13 years ago
  8. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  9. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  10. c18c423 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same by Richard Smith · 13 years ago
  11. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  12. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  13. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  14. 22c107b Fixed HadMultipleCandidates loading. by Abramo Bagnara · 13 years ago
  15. ecff7c8 Driver: Remove the signal number from the "command failed" diagnostic. by Benjamin Kramer · 13 years ago
  16. 459001f Initialize ImplicitConversionSequence::ListInitializationSequence. Fixes PR11394 by Douglas Gregor · 13 years ago
  17. 7955a25 Add missing initialization in the ContentCache. Seriously, when do by Douglas Gregor · 13 years ago
  18. 8a0c5c2 Refine placement of LangOptions object in CompilerInvocation by adding a new baseclass CompilerInvocationBase with a custom copy constructor. This ensures that whenever the CompilerInvocation object's copy constructor is used we always clone the LangOptions object. by Ted Kremenek · 13 years ago
  19. 88c2596 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 13 years ago
  20. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  21. 0d339d0 [analyzer] Do not conjure a symbol when we need to propagate taint. by Anna Zaks · 13 years ago
  22. d3b74d9 Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted object. I discovered that llvm::RefCountedBase<T> has by Ted Kremenek · 13 years ago
  23. 64595fa [analyzer] Add a helper method. by Anna Zaks · 13 years ago
  24. e24f5fc Constant expression evaluation: add support for evaluation of member pointers by Richard Smith · 13 years ago
  25. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  26. a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 13 years ago
  27. 6fe2965 Include named unions in union member init checking by David Blaikie · 13 years ago
  28. 09fe1bb Actually free memory for the module maps by Douglas Gregor · 13 years ago
  29. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  30. eeea7c4 [analysis] Constify CheckerContext. by Anna Zaks · 13 years ago
  31. 8687397 [analyzer] Put CheckerConext::getCalleeName out of line. by Anna Zaks · 13 years ago
  32. adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 13 years ago
  33. a081da5 Implement (de-)serialization of the buffer contents for an overridden by Douglas Gregor · 13 years ago
  34. ceac1d6 [analyzer] Adding basic building blocks for taint propagation. by Anna Zaks · 13 years ago
  35. fc06f98 [analyzer] Cleanup (NULL -> 0, no doxygen in cpp). by Anna Zaks · 13 years ago
  36. c24b4f6 [analyzer] Assert if we ever get an over constrained state. by Anna Zaks · 13 years ago
  37. 0e12ebf [analyzer] Factor getCalleeName to the checker context. by Anna Zaks · 13 years ago
  38. 1b4eca6 Add -f[no-]address-sanitizer flag by Kostya Serebryany · 13 years ago
  39. 261e75b When building a module from a module map that isn't simply an umbrella by Douglas Gregor · 13 years ago
  40. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  41. d2536a6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 13 years ago
  42. b8691df Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 13 years ago
  43. b86b8dc Add a -cc1-level option -fmodule-name=<name>, which will be used when by Douglas Gregor · 13 years ago
  44. bf2e680 Add -Wmismatched-method-attributes flag for when attributes in method definition and by Fariborz Jahanian · 13 years ago
  45. dce6327 Warning option typo correction: When two options have the same edit_distance don't display either. by Benjamin Kramer · 13 years ago
  46. 40f57ee Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'ImplicitInterfaceDecl', by Argyrios Kyrtzidis · 13 years ago
  47. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  48. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  49. 639d5b8 A space in a diagnostic group is a bead idea. by Benjamin Kramer · 13 years ago
  50. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  51. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  52. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  53. 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
  54. 5a17499 [PCH] Load the chained objc categories only after recursive loading is finished by Argyrios Kyrtzidis · 13 years ago
  55. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  56. 67bc4ba [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls by Argyrios Kyrtzidis · 13 years ago
  57. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
  58. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  59. 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
  60. 1a43415 Add a method in ASTMutationListener for the last use of Decl's [is/set]ChangedSinceDeserialization by Argyrios Kyrtzidis · 13 years ago
  61. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  62. 5bbe816 Remove unnecessary 'else's after 'return's. by David Blaikie · 13 years ago
  63. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  64. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  65. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  66. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  67. 9793e8f Fix some typos, grammar errors, etc. in cursor kind descriptions by Douglas Gregor · 13 years ago
  68. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  69. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  70. 39d3196 Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-args by Richard Smith · 13 years ago
  71. 72cd7a0 Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow the by Douglas Gregor · 13 years ago
  72. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  73. cc1af78 Place 'argument unused during compilation' under a -W flag. Fixes <rdar://problem/10403653>. by Ted Kremenek · 13 years ago
  74. ab336c1 include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to libclang.exports in r144343 by NAKAMURA Takumi · 13 years ago
  75. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  76. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  77. ba49103 Add a const version of ObjCClassDecl::getForwardDecl, no functionality change. by Argyrios Kyrtzidis · 13 years ago
  78. 36f6e30 Add top-level driver option '--serialize-diagnostics' for serialize compiler diagnostics to a file. by Ted Kremenek · 13 years ago
  79. 3fe0aad include/clang/AST/APValue.h: Try to fix *900* of cast-qual warnings by g++. by NAKAMURA Takumi · 13 years ago
  80. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  81. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  82. 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
  83. 3472089 Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. by Eli Friedman · 13 years ago
  84. cb6542f Fix the signature of __sigsetjmp and sigsetjmp. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  85. ba243b5 Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) by David Blaikie · 13 years ago
  86. a8fbc05 Fix 80 cols violations & remove trailing whitespace. by David Blaikie · 13 years ago
  87. d3891e9 Workaround for compilers that don't implement C++ DR45, from Tom Honermann! by Douglas Gregor · 13 years ago
  88. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  89. 790c372 Remove extra ';' by Devang Patel · 13 years ago
  90. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  91. 75d0fe7 Add "I" (ICE) annotations onto a few more x86 intrinsics. by Eli Friedman · 13 years ago
  92. 3f54d48 Fix comment typos by Douglas Gregor · 13 years ago
  93. 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
  94. 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
  95. 355130f Misc fixes to pcmp*stri. by Eli Friedman · 13 years ago
  96. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  97. 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
  98. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  99. 55ccbd5 Tablegenify -g options. by Chad Rosier · 13 years ago
  100. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago