1. 568eb6c Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality by Ted Kremenek · 15 years ago
  2. 9dc82d2 Remove the IndirectPrimary parameter in LayoutVirtualBases; it's already there as a member variable. by Anders Carlsson · 15 years ago
  3. 200c5c2 More cleanup and simplification of the record layout builder. by Anders Carlsson · 15 years ago
  4. ec853ba Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance. by John McCall · 15 years ago
  5. 0af9523 set alignment on static locals properly, patch by Arnaud de Grandmaison! by Chris Lattner · 15 years ago
  6. e3bdbee Get rid of the LayoutBaseNonVirtually; it was used to lay out a base either as a non-virtual base or a virtual base. by Anders Carlsson · 15 years ago
  7. e239b9d More shuffling. by Anders Carlsson · 15 years ago
  8. 4c3a7b0 Cleanups, no functionality change yet. by Anders Carlsson · 15 years ago
  9. defd016 add DESTDIR support for clang headers, PR6556. Patch by Matthias Klose! by Chris Lattner · 15 years ago
  10. 2bc1d3a Fix calculation of whether a member function needs a thunk in construction vtables. by Anders Carlsson · 15 years ago
  11. d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 15 years ago
  12. 327fb2d Suppress the tag when printing an ElaboratedType if the language options by John McCall · 15 years ago
  13. a96a2e9 We were mistakenly marking morally virtual bases as being uninteresting. Fix this. by Anders Carlsson · 15 years ago
  14. f2c98ce Ignore non-interesting bases when emitting construction vtables. by Anders Carlsson · 15 years ago
  15. 957a2b7 Simplify assertion. by Ted Kremenek · 15 years ago
  16. a03430e Remove '#if 0' code. Lazy compound values have proven their worth. by Ted Kremenek · 15 years ago
  17. cbc6a63 Fix -Wsign-compare warnings reported by clang++. by Ted Kremenek · 15 years ago
  18. 8515fbf Fix -Wsign-compare warning reported by clang++. by Ted Kremenek · 15 years ago
  19. d69493a Remove the subregion map cache. It is no longer used. by Ted Kremenek · 15 years ago
  20. b7118f7 Fix stale comment. by Ted Kremenek · 15 years ago
  21. 5499b84 Really apply (unnoticed weird git-svn merge conflict in 98144): Refactor RegionStore::RemoveDeadBindings to use the same core cluster analysis algorithm as RegionStore::InvalidateRegions(). by Ted Kremenek · 15 years ago
  22. 266e05c Move test and also test codegen. by Rafael Espindola · 15 years ago
  23. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  24. e5ea0ca Refactor RegionStore::RemoveDeadBindings to use the same core by Ted Kremenek · 15 years ago
  25. a4fab03 Refactor some of RegionStore's InvalidateRegionsWorker class by Ted Kremenek · 15 years ago
  26. e35b768 Add newline. by Anders Carlsson · 15 years ago
  27. 6039661 Don't accidentally mark some functions in construction vtables as unused. Also land the test for a previous checkin, now that it's correct. by Anders Carlsson · 15 years ago
  28. becb8d5 Allow the fast path through ASTContext::getTypeDeclType to be inlined. by John McCall · 15 years ago
  29. c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
  30. dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
  31. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  32. d7fdae5 When building construction vtables, we need to check if a primary virtual base is actually a primary virtual base in the layout class. by Anders Carlsson · 15 years ago
  33. 3c1c4aa add missing test by Rafael Espindola · 15 years ago
  34. db4022c Improve vcall offset handling in construction vtables. With this we layout the construction vtables from the ABI examples correctly. by Anders Carlsson · 15 years ago
  35. bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 15 years ago
  36. 9a2a69f Add insert/extract_ps and related random macros. by Eric Christopher · 15 years ago
  37. f338370 Use SmallString instead of alloca. by Devang Patel · 15 years ago
  38. 2cfe28b When computing in AnalysisContext the variables referenced by Ted Kremenek · 15 years ago
  39. 30986dd Enhance basic store to also lazily symbolicate VarRegions by Ted Kremenek · 15 years ago
  40. d58562e Fix file reference for derived and composite types. Now, dwarf writer uses strict verifier that ignores debug info for such types if their file info is unknown. by Devang Patel · 15 years ago
  41. b91570a Value-initialize the written-builtin-specifiers field of DeclSpec, which by John McCall · 15 years ago
  42. 9f3e6a5 Fix the test some more. by Fariborz Jahanian · 15 years ago
  43. a4c779e See if this test makes it though buildbot. by Fariborz Jahanian · 15 years ago
  44. 7573f8b More then one anonymous aggregates on one line creates chaos when MDNode uniquness is combined with RAUW operation. Right solution is to avoid using RAUW. by Devang Patel · 15 years ago
  45. af652fa Reverse the code gen. enabled part of test until I can figure out by Fariborz Jahanian · 15 years ago
  46. e0610a4 Improve Objective-C token-annotation test by Douglas Gregor · 15 years ago
  47. 40ac517 Code gen test for a previous patch for radar 7709015 by Fariborz Jahanian · 15 years ago
  48. 683f6db Use getLast() instead of getBasename(). by Devang Patel · 15 years ago
  49. 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 15 years ago
  50. 98146a6 Add an Objective-C test for token annotation by Douglas Gregor · 15 years ago
  51. bb9357c Replace copy loops with memcpy. by Benjamin Kramer · 15 years ago
  52. 1780055 Start using DIFile. Corresponding llvm patch is r98020. by Devang Patel · 15 years ago
  53. f7507f2 Add test cases for r98003 and r98006. by Ted Kremenek · 15 years ago
  54. 21259ba Add preprocessor guards to the definitions of size_t and wchar_t, and #undef NULL before defining it. by Ted Kremenek · 15 years ago
  55. 82bab0d Place the definition of 'va_list' within a preprocessor guard. This matches the behavior of GCC, and avoids potential conflicts with system headers (e.g., stdio.h). Fixes <rdar://problem/7727145>. by Ted Kremenek · 15 years ago
  56. ad6eff6 Implement clang_isUnexposed(), a predicate function to simplify filtering out by Ted Kremenek · 15 years ago
  57. b35baae add a codegen hack to work around an AST bug, allowing us to compile the by Chris Lattner · 15 years ago
  58. 503524a Allocate ASTRecordLayout objects using the allocator associated with ASTContext. by Ted Kremenek · 15 years ago
  59. 0804e6e Avoid using DIDescriptor.isNull(). by Devang Patel · 15 years ago
  60. 43533c9 Revert r97727 at ddunbar's request; we want to solve this some other way. by John McCall · 15 years ago
  61. 9fd4f89 Rename -Wbad-literal to -Wliteral-range. by John McCall · 15 years ago
  62. dd7b0d5 Revert r97949. by Devang Patel · 15 years ago
  63. f6f8d5a Don't enable static analysis support for C++ by default. Users are by Ted Kremenek · 15 years ago
  64. 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  65. 240c734 Mark variable as const by Kovarththanan Rajaratnam · 15 years ago
  66. ff03ab1 Avoid DIDescriptor.isNull() checks. by Devang Patel · 15 years ago
  67. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  68. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  69. a48b284 Remove unused headers. by Duncan Sands · 15 years ago
  70. da79149 Remove redundant semicolon by Douglas Gregor · 15 years ago
  71. 5abbd60 Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers by Douglas Gregor · 15 years ago
  72. 516a6bc In C++98/03, an uninitialized variable that has POD class type will be by Douglas Gregor · 15 years ago
  73. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  74. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 15 years ago
  75. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  76. a50ce32 Robustify callers that rebuild typename type nodes again NULL return by Douglas Gregor · 15 years ago
  77. 4ce46c2 Perform overload resolution when static_cast'ing from a by Douglas Gregor · 15 years ago
  78. a1a9f03 Reference binding via user-defined conversion can compute a binding by Douglas Gregor · 15 years ago
  79. 6b82f64 Undefine correct macro by Kovarththanan Rajaratnam · 15 years ago
  80. ffaf4c5 implement support for -Wno-deprecated, PR6534. While by Chris Lattner · 15 years ago
  81. c8e5eac Don't rely on implicit conversion by Kovarththanan Rajaratnam · 15 years ago
  82. a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 15 years ago
  83. 92e4443 Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks) by Kovarththanan Rajaratnam · 15 years ago
  84. 3afda60 Add sse4.1 packed min and max intrinsics. by Eric Christopher · 15 years ago
  85. 0356848 Add load hint instruction intrinsic. by Eric Christopher · 15 years ago
  86. d6b162e Add in movntdqa intrinsic for load hint. by Eric Christopher · 15 years ago
  87. c82ac95 Add in support for dword multiply and fp dot product intrinsics. by Eric Christopher · 15 years ago
  88. 31b2ac7 Add in dot product intrinsics for dpps and dppd. by Eric Christopher · 15 years ago
  89. d6a9324 Fix for PR6294: we should only delay recording nested dynamic classes if they by Eli Friedman · 15 years ago
  90. 96df6cf Don't turn off mangling in implicitly extern "C" system headers. GCC by Douglas Gregor · 15 years ago
  91. 1dcd061 Fix 80 col violation. by Tanya Lattner · 15 years ago
  92. 18f36d9 Don't produce debug info when given -g. Fixes PR6529. by Rafael Espindola · 15 years ago
  93. 47f164e Fix indentation, use string directly instead of StringRef. by Tanya Lattner · 15 years ago
  94. 20df668 Fix some weird patch issue. by Tanya Lattner · 15 years ago
  95. 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
  96. b196ef7 disable these dirs which rely on dynamic linking on mingw/cygwin by Chris Lattner · 15 years ago
  97. 9cbeb63 add mblaze target support, patch by Wesley Peck! by Chris Lattner · 15 years ago
  98. fc904d5 on both the mac and linux, /usr/local/include is treated by Chris Lattner · 15 years ago
  99. 1d02ccd Rename the new Iterator objects and raise an assertion instead of returning invalid objects when the key is out of range. by Benjamin Kramer · 15 years ago
  100. 3b0cf09 Update the python bindings for recent changes in the CIndex API. by Benjamin Kramer · 15 years ago