1. b75f8de modern objective-c translator: Fix writing a spurious 'static' by Fariborz Jahanian · 12 years ago
  2. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  3. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  4. a2c91e7 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 12 years ago
  5. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  6. 3acf764 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  7. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  8. 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 12 years ago
  9. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  10. 70712b2 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  11. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  12. 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 12 years ago
  13. b2d899e Emulate a MSVC bug where the creation of pointer-to-member to protected member of base class is allowed but only from a static function. by Francois Pichet · 12 years ago
  14. 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 12 years ago
  15. 7d6c8a1 Attempt to fix test. by Eli Friedman · 12 years ago
  16. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  17. 7fea7c8 Make sure EmitMoveFromReturnSlot is passing the correct alignment to by Chad Rosier · 12 years ago
  18. 0e97681 Modern objective-c translator:'self' used inside by Fariborz Jahanian · 12 years ago
  19. a9d45a3 [libclang] Make sure that when we have multiple @class references in the same line, by Argyrios Kyrtzidis · 12 years ago
  20. 43aa1c3 modern objective-c translator: translation of implicit by Fariborz Jahanian · 12 years ago
  21. 9a70cdd [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991). by Anna Zaks · 12 years ago
  22. 5a389f1 [analyzer] Fixup for a test case. by Anna Zaks · 12 years ago
  23. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  24. 9482a18 [libclang] Spelling range for a objc category should the category name range, not the class one. by Argyrios Kyrtzidis · 12 years ago
  25. 3c6ed1b Remove support for -fast-math metadata for the moment. by Duncan Sands · 12 years ago
  26. 2850376 Per Richard's comments on r154794, add the checks necessary to handle constant-folding relational comparisons safely in case the user is using -fwrapv or equivalent. by Eli Friedman · 12 years ago
  27. e9836a2 Revert r154749 for now at John McCall's request. by Rafael Espindola · 12 years ago
  28. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  29. 10e675d Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked by Duncan Sands · 12 years ago
  30. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  31. a316988 Make constant evaluation for pointer comparisons work correctly for some uncommon cases. <rdar://problem/10962435>. by Eli Friedman · 12 years ago
  32. e275a18 The result of the Microsoft __uuidof operator must be considered a global lvalue during constant expression evaluation. by Francois Pichet · 12 years ago
  33. 377ecc7 Propagate alignment on lvalues through EmitLValueForField. PR12395. by Eli Friedman · 12 years ago
  34. c5086f0 Add 'env' in hopes of making this test pass on Windows. by Nick Lewycky · 12 years ago
  35. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  36. b5491f3 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. by Craig Topper · 12 years ago
  37. 030c7e9 Fix tests that weren't actually verifying anything. by David Blaikie · 12 years ago
  38. 2d7cb06 Use MDBuilder to help with metadata creation. by Duncan Sands · 12 years ago
  39. 5d2d046 %clang -cc1 -> %clang_cc1 by Seth Cantrell · 12 years ago
  40. fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 12 years ago
  41. 8590d86 objective-c modern translator: Make metadata by Fariborz Jahanian · 12 years ago
  42. 767f7c7 Consider visibility attributes last, so that they take precedence. by Rafael Espindola · 12 years ago
  43. 9bb1d34 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 12 years ago
  44. 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 12 years ago
  45. 38baeab Don't enter cleanups for unreachable variables. It's impossible to by John McCall · 12 years ago
  46. 653b7cf modern objective-c translator: Fixes translation of by Fariborz Jahanian · 12 years ago
  47. b20c46e modern objective-c translator: When translating by Fariborz Jahanian · 12 years ago
  48. 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 12 years ago
  49. f53bc31 super and class property reference expressions don't need to be by Douglas Gregor · 12 years ago
  50. 00000b0 First set of tests for ARM homogenous aggregates. C only. C++ will follow. by Anton Korobeynikov · 12 years ago
  51. 51b9240 Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of by Richard Smith · 12 years ago
  52. a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 12 years ago
  53. 5e6c3f0 Support -Wc++98-compat-pedantic as requested: by Seth Cantrell · 12 years ago
  54. 7444639 Fix a trivial oversight with apple-kext static local destructors by John McCall · 12 years ago
  55. 97b57a2 When we're flagging a protected scope to prevent jumps into the by John McCall · 12 years ago
  56. d555222 C++11 no longer requires files to end with a newline by Seth Cantrell · 12 years ago
  57. 2c39d71 Implement the missing pieces needed to support libstdc++4.7's <atomic>: by Richard Smith · 12 years ago
  58. 3705084 Warn on 64-to-32 for source value of x bits where 64 >= x > 32. by David Blaikie · 12 years ago
  59. 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 12 years ago
  60. 273ed98 [analyzer] Test case for r154451 (redefining system functions). by Anna Zaks · 12 years ago
  61. 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 12 years ago
  62. 47bfcca Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both by Douglas Gregor · 12 years ago
  63. 83748e2 Include lambda capture init expressions in CFG. by Ted Kremenek · 12 years ago
  64. c02af35 Add -Wuninitialized test for C++11 lambdas. by Ted Kremenek · 12 years ago
  65. f7ecc30 Compute standard conversion sequences for conversions to atomic by Douglas Gregor · 12 years ago
  66. 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 12 years ago
  67. 5ce2827 modern objective-c translator. ifdef'out by Fariborz Jahanian · 12 years ago
  68. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  69. f33d549 There's some code in the PCH reader that looks like it's needlessly complex, but by Nick Lewycky · 12 years ago
  70. ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 12 years ago
  71. 4f95f64 Testcase for previous commit. by Eric Christopher · 12 years ago
  72. e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 12 years ago
  73. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  74. 104dbf9 modern objective-c translator. Fixes a mis-translation when by Fariborz Jahanian · 12 years ago
  75. 16aac6f Add test for a construct we currently reject, constant-evaluating a load from a constant string. Given that gcc doesn't accept this, we should continue to not accept it, even though it was accidentally supported by clang for a brief period. by Eli Friedman · 12 years ago
  76. c3fa98f [analyzer] Another dynamic_cast false positive/negative. by Anna Zaks · 12 years ago
  77. 06868aa [analyzer] Better test cases for explaining where tracking types of by Anna Zaks · 12 years ago
  78. acee1c9 modern objective-c translator. Fixes a translation bug when by Fariborz Jahanian · 12 years ago
  79. 994d73f Part of PR10101: after a parse error in a declaration, try harder to find the by Richard Smith · 12 years ago
  80. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  81. eba8cd5 [libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments by Argyrios Kyrtzidis · 12 years ago
  82. 944b562 Update recently-added test to use new __c11_ form of atomic builtins. by Richard Smith · 12 years ago
  83. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  84. 5d70cfd Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar types. by David Chisnall · 12 years ago
  85. 3a3c9b2 Allow c++ initialisers to initialise _Atomic fields. by David Chisnall · 12 years ago
  86. 93848e0 Add a triple to this test. by Eric Christopher · 12 years ago
  87. 46853cb Try to fix the windows buildbots by making this test a little less by Eric Christopher · 12 years ago
  88. be6c686 Enable debug info for objective c implementations that may not have by Eric Christopher · 12 years ago
  89. 6ce48a7 Support C++11 attributes at the start of a parameter-declaration. by Richard Smith · 12 years ago
  90. e1b2abc AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving by Richard Smith · 12 years ago
  91. edec2ee Fix quoting to allow shell expansion to occur for shell variables by Kaelyn Uhrain · 12 years ago
  92. 88ec610 modern objective-c translation: writing container by Fariborz Jahanian · 12 years ago
  93. a2c8d2e [analyzer] dynamic_cast: Better model cast from a reference. by Anna Zaks · 12 years ago
  94. 15f4c98 [libclang] For clang_getOverriddenCursors make sure to report overridden objc methods by Argyrios Kyrtzidis · 12 years ago
  95. e19f86e [analyzer] Add support for C++ dynamic_cast. by Anna Zaks · 12 years ago
  96. 69a30b8 When we determine that an initialization sequence failed due to an by Douglas Gregor · 12 years ago
  97. abf65ce Improve the printing of __PRETTY_FUNCTION__ more provide more by Douglas Gregor · 12 years ago
  98. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  99. 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 12 years ago
  100. b2561c7 This test actually needs label names. by Eric Christopher · 12 years ago