1. 125bbbe PR5684: Fix refacto, the backend consumer was copying the Diagnostic object, by Daniel Dunbar · 15 years ago
  2. f772d1e ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit made by Daniel Dunbar · 15 years ago
  3. f13876fa Ignore -fsched-interblock and -freorder-blocks to the ignored -f flags, we have by Daniel Dunbar · 15 years ago
  4. 16c5378 Make sure to call PerformObjectMemberConversion where necessary. by Eli Friedman · 15 years ago
  5. 2e77aa1 Use PresumedLoc when emitting the 'included from' diagnostics. For a malformed by Chris Lattner · 15 years ago
  6. bfb4fc9 Rename instance variable to avoid name conflict with parameters, and modify addTransition() to compare the correct state values. by Ted Kremenek · 15 years ago
  7. 6dea404 Revert r90546. by Ted Kremenek · 15 years ago
  8. dd27a2d Missed change from last commit. by Eli Friedman · 15 years ago
  9. f595cc4 Make the type of the Decl referred to by a MemberExpr a bit more precise. by Eli Friedman · 15 years ago
  10. 1d60710 the assertion says state is not NULL. When state is not NULL, getState() by Zhongxing Xu · 15 years ago
  11. 47846d2 Correctly mangle the 'std' namespace inside extern "C++" blocks. by Anders Carlsson · 15 years ago
  12. 04f2bd8 minor tidy. by Chris Lattner · 15 years ago
  13. 3aaf486 Make sure that overridden method decls are always canonical. by Anders Carlsson · 15 years ago
  14. 8420675 Test for non-canonical decl and vtables. by Eli Friedman · 15 years ago
  15. 8b9006f Fix regression in vtable improvements. by Eli Friedman · 15 years ago
  16. fffefeb Try/catch statements seem to be working well enough to turn on. by Mike Stump · 15 years ago
  17. ce03390 Disable for now, doesn't play nice with the temporary code. by Mike Stump · 15 years ago
  18. d6a3e67 Rename method to something easier to search for. by Eli Friedman · 15 years ago
  19. dd454be More work in preparation of getting rid of the submethods loop. by Anders Carlsson · 15 years ago
  20. 0e88116 Remove an unused member variable. by Anders Carlsson · 15 years ago
  21. c0c4993 Add a way to get the index of a method. Assert that we have the same index for now. by Anders Carlsson · 15 years ago
  22. 29202d5 Add a premature optimization. by Anders Carlsson · 15 years ago
  23. 2fce216 Add the method directly to the vtable. by Anders Carlsson · 15 years ago
  24. 1e2180b Get rid of the PureVirtualMethods map. by Anders Carlsson · 15 years ago
  25. bf54027 Move handling of pure virtual methods to AppendMethods (and rename it to AppendMethodsToVtable). by Anders Carlsson · 15 years ago
  26. ea35722 Move covariant thunk handling to AppendMethods too. by Anders Carlsson · 15 years ago
  27. b73ba39 Move 'this' pointer adjustment thunks to AppendMethods. by Anders Carlsson · 15 years ago
  28. b17daf9 Make functions returning a struct indirectly evaluate the returned struct by Eli Friedman · 15 years ago
  29. adfa267 Factor appending methods to a vtable out into a separate function. by Anders Carlsson · 15 years ago
  30. 98fdb24 Get rid of the Thunks struct too. by Anders Carlsson · 15 years ago
  31. a875670 Remove the CovariantThunk struct. by Anders Carlsson · 15 years ago
  32. 4644b8b Remove the GlobalDecl from the Thunk as well. by Anders Carlsson · 15 years ago
  33. 67f85fc Fix for PR5447: teach Evaluate to deal with floating-point conditionals. by Eli Friedman · 15 years ago
  34. c71a523 Remove the GlobalDecl from the CovariantThunk struct, we can just look it up in the Methods table now. by Anders Carlsson · 15 years ago
  35. a7f1911 Start populating the VtableMembers structure. by Anders Carlsson · 15 years ago
  36. d02e83a Allow BlockInvocationContext to wrap either a BlockDecl* or a BlockDataRegion*, giving us choice in our degree of context-sensitivity. by Ted Kremenek · 15 years ago
  37. c7ab1a8 Add a data structure for efficient storing of vtable methods. Not used yet. by Anders Carlsson · 15 years ago
  38. 0a3816e Fixup reference binding for catch parameters. by Mike Stump · 15 years ago
  39. 13a5be1 Update chunk of #if 0'ed code to remove fixed FIXME and make it compile. We by Eli Friedman · 15 years ago
  40. 0ee4124 Refactor LocationContext creation logic into a single member template. by Ted Kremenek · 15 years ago
  41. dc0d909 Refactor FoldingSet profiling code for LocationContexts, and add a new BlockInvocationContext to represent the invocation of a block. by Ted Kremenek · 15 years ago
  42. 9aef726 Fix for PR5679: make __builtin_prefetch a bit more flexible in what it accepts by Eli Friedman · 15 years ago
  43. b48ad64 constify MemRegion* returned by MemRegionManager::getXXXRegion() methods. by Ted Kremenek · 15 years ago
  44. 5023437 When recovering from an invalid forward reference to an enum type in C++, by John McCall · 15 years ago
  45. bcd7f9f More template-logic for MemRegion construction out of MemRegion.h and into MemRegion.cpp. by Ted Kremenek · 15 years ago
  46. 3faae56 These are done. by Mike Stump · 15 years ago
  47. d9cb7e9 Improve catch parameter bindings for scalar non-pointers. WIP. by Mike Stump · 15 years ago
  48. d001454 Lift the ObjCPropertyCallback out of local scope to unbreak VS2005 builds. by John McCall · 15 years ago
  49. c013118 Add recursion guards to ice-checking and evaluation for declrefs, so we by Eli Friedman · 15 years ago
  50. f722770 Try to make the output of PlistDiagnostics more deterministic by sorting PathDiagnostics before they are emitted. Fixes <rdar://problem/7439668>. by Ted Kremenek · 15 years ago
  51. d3d870b Convert some methods in PathDiagnostic to return StringRefs instead of std::string&. by Ted Kremenek · 15 years ago
  52. e7184df A new helper function to set various bits in the class when by Fariborz Jahanian · 15 years ago
  53. ba8d861 Fix Clang tool translation to forward -fvisibility as separate arguments, the by Daniel Dunbar · 15 years ago
  54. 93c5b91 Add utils/TestUtils, and sink pch-test.pl there. by Daniel Dunbar · 15 years ago
  55. 1ab537b Unify the end-of-class code paths used by the parser and template by Douglas Gregor · 15 years ago
  56. 9f303be Add another blocks test case illustrating how parameters passed-by-reference in block invocations are invalidated (just like function calls). by Ted Kremenek · 15 years ago
  57. 51f9404 When instantiating a class, if a base specifier is not dependent we still need to copy its attributes down to the instantiated class. by Anders Carlsson · 15 years ago
  58. a7a8dfd Tweak handling of BlockDataRegions in RegionStoreManager::RemoveDeadBindings(): only the VarRegions for variables marked with the '__block' annotation should have their lifetime extended by a BlockDataRegion. by Ted Kremenek · 15 years ago
  59. 7b0ca3f Handle static_assert inside functions. by Anders Carlsson · 15 years ago
  60. 1f5f3a4 When we're building a CXXExprWithTemporaries, only include those by Douglas Gregor · 15 years ago
  61. 109ae73 Minor cleanup to the code-completion-point logic suggested by Chris. by Douglas Gregor · 15 years ago
  62. c085a98 Eli, I copied my code from this code... Let's fix the souce of the bad idea! by Mike Stump · 15 years ago
  63. 2d09ed0 Make test 64 bit safe. by Benjamin Kramer · 15 years ago
  64. 4a2251b Fix for PR5659: correct a rather nasty oversight in the type conversion for by Eli Friedman · 15 years ago
  65. bdf70c2 XFAIL this on Win32 for the time being. by Daniel Dunbar · 15 years ago
  66. 1bf4056 Add security syntactic checker for mktemp. Patch by Lei Zhang! by Zhongxing Xu · 15 years ago
  67. 459cc23 Update CMake for CallGraph.cpp move. by Daniel Dunbar · 15 years ago
  68. baac103 Fix two more diagnostic-on-stderr instances that thought they could hide from me -- they thought wrong. by Daniel Dunbar · 15 years ago
  69. e7cb7e4 Kill a few more random stderr uses. by Daniel Dunbar · 15 years ago
  70. 28df7a5 Convert ABIArgInfo::dump to raw_ostream. by Daniel Dunbar · 15 years ago
  71. 36841b3 Kill off one last exit() call. by Daniel Dunbar · 15 years ago
  72. 3367198 Use llvm_report_error instead of fprintf + assert + exit. by Daniel Dunbar · 15 years ago
  73. 3604359 Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to) update all clients to be able to handle failure. by Daniel Dunbar · 15 years ago
  74. 43adb7e Remove an unnecessary (I believe) exit() on error. by Daniel Dunbar · 15 years ago
  75. 806c12e Convert StmtDumper to raw_ostream. I forget why. by Daniel Dunbar · 15 years ago
  76. 93ebb1b Switch PCHReader::getOriginalSourceFile to use proper diagnostics. by Daniel Dunbar · 15 years ago
  77. 3be0d19 Fix BackendConsumer to use proper diagnostics. by Daniel Dunbar · 15 years ago
  78. 2ffbfd9 Add value invalidation logic for block-captured variables. Conceptually invoking a block (without specific reasoning of what the block does) can invalidate any value to it by reference when the block was created. by Ted Kremenek · 15 years ago
  79. 81cef58 Make BlockDataRegion::referenced_vars_iterator an actual class that enforces that all MemRegions iterated over are VarRegions. by Ted Kremenek · 15 years ago
  80. 08a87f4 Attempt to fix the MSVC build. by Anders Carlsson · 15 years ago
  81. 5e96f9d clang-cc: Move to CompilerInvocation based command line parsing. by Daniel Dunbar · 15 years ago
  82. 8fd57fe Fix layering violation by moving Analysis/CallGraph to Index by Daniel Dunbar · 15 years ago
  83. 9b5e9ae clang-cc: Honor -help and -version when using new style option parsing. by Daniel Dunbar · 15 years ago
  84. b737fb1 CC1Options: Normalize meta var spellings, and fix a few help texts. by Daniel Dunbar · 15 years ago
  85. 60e107f Add OptTable::PrintHelp. by Daniel Dunbar · 15 years ago
  86. 7bd7165 Update test and CIndex to use -FOO BAR form for -{remap-file,code-completion-at}. by Daniel Dunbar · 15 years ago
  87. e14b5f5 Add clang -cc1 support for -remap-file. by Daniel Dunbar · 15 years ago
  88. efba227 Add clang -cc1 -load option. by Daniel Dunbar · 15 years ago
  89. 6804fa2 Fix thunk generation for thunks with a parameter with reference type. by Eli Friedman · 15 years ago
  90. 35c98cc Minor cleanup. by Eli Friedman · 15 years ago
  91. 701c89e Honor using declarations in overload resolution. Most of the code for by John McCall · 15 years ago
  92. 919d5e5 Add support for thunking dtors. Oh why does this make my head hurt? by Mike Stump · 15 years ago
  93. f668bd0 Reflow. by Mike Stump · 15 years ago
  94. 1750b4f Revert r90402 for now, virt.cpp is failing. by Anders Carlsson · 15 years ago
  95. 81a9583 Add batch version of 'StoreManager::InvalidateRegion()' for invalidating multiple regions as once. After adopting this in the CFRefCount::EvalCall(), we see a reduction in analysis time of 1.5% when analyzing all of SQLite3. by Ted Kremenek · 15 years ago
  96. b5b32f5 Use Eli's ComputeThunkAdjustment for calculating the return adjustment. by Anders Carlsson · 15 years ago
  97. 9fcfc42 Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote. by Anders Carlsson · 15 years ago
  98. 3b908ce Remove the index from the Thunk struct. by Anders Carlsson · 15 years ago
  99. 491b955 Change the Thunks map to use the vtable index as the key. by Anders Carlsson · 15 years ago
  100. 6fd247b Add the global decl to the Thunk struct. by Anders Carlsson · 15 years ago