1. ac4d13c Reapply 109303. by Devang Patel · 14 years ago
  2. 2823342 Fix use-after-free with precompiled preambles by Douglas Gregor · 14 years ago
  3. 90176d1 Always deserialize from PCH file scoped variables with non trivial constructor/destructor. by Argyrios Kyrtzidis · 14 years ago
  4. 96827eb Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" by Michael J. Spencer · 14 years ago
  5. 5e04bdd Don't warn about unreachable code if the block starts with __builtin_unreachable(). by Jordy Rose · 14 years ago
  6. 94e3d1f Add PTHLexer::LexEndOfFile() to emit diagnostics at end-of-file similar to those by Lexer::LexEndOfFile(). by Ted Kremenek · 14 years ago
  7. 56eb1ec Fix predicate in 'InCachingLexMode' to include 'CurPTHLexer'. by Ted Kremenek · 14 years ago
  8. 5c53f4c PTH generation: Don't save the leading '#' token in a null directive. This unbreaks using PTH with Boost (<rdar://problem/8227989>). by Ted Kremenek · 14 years ago
  9. 19c5dd1 Groundwork for C string length tracking. Currently only handles the length of constant string literals, which is not too helpful, and only calls to strlen() are checked. by Jordy Rose · 14 years ago
  10. fae3b2f Implement -fno-validate-pch at the -cc1 level, which suppresses most by Douglas Gregor · 14 years ago
  11. 681d723 - Fix recording of offsets of types in dependent PCHs. by Sebastian Redl · 14 years ago
  12. 3e15e0a When remapping a virtual file, also make an entry for the file with by Douglas Gregor · 14 years ago
  13. e42b8a5 2nd argument of __builtin_expect must be evaluated by Fariborz Jahanian · 14 years ago
  14. be9a5ca path renamed. by Chris Lattner · 14 years ago
  15. 7cd4b06 Test for the presence of EH branch-throughs instead of normal branch-throughs. by John McCall · 14 years ago
  16. dee832c Mark __builtin_eh_return as noreturn. Patch by Dimitry Andric. by Benjamin Kramer · 14 years ago
  17. 6be2a22 Fix an apparent bug. by Dan Gohman · 14 years ago
  18. f4f6c9d Introduce basic support for loading a precompiled preamble while by Douglas Gregor · 14 years ago
  19. 6bdeb40 Minor code simplification. by Dan Gohman · 14 years ago
  20. 55c6570 It's not necessary to call flush() on a raw_ostream immediately prior by Dan Gohman · 14 years ago
  21. 3c46e8d Fix namespace polution. by Dan Gohman · 14 years ago
  22. 1890eb8 Make a variable static. by Dan Gohman · 14 years ago
  23. b02d96b Use an export file. Plugins must export llvm::Registry symbols. by Dan Gohman · 14 years ago
  24. f762905 Hoist argument type checking into CheckFormatHandler. This is prep for scanf format by Ted Kremenek · 14 years ago
  25. 666a197 Consolidate #args checking for scanf/printf format strings. by Ted Kremenek · 14 years ago
  26. e9b711c Revert 109303. by Devang Patel · 14 years ago
  27. 66d0acd Make sure that implicit qualification and derived-to-base conversions of xvalues preserve xvalue-ness. Unfortunately I have no idea how to test this property; there doesn't seem to be a syntactical construct that triggers such a conversion and still allows the distinction between prvalues and xvalues to be made. by Sebastian Redl · 14 years ago
  28. 5606220 Add source location information to C++ base specifiers. by Nick Lewycky · 14 years ago
  29. 3d398aa When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-completion command lines to stderr by Douglas Gregor · 14 years ago
  30. 87c3007 Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 14 years ago
  31. 3c2d301 Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak by Benjamin Kramer · 14 years ago
  32. 7cb6bd7 Remove a bunch of trivial destructors by Douglas Gregor · 14 years ago
  33. afb6416 Move Type destructor out-of-line by Douglas Gregor · 14 years ago
  34. a2da780 Remove destructors from declaration nodes by Douglas Gregor · 14 years ago
  35. 1de22a2 I lied. Kill off a few more Destroy methods by Douglas Gregor · 14 years ago
  36. 37db4db Kill off the last Destroy method in the AST library by Douglas Gregor · 14 years ago
  37. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  38. 63fe86b Make ASTContext always use the BumpPtrAllocator. by Douglas Gregor · 14 years ago
  39. 45ba9a1 Start removing the use of smart pointers from the Parse/Sema by Douglas Gregor · 14 years ago
  40. df22c2c Remove emacs file mode marker on file with .cpp extension. by Nick Lewycky · 14 years ago
  41. 9557f53 Remove dead code. by Eli Friedman · 14 years ago
  42. 6693534 Add header searching for llvm-gcc trunk on Gentoo AMD64. Patch by Mark Wood! by Nick Lewycky · 14 years ago
  43. 0f2b97d PR7698: Make sure we correctly handle the initialization of an array with by Eli Friedman · 14 years ago
  44. fa9fe0c Fix clang-interpreter build by Peter Collingbourne · 14 years ago
  45. 5818f22 Fix sort order. by Nick Lewycky · 14 years ago
  46. 3dc7e7b Mangle enum constant expressions. Fixes rdar://problem/8204122 by John McCall · 14 years ago
  47. b7690b4 turn down the logical bitwise confusion warning to not warn by Chris Lattner · 14 years ago
  48. 05b0f41 Untangle filename/dirname confusion. Store constructed strings on the side. Avoid use of Path.makeAbsolute(). by Devang Patel · 14 years ago
  49. 592508e Put a newline at the end of the padded buffers used for the by Douglas Gregor · 14 years ago
  50. 754f349 Once we've built (or reused) a precompiled preamble, create the by Douglas Gregor · 14 years ago
  51. 5a18039 Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. by John McCall · 14 years ago
  52. 3d4aeda Return type of a setter call caused by by Fariborz Jahanian · 14 years ago
  53. f178dca Be careful; even though we had a proper name at the beginning of by Douglas Gregor · 14 years ago
  54. 175c4a9 Once we've built a precompiled preamble, keep track of the details of by Douglas Gregor · 14 years ago
  55. f2f0f03 Make declarations in the dependent PCH visible, for C at least. by Sebastian Redl · 14 years ago
  56. c4b5bd8 Added an path-sensitive unreachable code checker to the experimental analyzer checks. by Tom Care · 14 years ago
  57. 6e6bc39 Revert r109263. by Devang Patel · 14 years ago
  58. acb7039 We never want to pop the translation unit DC, so assert if this happens. by John McCall · 14 years ago
  59. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  60. eb024ac Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks. by Fariborz Jahanian · 14 years ago
  61. 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
  62. cad910d Test for selector-warning PCH patch. radar 6507158. by Fariborz Jahanian · 14 years ago
  63. 0fab8cd Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess; by Eli Friedman · 14 years ago
  64. 3201983 PCH read/write for selector reference pool. Finishes off radar 6507158. by Fariborz Jahanian · 14 years ago
  65. 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
  66. f609462 Vectors are not integer types, so the type system should not classify by Douglas Gregor · 14 years ago
  67. 766c201 Add FILE* leak check to StreamChecker. Patch by Lei Zhang. by Zhongxing Xu · 14 years ago
  68. 67a213b Remove unneeded iostream include. by Bill Wendling · 14 years ago
  69. d5ef7b2 Change arg type. by Zhongxing Xu · 14 years ago
  70. 1f19124 Delete unnecessary const_cast. by Zhongxing Xu · 14 years ago
  71. b732791 AnalysisContext is not const. by Zhongxing Xu · 14 years ago
  72. ad23ebe Fix build on Ubuntu 10.04. by Zhongxing Xu · 14 years ago
  73. 44c181a Basic plumbing for generating a precompiled preamble for an by Douglas Gregor · 14 years ago
  74. 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 14 years ago
  75. b92caa5 Ted pointed out that this test case could be using access control instead of by John McCall · 14 years ago
  76. 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
  77. 5a6fbcf Keep track of artificial scopes introduced by line directives. For example, by Devang Patel · 14 years ago
  78. db2cfec Turn off EH cleanups for __block variables; they caused some internal buildbot by John McCall · 14 years ago
  79. a8e5c5b Improve performance during cursor traversal when a region of interest by Douglas Gregor · 14 years ago
  80. 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 14 years ago
  81. 44db325 Don't crash when an explicit template instantiation has no user-written by Nick Lewycky · 14 years ago
  82. 5f3dbf5 Serialization is implemented, fix comments. by Argyrios Kyrtzidis · 14 years ago
  83. 0d39689 Read/write C++0x static_assert for PCH. by Argyrios Kyrtzidis · 14 years ago
  84. 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
  85. 554e6aa Read/write FriendTemplateDecl for PCH. by Argyrios Kyrtzidis · 14 years ago
  86. 7cb45e3 Support C++ try/catch statements for PCH. by Argyrios Kyrtzidis · 14 years ago
  87. 47dc37f This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang. by Zhongxing Xu · 14 years ago
  88. 2ce43c8 Make a bunch of new data structures for the new analysis by Zhongxing Xu · 14 years ago
  89. 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
  90. 1f3b4a9 Update test case to include USRs containing offsets instead of line/columns. by Ted Kremenek · 14 years ago
  91. 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
  92. 102e1b6 Fix PR7673 by allowing an empty clobbers section in an ASM statement. by Chandler Carruth · 14 years ago
  93. fa38c81 Add alternate names for x86 SIMD intrinsics. These aren't as common, but show by Chandler Carruth · 14 years ago
  94. 53513d2 This was still complaining about the length of the string. I've broken it here by Chandler Carruth · 14 years ago
  95. 9a570b4 tests: Make FileCheck version check that preamble isn't longer than we expected. by Daniel Dunbar · 14 years ago
  96. f5438e3 Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. by Daniel Dunbar · 14 years ago
  97. af18791 build: Make sure arm_neon.h gets installed. by Daniel Dunbar · 14 years ago
  98. ef44a5d Driver/Darwin: Always allow blocks on Darwin, so that users can conditionally by Daniel Dunbar · 14 years ago
  99. eaf5ee9 ObjCId is special "struct objc_object". Make this explicit in debug info. by Devang Patel · 14 years ago
  100. d27d3fc Allow loading macros from any file in the chain. WIP by Sebastian Redl · 14 years ago