1. fa2b3dd Make CGRecordLayoutBuilder correctly switch over to a packed class when a class has a base whose alignment will break the class layout. <rdar://problem/10551376>. by Eli Friedman · 13 years ago
  2. ff78927 Add frontend flags to enable bitcode verifier pass. by Chad Rosier · 13 years ago
  3. 8ef8f43 Suppress -Warray-bounds in certain cases involving macros from system headers. by Matt Beaumont-Gay · 13 years ago
  4. 364a59e Fixes a bug in calculation of field offsets of ms_struct by Fariborz Jahanian · 13 years ago
  5. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  6. 60f24e7 Further tweaking of diagnostic text for casts performing reinterpret_cast by Richard Smith · 13 years ago
  7. 3b29bb9 When we have an umbrella directory in a module map, recursively walk by Douglas Gregor · 13 years ago
  8. 4cd9b8f Clean up diagnostic wording for disallowed casts in C++11 constant expressions. by Richard Smith · 13 years ago
  9. d83d2e7 Don't mark include guard macros as implicitly private. This isn't by Douglas Gregor · 13 years ago
  10. c08e618 Fix signature of vsscanf in Builtins.def by Hans Wennborg · 13 years ago
  11. d95a8ab0 Fix signature of sscanf in Builtins.def by Hans Wennborg · 13 years ago
  12. c216a01 Implement C++11 constant expression cast restrictions. by Richard Smith · 13 years ago
  13. 439ddaa Make fscanf, vscanf, etc. be recognized as scanf-like functions. by Hans Wennborg · 13 years ago
  14. d509342 Fix some not-yet-used diagnostic code in a template, which gcc spotted and clang by Richard Smith · 13 years ago
  15. dd1f29b Prepare constant expression infrastructure for the generation of richer by Richard Smith · 13 years ago
  16. 50058ec Update Clang to emit the new form of llvm.cttz and llvm.ctlz intrinsics, by Chandler Carruth · 13 years ago
  17. 4db8c44 Fix/test decltype dtor calls with invalid base expression. by David Blaikie · 13 years ago
  18. e3d250e [analyzer] CStringChecker should not rely on the analyzer generating UndefOrUnknown value when it cannot reason about the expression. by Anna Zaks · 13 years ago
  19. 9f32a92 Reuse forAddr to create ignored AggValueSlots. by Benjamin Kramer · 13 years ago
  20. 6d6a83c [analyzer]Fixup r146336. by Anna Zaks · 13 years ago
  21. 24d052c [analyzer] Introduce IntSymExpr, where the integer is on the lhs. by Anna Zaks · 13 years ago
  22. 6fcd932 Check that arguments to a scanf call match the format specifier, by Hans Wennborg · 13 years ago
  23. e7edf30 test/Sema/attr-availability.c: Add explicit -triple x86_64-apple-darwin9, for now. by NAKAMURA Takumi · 13 years ago
  24. 16ed0e6 [libclang] Add defensive checks to make sure we don't try to dereference by Argyrios Kyrtzidis · 13 years ago
  25. a4288c4 In ContentCache::replaceBuffer, add sanity check to make sure that we do not free a buffer by Argyrios Kyrtzidis · 13 years ago
  26. 9aab9c4 Make sure that we infer __strong, etc. when we instantiate variables by Douglas Gregor · 13 years ago
  27. ee19f43 Add a fast path to the constant evaluator for integer literals. This speeds up by Richard Smith · 13 years ago
  28. d575254 Add a sanity check in SourceManager::getColumnNumber, make sure by Argyrios Kyrtzidis · 13 years ago
  29. 006e42f Add ability to supply additional message to availability macros, by Fariborz Jahanian · 13 years ago
  30. d937c21 Use the right CHECK prefix so that we actually do this checking. Miraculously, this hasn't broken by Douglas Gregor · 13 years ago
  31. 92be2a5 When we manage to re-use an expression during tree transformation (= by Douglas Gregor · 13 years ago
  32. 001f628 Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and by Daniel Dunbar · 13 years ago
  33. 2c3c767 Fix up doxyments (\arg vs \p). by Matt Beaumont-Gay · 13 years ago
  34. 40563cd Make array new on a pointer to data member type work correctly. PR11523. by Eli Friedman · 13 years ago
  35. 9eed49c Mechanically convert static_assert_fold to static_assert, now we implement the by Richard Smith · 13 years ago
  36. f48fdb0 C++11 constant expressions: Don't use CheckICE in C++11; instead, determine by Richard Smith · 13 years ago
  37. 0373fcc Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. by Ted Kremenek · 13 years ago
  38. 52a9b5a Sort exports list. by Ted Kremenek · 13 years ago
  39. 2def773 Add notes for suppressing and (if it's a zero-arg function returning bool) fixing the function-to-bool conversion warning. by David Blaikie · 13 years ago
  40. 6dce88d objc-arc: diagnose synthesis of a 'weak unavailable' property. by Fariborz Jahanian · 13 years ago
  41. 44d95b5 Provide a separate warning for weak vtables in explicit template instantiations. There's no (current) way to fix such templates to emit strong symbols/vtables, but perhaps users want to know about the cost being incurred anyway. by David Blaikie · 13 years ago
  42. efda0e8 When performing subframework header lookup, don't search for by Douglas Gregor · 13 years ago
  43. 99a922b Use llvm::sys::fs::equivalent rather than comparing inodes, because by Douglas Gregor · 13 years ago
  44. 6308218 Remove unnecessary braces from my previous commit. by Hans Wennborg · 13 years ago
  45. f4f0c60 Make printf warnings refer to wint_t and wchar_t by name by Hans Wennborg · 13 years ago
  46. b8ec3e3 Move definition of ConversionSpecifier::toString() to FormatString.cpp by Hans Wennborg · 13 years ago
  47. 117348c fix format specifier fixit for printf("%ld", "foo"); by Hans Wennborg · 13 years ago
  48. 4b45c11 Fix a blatant typo or cut/paste-o reported by users of this header. by Chandler Carruth · 13 years ago
  49. 4ec4089 Teach isConstantInitializer that numeric literals are constants, rather than by Richard Smith · 13 years ago
  50. d4e6e7e Fix the --hash-style option when the target is MIPS as it is by Chandler Carruth · 13 years ago
  51. 8a0f155 Document the updated behaviour of __builtin_constant_p introduced in r146236. by Richard Smith · 13 years ago
  52. 432a455 [analyzer] Fix inconsistency on when SValBuilder assumes that 2 by Anna Zaks · 13 years ago
  53. 4278683 In ExprEvaluatorBase::VisitOpaqueValueExpr() add a sanity check to avoid by Argyrios Kyrtzidis · 13 years ago
  54. e052d46 Replace the implementation of __builtin_constant_p (which was based on the GCC by Richard Smith · 13 years ago
  55. 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
  56. 71088d1 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 13 years ago
  57. 8bd25b4 Clean up the comments for this file now that its contents are totally by Chandler Carruth · 13 years ago
  58. cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
  59. 5a477db deprecated enum should not warn when used initializing another deprecated enumerator. by Fariborz Jahanian · 13 years ago
  60. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  61. 4451746 [libclang] Make sure we don't try to handle a CXCursor_NoDeclFound by Argyrios Kyrtzidis · 13 years ago
  62. 4897787 [arcmt] Un-XFAIL a test. by Argyrios Kyrtzidis · 13 years ago
  63. 66aff4a Teach the Makefile build about the new diagnostic file from r146207. by Chandler Carruth · 13 years ago
  64. 9b7568d Use default visibility in the the symbols declared in unwind.h. This matches by Rafael Espindola · 13 years ago
  65. a2398d7 Separate the serialization library's diagnostics from the frontend's by Chandler Carruth · 13 years ago
  66. 6d402dc Misc Minix-specific changes to clang: by Eli Friedman · 13 years ago
  67. cc1f918 Don't get the exception obj from the slot more than once. by Bill Wendling · 13 years ago
  68. 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
  69. 1e4f68c Fix an edge case in IRGen for conditionals. PR11509. by Eli Friedman · 13 years ago
  70. 39993dd add tree test for suse on ppc64 (r146142) by Hal Finkel · 13 years ago
  71. 1fa3c06 This patch extends thread safety analysis with support for the scoped_lockable attribute. by DeLesley Hutchins · 13 years ago
  72. 2cad9e3 Added missing testcase from r145849. Thanks to Dave Blaikie for catching this. by Lang Hames · 13 years ago
  73. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  74. d5c3fa2 More refactoring of objective-C rewriter. by Fariborz Jahanian · 13 years ago
  75. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  76. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  77. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  78. 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
  79. 52b1ed3 Convert paths to native format before constructing a by Douglas Gregor · 13 years ago
  80. e3ca33a Only do typo correction for implicit function decls when by Hans Wennborg · 13 years ago
  81. 90ec96f Fix: allow @protocol forward declarations inside @implementation-s. by Erik Verbruggen · 13 years ago
  82. f4e8a12 Unbreak MSVC build. by Francois Pichet · 13 years ago
  83. e1fca50 Remove unused parameter from the LateParsedTemplatedFunction constructor. by Francois Pichet · 13 years ago
  84. dc30967 Add an experimental MallocSizeofChecker, which reports inconsistencies by Peter Collingbourne · 13 years ago
  85. 2e55df4 Allow clang to find gcc libs on suse ppc64 by Hal Finkel · 13 years ago
  86. d85c1e9 Add a minimal unwind.h that knows how to forward to the system one in systems by Rafael Espindola · 13 years ago
  87. b577757 Use the real end of the decltype expression. by David Blaikie · 13 years ago
  88. e368a64 [libclang] When doing clang_findReferencesInFile, make sure we don't crash by Argyrios Kyrtzidis · 13 years ago
  89. 4ce83eb Minor cleanup. Avoid redundant getTriple() calls. by Bob Wilson · 13 years ago
  90. bb7f542 [libclang] Remove IndexingContext's getScopedContext(), it's not useful by Argyrios Kyrtzidis · 13 years ago
  91. 8cd0d25 Driver/Linux: Fix the ASAN library path to match current compiler-rt by Daniel Dunbar · 13 years ago
  92. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  93. 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
  94. 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
  95. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  96. b526a87 [libclang] Fix indexing of C++ bases in a C++ class. by Argyrios Kyrtzidis · 13 years ago
  97. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  98. b39c5b4 [analyzer] Cleanup: use the variable. by Anna Zaks · 13 years ago
  99. 7df67e6 runtime/Linux: Include the profile and ASAN libs on x86. by Daniel Dunbar · 13 years ago
  100. b78229c [analyzer] More www; document ProgramState->dump(). by Anna Zaks · 13 years ago