1. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  2. eb024ac Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks. by Fariborz Jahanian · 14 years ago
  3. ab2e020 There is no need to use separate dir name for AT_comp_dir attribute. Using absolute path for filename allows clients to query complete file location info from gdb breakpoints. Save constructed full file name. by Devang Patel · 14 years ago
  4. cad910d Test for selector-warning PCH patch. radar 6507158. by Fariborz Jahanian · 14 years ago
  5. 0fab8cd Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess; by Eli Friedman · 14 years ago
  6. 3201983 PCH read/write for selector reference pool. Finishes off radar 6507158. by Fariborz Jahanian · 14 years ago
  7. cdd209d Dataflow solver: Don't overrwite the initial value of a block with top unless new values are available. Patch by Simone Pellegrini! by Ted Kremenek · 14 years ago
  8. f609462 Vectors are not integer types, so the type system should not classify by Douglas Gregor · 14 years ago
  9. 766c201 Add FILE* leak check to StreamChecker. Patch by Lei Zhang. by Zhongxing Xu · 14 years ago
  10. 67a213b Remove unneeded iostream include. by Bill Wendling · 14 years ago
  11. d5ef7b2 Change arg type. by Zhongxing Xu · 14 years ago
  12. 1f19124 Delete unnecessary const_cast. by Zhongxing Xu · 14 years ago
  13. b732791 AnalysisContext is not const. by Zhongxing Xu · 14 years ago
  14. ad23ebe Fix build on Ubuntu 10.04. by Zhongxing Xu · 14 years ago
  15. 44c181a Basic plumbing for generating a precompiled preamble for an by Douglas Gregor · 14 years ago
  16. 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 14 years ago
  17. b92caa5 Ted pointed out that this test case could be using access control instead of by John McCall · 14 years ago
  18. 577d479 Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works. by Sebastian Redl · 14 years ago
  19. 5a6fbcf Keep track of artificial scopes introduced by line directives. For example, by Devang Patel · 14 years ago
  20. db2cfec Turn off EH cleanups for __block variables; they caused some internal buildbot by John McCall · 14 years ago
  21. a8e5c5b Improve performance during cursor traversal when a region of interest by Douglas Gregor · 14 years ago
  22. 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 14 years ago
  23. 44db325 Don't crash when an explicit template instantiation has no user-written by Nick Lewycky · 14 years ago
  24. 5f3dbf5 Serialization is implemented, fix comments. by Argyrios Kyrtzidis · 14 years ago
  25. 0d39689 Read/write C++0x static_assert for PCH. by Argyrios Kyrtzidis · 14 years ago
  26. 0fa7d0b Allow loading declcontext information from any file in the chain. Properly write source locations to dependent files. WIP by Sebastian Redl · 14 years ago
  27. 554e6aa Read/write FriendTemplateDecl for PCH. by Argyrios Kyrtzidis · 14 years ago
  28. 7cb45e3 Support C++ try/catch statements for PCH. by Argyrios Kyrtzidis · 14 years ago
  29. 47dc37f This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang. by Zhongxing Xu · 14 years ago
  30. 2ce43c8 Make a bunch of new data structures for the new analysis by Zhongxing Xu · 14 years ago
  31. 664cffd Fix '<rdar://problem/8214263> MakeCXCursor null dereference when body of block is invalid' by checking that the body of a BlockDecl is null before constructing a CXCursor. by Ted Kremenek · 14 years ago
  32. 1f3b4a9 Update test case to include USRs containing offsets instead of line/columns. by Ted Kremenek · 14 years ago
  33. f48b531 Switch USR generation to use file offsets instead of line/columns for anonymous symbols. Fixes <rdar://problem/8221557>. by Ted Kremenek · 14 years ago
  34. 102e1b6 Fix PR7673 by allowing an empty clobbers section in an ASM statement. by Chandler Carruth · 14 years ago
  35. fa38c81 Add alternate names for x86 SIMD intrinsics. These aren't as common, but show by Chandler Carruth · 14 years ago
  36. 53513d2 This was still complaining about the length of the string. I've broken it here by Chandler Carruth · 14 years ago
  37. 9a570b4 tests: Make FileCheck version check that preamble isn't longer than we expected. by Daniel Dunbar · 14 years ago
  38. f5438e3 Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. by Daniel Dunbar · 14 years ago
  39. af18791 build: Make sure arm_neon.h gets installed. by Daniel Dunbar · 14 years ago
  40. ef44a5d Driver/Darwin: Always allow blocks on Darwin, so that users can conditionally by Daniel Dunbar · 14 years ago
  41. eaf5ee9 ObjCId is special "struct objc_object". Make this explicit in debug info. by Devang Patel · 14 years ago
  42. d27d3fc Allow loading macros from any file in the chain. WIP by Sebastian Redl · 14 years ago
  43. cf9f08f tests: XFAIL this test on win32, someone else can hunt this one down. by Daniel Dunbar · 14 years ago
  44. 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 14 years ago
  45. 04e6fd4 Promote some macro-related stuff to per-file data. Fix a cache-inefficient nested loop by inverting the nesting. Store the size of each file in the chain; will need this later for statement offsets. by Sebastian Redl · 14 years ago
  46. 0286de6 tests: Use FileCheck instead of external input; I think this test was failing on by Daniel Dunbar · 14 years ago
  47. 5a43021 Introduce a new C API function, clang_parseTranslationUnit(), which by Douglas Gregor · 14 years ago
  48. 0a2eb56 Added extra check when looking for location of '=' in a copy initialization. by Fariborz Jahanian · 14 years ago
  49. 10f8e31 Fix source location of the initializer in by Fariborz Jahanian · 14 years ago
  50. ad4f387 Catch thinko that Daniel Dunbar found. by Nate Begeman · 14 years ago
  51. d3f265d Fix regression caused by r108911. by Devang Patel · 14 years ago
  52. 5f371ee Fix a rewriter bug which originates in SemaInit involving by Fariborz Jahanian · 14 years ago
  53. f69ea95 Don't crash when sending a message inside a block with the non-fragile ABI (GNU runtime). by David Chisnall · 14 years ago
  54. 41d0c7a Mark the load after calling objc_msg_lookup_sender() so that it doesn't get optimised away (GNU runtime). by David Chisnall · 14 years ago
  55. 1f0fca5 Rename LazyCleanup -> Cleanup. No functionality change for these last three by John McCall · 14 years ago
  56. 7495f22 Rip out EHCleanupScope. by John McCall · 14 years ago
  57. 6962f8d Kill the CleanupBlock API. by John McCall · 14 years ago
  58. cc50529 Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazy by John McCall · 14 years ago
  59. df054db Code simplification. by John McCall · 14 years ago
  60. 45483b4 Switch the main possibly-conditional temporary cleanup over to being lazy. by John McCall · 14 years ago
  61. 81407d4 Switch the destructor for a temporary arising from a reference binding over to by John McCall · 14 years ago
  62. e540e63 Switch the __cxa_guard_abort cleanup to being a lazy cleanup. by John McCall · 14 years ago
  63. d871509 Switch some random local-decl cleanups over to using lazy cleanups. Turn on by John McCall · 14 years ago
  64. 7719971 Switch finally cleanups over to being lazy cleanups. We get basically nothing by John McCall · 14 years ago
  65. 50da2ca Implement proper base/member destructor EH chaining. by John McCall · 14 years ago
  66. e492340 Move some methods inline. by Zhongxing Xu · 14 years ago
  67. dbf8ea4 Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL by Nate Begeman · 14 years ago
  68. 291ae94 Change PushDestructorCleanup to use lazy cleanups. by John McCall · 14 years ago
  69. 182ab51 Convert the EH cleanups for base and member destructors in a constructor into by John McCall · 14 years ago
  70. 59174c0 Implement zero-initialization for array new when there is an by Douglas Gregor · 14 years ago
  71. 55b20fc Convert the end-catch call for finally blocks to a lazy cleanup. This kills off by John McCall · 14 years ago
  72. 11f5ccf Allow loading identifiers from any file in the chain. WIP by Sebastian Redl · 14 years ago
  73. 740e807 Convert the ObjC @synchronized cleanups to laziness. This is not actually by John McCall · 14 years ago
  74. 1bda662 Add a little helper method which will be useful soon. by John McCall · 14 years ago
  75. 971dd44 Apparently not every system thinks that references in pairs are as cool as I think. by Sebastian Redl · 14 years ago
  76. cb526aa Allow loading declarations from any file in the chain. WIP by Sebastian Redl · 14 years ago
  77. aaec0aa Allow loading types from any file in the chain. WIP by Sebastian Redl · 14 years ago
  78. ec5ea2b Remove unintended code that was checked in as part of r108916. by Devang Patel · 14 years ago
  79. 4d939e6 Remove unused argument. by Devang Patel · 14 years ago
  80. 204b075 Fix the IR generation for catching pointers by references. by John McCall · 14 years ago
  81. 806941e in 'new int[4]', constant fold the 4*4=16 instead of doing an overflow check. by Chris Lattner · 14 years ago
  82. 190faf7 Allow loading source locations from any file in the chain. WIP by Sebastian Redl · 14 years ago
  83. c11787f don't demand names to be on IR. by Chris Lattner · 14 years ago
  84. 962312b temporarily disable this to fix the build bot. by Chris Lattner · 14 years ago
  85. 518d8cb More work on getting PCHReader to handle multiple files. Promote SLocOffsets to per-file data. WIP by Sebastian Redl · 14 years ago
  86. 83252dc Follow the implementation approach suggested by PR6687, by Chris Lattner · 14 years ago
  87. 021a7a6 Adopt objc_assign_threadlocal() for __thread variables of GC types. by Fariborz Jahanian · 14 years ago
  88. 700a1cb Print template argument names for template class. by Devang Patel · 14 years ago
  89. 6c552c1 implement rdar://5739832 - operator new should check for overflow in multiply, by Chris Lattner · 14 years ago
  90. f033f1d Introduce a new lexer function to compute the "preamble" of a file, by Douglas Gregor · 14 years ago
  91. 4751a53 Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, by Dan Gohman · 14 years ago
  92. 1e51c20 Hookup checking for invalid length modifiers in scanf format strings. by Ted Kremenek · 14 years ago
  93. a412a49 Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. by Ted Kremenek · 14 years ago
  94. 7fdba13 Cleanup whitespace in switch statement. No functionality change. by Ted Kremenek · 14 years ago
  95. cfdcd30 Refactor ScanfConversionSpecifier to subclass ConversionSpecifier. by Ted Kremenek · 14 years ago
  96. 6ecb950 Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and by Ted Kremenek · 14 years ago
  97. 2da5036 Tidy up analyze_printf::ConversionSpecifier::Kind declaration, prepping it to be merged by Ted Kremenek · 14 years ago
  98. de183a4 Rename 'UnicodeStrArg' to 'SArg'. by Ted Kremenek · 14 years ago
  99. 35d353b Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking). by Ted Kremenek · 14 years ago
  100. 6693205 Rename 'VoidPtrArg' to 'pArg' in printf/scanf checking. by Ted Kremenek · 14 years ago