1. 8f50014 Update analyzer build. by Ted Kremenek · 14 years ago
  2. 722109c Add some warning messages about invalid use of common/nocommon attributes. by Eric Christopher · 14 years ago
  3. 83300e8 Add test case for r120795. by Ted Kremenek · 14 years ago
  4. 40406fe Fix an insidious bug in BugReporter where by Ted Kremenek · 14 years ago
  5. 8673a68 Also include the pointer address of the ExplodedNode by Ted Kremenek · 14 years ago
  6. 774dfbb Also show notes about the taken path in TextPathDiagnostics. by Argyrios Kyrtzidis · 14 years ago
  7. a599ae8 Remove leftover code and use the text path diagnostic client even without a specified output file since by Argyrios Kyrtzidis · 14 years ago
  8. a427b49 Add a flag to control the "indirection of non-volatile null pointer will be by Nick Lewycky · 14 years ago
  9. ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
  10. b6b7e7b Handle any number of SourceRanges inside BugReporter::FlushReport. by Argyrios Kyrtzidis · 14 years ago
  11. f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
  12. 96c105c Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 14 years ago
  13. 23ef69d Fix diagnostic for reporting bad escape sequence. Patch by Paul Curtis! by Ted Kremenek · 14 years ago
  14. 8c00ad1 Reflow to a style doug prefers, increasing indentation :-) by Chris Lattner · 14 years ago
  15. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
  16. a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
  17. f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago
  18. 7966297 Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 14 years ago
  19. b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 14 years ago
  20. c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 14 years ago
  21. a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
  22. d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 14 years ago
  23. 2575585 Test for // rdar://8594790 by Fariborz Jahanian · 14 years ago
  24. 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
  25. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  26. fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
  27. 6939fff Remove NDEBUG-controlled extra data from by Douglas Gregor · 14 years ago
  28. 7bd245b Tweaks. by John McCall · 14 years ago
  29. 3bddf5c ObjC support in the XML dumper. by John McCall · 14 years ago
  30. c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
  31. 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
  32. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
  33. c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
  34. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
  35. 7b3982b FileCheckize. by Eric Christopher · 14 years ago
  36. 7c92342 FileCheckize. by Eric Christopher · 14 years ago
  37. a878cda Perform lvalue-to-rvalue at the end of an expression statement in C. by John McCall · 14 years ago
  38. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
  39. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  40. 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
  41. 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago
  42. de3deea Swap order of checking for compatible vector types. by Bob Wilson · 14 years ago
  43. 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago
  44. 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 14 years ago
  45. 26ac3f3 Extend ExternalASTSource with the ability to lazily complete the by Douglas Gregor · 14 years ago
  46. 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 14 years ago
  47. 28f47b9 Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'. by Ted Kremenek · 14 years ago
  48. f48f367 80-col fixups. by Eric Christopher · 14 years ago
  49. 64ce733 Optimized IR for vec_splat by Anton Yartsev · 14 years ago
  50. 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 14 years ago
  51. da80f74 Improve our handling of cv-qualifiers in Objective-C pointer by Douglas Gregor · 14 years ago
  52. 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
  53. 2ab0303 Fix build of in-tree libcxx. libcxx doesn't actually by Shantonu Sen · 14 years ago
  54. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
  55. e343583 Add some comments. by Bob Wilson · 14 years ago
  56. 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 14 years ago
  57. a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 14 years ago
  58. d11617f Improve the diagnostic when the fixed underlying type of a by Douglas Gregor · 14 years ago
  59. 9fa8c46 AST printing for scoped enumerations and enumerations with a fixed underlying type, from Daniel Wallin by Douglas Gregor · 14 years ago
  60. b7b2688 Eliminate vtables from the Type hierarchy. by John McCall · 14 years ago
  61. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
  62. bb3f995 Remove stray emacs mode marker. by Nick Lewycky · 14 years ago
  63. 4f9e971 test: add .cu extension by Peter Collingbourne · 14 years ago
  64. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 14 years ago
  65. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
  66. e2dd6c8 Basic: Add CUDA language option by Peter Collingbourne · 14 years ago
  67. 8a24341 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 14 years ago
  68. 94cd011 add some infrastructure that will let us codegen by Chris Lattner · 14 years ago
  69. 49c64fd Handle -nostartfiles. by Rafael Espindola · 14 years ago
  70. 4c53dc1 get some i32/i8/i1 constants from Builder, which is much less painful than by Chris Lattner · 14 years ago
  71. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
  72. 2600503 When unknown method is sent to a receiver of by Fariborz Jahanian · 14 years ago
  73. d9e0ff2 A CGRecordLayout object persists. Since its contained types may by John McCall · 14 years ago
  74. d0de0ce CGRecordLayoutBuilder does not need to be exported from this module. by John McCall · 14 years ago
  75. b1cb9c9 Update checker build. by Ted Kremenek · 14 years ago
  76. faa5bfc Declaring local static in global block by Fariborz Jahanian · 14 years ago
  77. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
  78. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
  79. 7907fad Eliminate more pointless default statements by Douglas Gregor · 14 years ago
  80. d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
  81. 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 14 years ago
  82. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  83. 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 14 years ago
  84. 6710cf1 Make the dumper safe against null declaration names. by John McCall · 14 years ago
  85. 85fedbf Update Xcode project: remove Action.cpp, add DumpXML.cpp. by John McCall · 14 years ago
  86. 32b5fe7 System was renamed Support. Fix the build. by Duncan Sands · 14 years ago
  87. aab440b Take John McCall's suggestion and fix this silly gcc warnings in a way that by Nick Lewycky · 14 years ago
  88. f402943 I hate pointless default statements by Douglas Gregor · 14 years ago
  89. a6a2897 Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate type info for its component types by Douglas Gregor · 14 years ago
  90. bbc8175 Add missing file from last commit by Douglas Gregor · 14 years ago
  91. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
  92. bdc4b36 De-C99-ify for loop by Douglas Gregor · 14 years ago
  93. 8e08dec Teach c-index-test to reparse the source file a few times when testing by Douglas Gregor · 14 years ago
  94. 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 14 years ago
  95. 15d5c83 Fix bug in r120299 spotted by dgregor. by Nico Weber · 14 years ago
  96. 9b4b9d6 Fix another case of giving the wrong value kind to a dependent cast to by John McCall · 14 years ago
  97. f0438e7 Replace \r\n with \n. No functional change. by Nick Lewycky · 14 years ago
  98. 1b51e3b Add a default clause to avoid this GCC warning: by Nick Lewycky · 14 years ago
  99. d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 14 years ago
  100. bbd3407 Incomplete enum types not to be treated as integer type by Fariborz Jahanian · 14 years ago