1. fcf28b2 [arcmt] Fix an assertion hit in rdar://10336125; a bit too complicated to reduce. by Argyrios Kyrtzidis · 13 years ago
  2. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  3. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  4. a246d27 Check for invalid after calling getSLocEntry, for safety. by Argyrios Kyrtzidis · 13 years ago
  5. 1fe4203 [arcmt] In GC, error out when there is a call that returns a pointer to by Argyrios Kyrtzidis · 13 years ago
  6. e71202e In ARC, when applying an ownership to a non-objc pointer, instead of ignoring it by Argyrios Kyrtzidis · 13 years ago
  7. 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
  8. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
  9. 03ea52f Revert r143551. It is causing g++.dg/template/crash52.C test failure. by Devang Patel · 13 years ago
  10. 3b25216 objc: fixed enum type is supported in objc mode. by Fariborz Jahanian · 13 years ago
  11. 545d1bb Clean up C++11 constant expression testing. by Richard Smith · 13 years ago
  12. e71eb23 Add new test. by Devang Patel · 13 years ago
  13. c915bc9 Add new test. by Devang Patel · 13 years ago
  14. e7ef855 [arcmt] For GC, cleanup and turn -finalize to -dealloc. by Argyrios Kyrtzidis · 13 years ago
  15. 81eecde [arcmt] In GC, error for use of CFMakeCollectable because it will leak the by Argyrios Kyrtzidis · 13 years ago
  16. 0d579b6 In C++ keep unavailable function calls in the AST, like in C/ObjC. by Argyrios Kyrtzidis · 13 years ago
  17. e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 13 years ago
  18. 92d3dda Remove unused variables. by Benjamin Kramer · 13 years ago
  19. a461442 Sink the strange '-stdlib=...' flag handling into the C++ include by Chandler Carruth · 13 years ago
  20. 7ffa032 Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc by Chandler Carruth · 13 years ago
  21. b5870e7 Add a FIXME to cleanup the CPATH handling. It's currently burried with by Chandler Carruth · 13 years ago
  22. 88491fc Add a system include management interface to the toolchain, and call it by Chandler Carruth · 13 years ago
  23. 69c2c50 Constant expression evaluation: refactor to start the groundwork for coping with by Richard Smith · 13 years ago
  24. 0a3bdb6 Constant expression evaluation: track the manner in which an lvalue was written, by Richard Smith · 13 years ago
  25. 74f4634 Constant expression evaluation: although we don't know whether a literal will by Richard Smith · 13 years ago
  26. 49cf884 In the AST dump, add a space between the type and value for CharacterLiteral. by Richard Trieu · 13 years ago
  27. b49d5a6 Use a single integer type for a sub-doubleword part of a byval structure. by Akira Hatanaka · 13 years ago
  28. 1bb94a4 Fix alignment on alloca's for parameters using ABIArgInfo::Expand. by Eli Friedman · 13 years ago
  29. 05272a6 Parse the warning options twice. The first pass sets diagnostic state, while by Chad Rosier · 13 years ago
  30. 27368f9 After resetting the diagnostic state, set the number of warning occurring in the preamble. by Argyrios Kyrtzidis · 13 years ago
  31. ddfb8d1 Fix the alignment on scalar parameter variables so that it matches what the AST thinks it should be. Per report on cfe-dev. by Eli Friedman · 13 years ago
  32. e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 13 years ago
  33. 2c62864 Force test to use the non-fragile ABI by Douglas Gregor · 13 years ago
  34. e397bf1 [libclang] Move CursorVisitor to its own header. by Argyrios Kyrtzidis · 13 years ago
  35. ea0e4e8 [libclang] Make sure pointing inside the #include of the fields will return the struct. by Argyrios Kyrtzidis · 13 years ago
  36. ba98617 [libclang] Use CursorVisitor::Visit instead of invoking the visitor directly. by Argyrios Kyrtzidis · 13 years ago
  37. dc35aac [libclang] Add a test for "targeting" a field inside an #include that only by Argyrios Kyrtzidis · 13 years ago
  38. f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 13 years ago
  39. 8a0ace6 Fix grammaro by Douglas Gregor · 13 years ago
  40. 27c72d8 Teach the ASTImporter to import DefinitionData bits. by Douglas Gregor · 13 years ago
  41. a885dce Class can't be null in this context by Douglas Gregor · 13 years ago
  42. 17015ef Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather than a class by Douglas Gregor · 13 years ago
  43. fb35e8f When we're checking a friend function template in an out-of-line class by Douglas Gregor · 13 years ago
  44. b4efaa0 [libclang] Add missing return in clang_getExpansionLocation that resulted in that function by Argyrios Kyrtzidis · 13 years ago
  45. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  46. dcaca01 [libclang] For c-index-test disable caching of code completion results if by Argyrios Kyrtzidis · 13 years ago
  47. 9030693 Do not add "byval" attribute to records with non-trivial copy constructors by Jan Wen Voung · 13 years ago
  48. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  49. b551dd3 Set MinABIStackAlignInBytes to 8 if ABI is N32/64. by Akira Hatanaka · 13 years ago
  50. d5a257f Convert the type of a structure passed by value if it has double precision by Akira Hatanaka · 13 years ago
  51. 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
  52. c0e3b66 Return function results whose size is smaller than 128-bits in registers if ABI by Akira Hatanaka · 13 years ago
  53. caf1f26 Use native endianness for writing out character escapes to the result buffer for string literal parsing. No functional change on little-endian architectures; should fix test failures on PPC. by Eli Friedman · 13 years ago
  54. ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
  55. c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
  56. 3c24cab Don't encourage bug reports to the Clang mailing list. We have a bug by Douglas Gregor · 13 years ago
  57. ce50c55 In addition to dumping preprocessed source, dump a script with the command line by Chad Rosier · 13 years ago
  58. 21a2516 Fix various minor issues find via unreachable code warnings, from Ahmed Charles! by Douglas Gregor · 13 years ago
  59. 5fa3f13 [analyzer] Tweak the test script by Anna Zaks · 13 years ago
  60. 27e66ad Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 13 years ago
  61. d67fc49 [analyzer] Start writing Checker Developer Manual. by Anna Zaks · 13 years ago
  62. 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  63. 38738fc Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling the expression, so that it works for non-UTF8 strings. by Douglas Gregor · 13 years ago
  64. b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
  65. 2eba859 Remove virtually empty file. by Benjamin Kramer · 13 years ago
  66. 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
  67. 591ff15 Invoke the Darwin assembler with -g instead of --gdwarf2. by Bob Wilson · 13 years ago
  68. d4e85fa Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
  69. 3b694fa Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  70. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  71. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  72. 6800ba6 [analyzer] Make sink attribute part of the node profile. by Anna Zaks · 13 years ago
  73. 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 13 years ago
  74. 6889679 [analyzer] Make sure the child builder use temporary destination sets by Anna Zaks · 13 years ago
  75. cdcc653 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 13 years ago
  76. a2a8603 [analyzer] CheckerContext::getPredecessor() cleanup by Anna Zaks · 13 years ago
  77. 6706e97 [analyzer] Remove the CheckerContext's destructor. by Anna Zaks · 13 years ago
  78. d22718c Add missing export. Spotted by Leandro Melo. by Eli Friedman · 13 years ago
  79. 5d8419c When we run into a constructor or destructor that is defined in the by Douglas Gregor · 13 years ago
  80. 0b4072f Fix r143463 to test what it was intended to test. by Richard Smith · 13 years ago
  81. ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 13 years ago
  82. 5d8b954 rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 13 years ago
  83. 65ac598 When constant-folding, don't look at the initializer of a global const variable by Richard Smith · 13 years ago
  84. 344d78d Temporarily disable lvalue-to-rvalue conversions on const pointers while an by Richard Smith · 13 years ago
  85. ef84af9 Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. by Tanya Lattner · 13 years ago
  86. d4e7e22 [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 13 years ago
  87. 0505321 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 13 years ago
  88. 2eb0ce3 Silence a warning in -Asserts builds by Matt Beaumont-Gay · 13 years ago
  89. 0bfaf06 Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later. by Ted Kremenek · 13 years ago
  90. 62ba9f6 Put a reference of the ASTReader in the ASTUnit. by Argyrios Kyrtzidis · 13 years ago
  91. 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
  92. 177dce7 Implement C++11 'constexpr calls must return constant expressions' rule, and by Richard Smith · 13 years ago
  93. cc7a648 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 13 years ago
  94. 885011b Correct test for additional comment line. by Eli Friedman · 13 years ago
  95. 55a7ba0 Mark test as requiring x86 backend. by Eli Friedman · 13 years ago
  96. 8bb6e9e Don't depend on system includes in test. by Eli Friedman · 13 years ago
  97. d9f5b33 Make test work with ARM C++ ABI. by Eli Friedman · 13 years ago
  98. f12e1b9 Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. by Eli Friedman · 13 years ago
  99. 64f45a2 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 13 years ago
  100. f74a458 Perform proper conversion for strings encoded in the source file as UTF-8. (For now, we are assuming the source character set is always UTF-8; this can be easily extended if necessary.) by Eli Friedman · 13 years ago