1. 7717ce4 Finished with August's commits, and actually added a clearly missing by Chandler Carruth · 13 years ago
  2. 5d46a50 July's notes.. by Chandler Carruth · 13 years ago
  3. 56f5d36 Removed useless ImplicitCast nodes in explicit cstyle and static casts by Nicola Gigante · 13 years ago
  4. b6a1d9d July was a bit quiet to... except for ARC. ;] by Chandler Carruth · 13 years ago
  5. bba72a8 June was a quiet month... I can't imagine why... ;] by Chandler Carruth · 13 years ago
  6. 1af4022 Notes through another month... a *really* busy month, but mostly bug fixing. by Chandler Carruth · 13 years ago
  7. a3950cc Add the first month's commit notes. by Chandler Carruth · 13 years ago
  8. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  9. c00c0c3 Begin sketching out the Clang release notes. The plan is to link to by Chandler Carruth · 13 years ago
  10. 6079676 test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. by NAKAMURA Takumi · 13 years ago
  11. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  12. 991bf49 [libclang] Indexing API: Capture diagnostics during indexing. by Argyrios Kyrtzidis · 13 years ago
  13. 5c00fc3 Another silly workaround for MSVC. by Peter Collingbourne · 13 years ago
  14. 6da4274 [arcmt] Integrate GC __weak into property attributes even when we don't have by Argyrios Kyrtzidis · 13 years ago
  15. 567f02f Sigh, another workaround for MSVC. by Peter Collingbourne · 13 years ago
  16. 6d7d16d [arcmt] Don't add __weak if there is already a GC __weak and make sure to clear by Argyrios Kyrtzidis · 13 years ago
  17. 3fb91f6 Work around a gcc4.2 bug. by Peter Collingbourne · 13 years ago
  18. bceb755 In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an by Peter Collingbourne · 13 years ago
  19. 8681160 When destroying temporaries, instead of a custom cleanup use the by Peter Collingbourne · 13 years ago
  20. 53ac3d8 Make our handling of MMX x SSE closer to what gcc does: by Rafael Espindola · 13 years ago
  21. 2871020 Add inreg attributes to reference arguments. by Rafael Espindola · 13 years ago
  22. 13dc8f9 Reference initialization with initializer lists. by Sebastian Redl · 13 years ago
  23. 1376ba9 Error on non x86 architectures. by Rafael Espindola · 13 years ago
  24. 7f16d70 Fix file name in comments. by Rafael Espindola · 13 years ago
  25. a10678d Use libcxx makefile's do-installhdrs target. <rdar://problem/10397739> by Bob Wilson · 13 years ago
  26. b816276 Add the minimum implementation of cpuid.h. This works on "modern" intel cpus by Rafael Espindola · 13 years ago
  27. f7a73a0 Test commit by Nicola Gigante · 13 years ago
  28. 4c51548 Fixed lexical declaration context when instantiating a friend / out-of-line class template member. by Abramo Bagnara · 13 years ago
  29. 4c7ce36 Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X by Rafael Espindola · 13 years ago
  30. c8ff915 In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside a friend function definition at class scope. by Francois Pichet · 13 years ago
  31. 0ff6495 Fix typo (becuase->because), PR11427 by David Blaikie · 13 years ago
  32. a5aa96d Wordsmith the -Warray-bounds diagnostic text a bit by Matt Beaumont-Gay · 13 years ago
  33. 6efd4c5 Add feature to diagnostics that will provide more information on function by Richard Trieu · 13 years ago
  34. bcf8df8 [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. by Argyrios Kyrtzidis · 13 years ago
  35. c14a03d [libclang] Fix operations (token annotation, getting cursor, etc.) with a file region by Argyrios Kyrtzidis · 13 years ago
  36. e93433d Remove an assertion that is not valid if we cancel parsing. by Argyrios Kyrtzidis · 13 years ago
  37. 37f4057 [libclang] Indexing API: Fix issues, mostly C++ related. by Argyrios Kyrtzidis · 13 years ago
  38. a6d81f9 AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs-linux. by James Molloy · 13 years ago
  39. 1a3246a Don't check alignment, it's irrelevant to this test. by Richard Smith · 13 years ago
  40. 7401cf5 Use static storage duration for file-scope compound literals, even when they by Richard Smith · 13 years ago
  41. 6300f5b Remove assert from hot code path and add a clarifying comment. by Benjamin Kramer · 13 years ago
  42. 1e85565 Provide better source info for template specializations with non-type arguments. by Matt Beaumont-Gay · 13 years ago
  43. 3f6f4e6 Lexer: Don't throw away the hard work SSE did to find a slash. by Benjamin Kramer · 13 years ago
  44. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  45. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  46. 3fa45bb Un-XFAIL this test on Darwin, it reportedly passes now. by Peter Collingbourne · 13 years ago
  47. bdb1018 Add stub section to the user manual for C++ language features, and document by Richard Smith · 13 years ago
  48. c18c423 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same by Richard Smith · 13 years ago
  49. 1052c1d Change the linker emulation name for FreeBSD/PPC32. by Roman Divacky · 13 years ago
  50. c3c8f22 CodeGen: Simplify code. by Benjamin Kramer · 13 years ago
  51. 1b91ab4 Delete the depfile if we could not open a header file. We cannot by Peter Collingbourne · 13 years ago
  52. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  53. 82c3460 Create the clang++ symlink as a POST_BUILD custom command on clang. by Peter Collingbourne · 13 years ago
  54. 5c247db CodeGen: allow __asm renaming on static local variables. by Benjamin Kramer · 13 years ago
  55. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  56. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  57. 1a02680 Update signature of HandleTopLevelDecl. by Douglas Gregor · 13 years ago
  58. 8b06d6b Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev by Douglas Gregor · 13 years ago
  59. 22c107b Fixed HadMultipleCandidates loading. by Abramo Bagnara · 13 years ago
  60. ecff7c8 Driver: Remove the signal number from the "command failed" diagnostic. by Benjamin Kramer · 13 years ago
  61. 459001f Initialize ImplicitConversionSequence::ListInitializationSequence. Fixes PR11394 by Douglas Gregor · 13 years ago
  62. 7955a25 Add missing initialization in the ContentCache. Seriously, when do by Douglas Gregor · 13 years ago
  63. 9d38dbc Enable delayed template parsing for friend functions declared at template class scope. by Francois Pichet · 13 years ago
  64. e994624 Fixed implicit instantiations source range. by Abramo Bagnara · 13 years ago
  65. 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
  66. 5a1ac89 Finish r144971, which was an incomplete commit. by Eli Friedman · 13 years ago
  67. 7e7ad3f Fix the meaning of an "empty" record for the case of a zero-length array. Use isEmptyRecord for arguments on x86-32; there are structs of size 0 which don't count as empty. by Eli Friedman · 13 years ago
  68. 8d2fe42 Make va_arg on x86-64 compute alignment the same way as argument passing. by Eli Friedman · 13 years ago
  69. 8f4caf5 [analyzer] Warn when non pointer arguments are passed to scanf (only when running taint checker). by Anna Zaks · 13 years ago
  70. 7b1fb81 A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structures containing an SSE vector. by Eli Friedman · 13 years ago
  71. 506d4e3 Don't try to expand struct arguments containing holes on x86-32. From gcc struct layout tests. by Eli Friedman · 13 years ago
  72. bd4d3bc Simplify code for returning a struct for Darwin x86-32 ABI. Use a better type for a function returning a struct containing only a pointer. Handle the edge case of a struct containing only a float or double plus some dead padding instead of asserting. by Eli Friedman · 13 years ago
  73. 87adb0b c-index-test.c: Fix syntax according to C. by NAKAMURA Takumi · 13 years ago
  74. 01f2a1e [analyzer] The compiler warning was disabling the analyzer in this test. by Anna Zaks · 13 years ago
  75. 5a4d352 Ignore empty unions in argument lowering on x86-32. From gcc struct layout tests. by Eli Friedman · 13 years ago
  76. 88c2596 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 13 years ago
  77. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  78. 144b6c0 [libclang] Indexing API: make sure we don't pass declarations/references without USR or location. by Argyrios Kyrtzidis · 13 years ago
  79. deae6a8 Use the canonical decl to index so that we can really find it later. by Eric Christopher · 13 years ago
  80. f1b6946 Added a clause to the ASTImporter allowing it to import TranslationUnitDecls. by Sean Callanan · 13 years ago
  81. 0d339d0 [analyzer] Do not conjure a symbol when we need to propagate taint. by Anna Zaks · 13 years ago
  82. d3b74d9 Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted object. I discovered that llvm::RefCountedBase<T> has by Ted Kremenek · 13 years ago
  83. d04a982 Simplify crash cleanup logic in ASTUnit::LoadFromCommandLine() by zeroing out two IntrusiveRefCnt pointers after we have assigned their respective values into fields of ASTUnit. by Ted Kremenek · 13 years ago
  84. ee081c4 [analyzer] Minor tweaks to the ProgramState::isTainted(). by Anna Zaks · 13 years ago
  85. 64595fa [analyzer] Add a helper method. by Anna Zaks · 13 years ago
  86. e24f5fc Constant expression evaluation: add support for evaluation of member pointers by Richard Smith · 13 years ago
  87. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  88. a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 13 years ago
  89. a4581a1 If we're dealing with an overridden buffer in the AST reader, load the by Douglas Gregor · 13 years ago
  90. 0e53df6 docs/UsersManual.html: Remove obsolete mingw issue. by NAKAMURA Takumi · 13 years ago
  91. 117bc17 test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). by NAKAMURA Takumi · 13 years ago
  92. 678a3ea Revert r132539 for now, "My testing shows that function stat has no problem with trailing separators. (tested on Windows and Darwin)." by NAKAMURA Takumi · 13 years ago
  93. 6fe2965 Include named unions in union member init checking by David Blaikie · 13 years ago
  94. e6226ae In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside default argument instantiation. by Francois Pichet · 13 years ago
  95. 09fe1bb Actually free memory for the module maps by Douglas Gregor · 13 years ago
  96. 35f9ae6 Try to appease the failing buildbot where I can't reproduce the problem by Douglas Gregor · 13 years ago
  97. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  98. eeea7c4 [analysis] Constify CheckerContext. by Anna Zaks · 13 years ago
  99. 8687397 [analyzer] Put CheckerConext::getCalleeName out of line. by Anna Zaks · 13 years ago
  100. f471487 clang/Darwin: Use the compiler-rt provided profile library. by Daniel Dunbar · 13 years ago