1. b3440f5 all-std-headers.cpp: Include the C++11 headers when building with clang by Richard Smith · 12 years ago
  2. 7444639 Fix a trivial oversight with apple-kext static local destructors by John McCall · 12 years ago
  3. 95e7aaf Mention atomics support in the release notes. by Richard Smith · 12 years ago
  4. 97b57a2 When we're flagging a protected scope to prevent jumps into the by John McCall · 12 years ago
  5. 9d4e87e Now that we provide sufficient support for three C11/C++11 atomics by Richard Smith · 12 years ago
  6. d555222 C++11 no longer requires files to end with a newline by Seth Cantrell · 12 years ago
  7. 2c39d71 Implement the missing pieces needed to support libstdc++4.7's <atomic>: by Richard Smith · 12 years ago
  8. e2d87bc objective-c modern translator: beautify rewrite of by Fariborz Jahanian · 12 years ago
  9. f7728dc Config.h: Add another definition which the Darwin build (sometimes) uses. by Daniel Dunbar · 12 years ago
  10. 3705084 Warn on 64-to-32 for source value of x bits where 64 >= x > 32. by David Blaikie · 12 years ago
  11. 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 12 years ago
  12. 273ed98 [analyzer] Test case for r154451 (redefining system functions). by Anna Zaks · 12 years ago
  13. 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 12 years ago
  14. 7d00065 s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion. by Douglas Gregor · 12 years ago
  15. 47bfcca Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both by Douglas Gregor · 12 years ago
  16. 83748e2 Include lambda capture init expressions in CFG. by Ted Kremenek · 12 years ago
  17. c02af35 Add -Wuninitialized test for C++11 lambdas. by Ted Kremenek · 12 years ago
  18. 55331da Fix CFGBuilder to not include the body of a LambdaExpr in the CFG of the enclosing function. by Ted Kremenek · 12 years ago
  19. 10e1629d MIPS: Initialize MIPS CPU's name by default value. by Simon Atanasyan · 12 years ago
  20. f7ecc30 Compute standard conversion sequences for conversions to atomic by Douglas Gregor · 12 years ago
  21. 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 12 years ago
  22. 5ce2827 modern objective-c translator. ifdef'out by Fariborz Jahanian · 12 years ago
  23. 41a7e89 Fix the signatures for the _mm256_storeu2_* intrinsics. PR12532 by Chad Rosier · 12 years ago
  24. 9bc0c29 Changed all direct calls to CompletionConsumer.reset(..) to go call by Erik Verbruggen · 12 years ago
  25. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  26. f33d549 There's some code in the PCH reader that looks like it's needlessly complex, but by Nick Lewycky · 12 years ago
  27. ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 12 years ago
  28. b92bd4b These functions too have no prototypes. Audited the rest of Sema for by Eric Christopher · 12 years ago
  29. 4f95f64 Testcase for previous commit. by Eric Christopher · 12 years ago
  30. 43443de static functions have a need for mangled name debug information too. by Eric Christopher · 12 years ago
  31. e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 12 years ago
  32. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  33. 104dbf9 modern objective-c translator. Fixes a mis-translation when by Fariborz Jahanian · 12 years ago
  34. 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
  35. c3fa98f [analyzer] Another dynamic_cast false positive/negative. by Anna Zaks · 12 years ago
  36. 7ea1c56 [analyzer] dynamic_cast Simplify null value generation. by Anna Zaks · 12 years ago
  37. 06868aa [analyzer] Better test cases for explaining where tracking types of by Anna Zaks · 12 years ago
  38. acee1c9 modern objective-c translator. Fixes a translation bug when by Fariborz Jahanian · 12 years ago
  39. 994d73f Part of PR10101: after a parse error in a declaration, try harder to find the by Richard Smith · 12 years ago
  40. 47f1165 [libclang] Apparently it's important to build in C89, sigh.. by Argyrios Kyrtzidis · 12 years ago
  41. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  42. eba8cd5 [libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments by Argyrios Kyrtzidis · 12 years ago
  43. 944b562 Update recently-added test to use new __c11_ form of atomic builtins. by Richard Smith · 12 years ago
  44. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  45. 5d70cfd Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar types. by David Chisnall · 12 years ago
  46. adf7c85 Clean up last commit as per dgregor's comments. by David Chisnall · 12 years ago
  47. 3a3c9b2 Allow c++ initialisers to initialise _Atomic fields. by David Chisnall · 12 years ago
  48. 93848e0 Add a triple to this test. by Eric Christopher · 12 years ago
  49. 46853cb Try to fix the windows buildbots by making this test a little less by Eric Christopher · 12 years ago
  50. be6c686 Enable debug info for objective c implementations that may not have by Eric Christopher · 12 years ago
  51. 6ce48a7 Support C++11 attributes at the start of a parameter-declaration. by Richard Smith · 12 years ago
  52. 9793428 [libclang] Fix "error: conflicts with new declaration with ‘C’ linkage" that gcc by Argyrios Kyrtzidis · 12 years ago
  53. e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 12 years ago
  54. 259052d [analyzer] Don't crash even when the system functions are redefined. by Anna Zaks · 12 years ago
  55. e1b2abc AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving by Richard Smith · 12 years ago
  56. edec2ee Fix quoting to allow shell expansion to occur for shell variables by Kaelyn Uhrain · 12 years ago
  57. 88ec610 modern objective-c translation: writing container by Fariborz Jahanian · 12 years ago
  58. a2c8d2e [analyzer] dynamic_cast: Better model cast from a reference. by Anna Zaks · 12 years ago
  59. 15f4c98 [libclang] For clang_getOverriddenCursors make sure to report overridden objc methods by Argyrios Kyrtzidis · 12 years ago
  60. e19f86e [analyzer] Add support for C++ dynamic_cast. by Anna Zaks · 12 years ago
  61. 4335a48 [analyzer] + comments by Anna Zaks · 12 years ago
  62. 69a30b8 When we determine that an initialization sequence failed due to an by Douglas Gregor · 12 years ago
  63. abf65ce Improve the printing of __PRETTY_FUNCTION__ more provide more by Douglas Gregor · 12 years ago
  64. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  65. 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 12 years ago
  66. b2561c7 This test actually needs label names. by Eric Christopher · 12 years ago
  67. 90f5f47 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 12 years ago
  68. c078337 For debug and coverage analysis if we're not optimizing go ahead by Eric Christopher · 12 years ago
  69. 10ccf12 Don't include the ':' following code-completion suggestions for by Douglas Gregor · 12 years ago
  70. e7ea28a objective-c: remove IsConstProperty as it does not by Fariborz Jahanian · 12 years ago
  71. 0cc9fdb Add a target triple to test/Index/complete-synthesized.m. by Argyrios Kyrtzidis · 12 years ago
  72. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  73. 4296361 Rework implementation of null non-type template arguments based on by Douglas Gregor · 12 years ago
  74. 5915561 objective-c: add an assertion for property by Fariborz Jahanian · 12 years ago
  75. 2c6dbd7 Fix GCC's pedantic return-type warning -- this enum is fully covered. by Chandler Carruth · 12 years ago
  76. 970b226 Fix tautological FileCheck by moving the CHECK to an extra line. by Manuel Klimek · 12 years ago
  77. e58e6f9 Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). by David Chisnall · 12 years ago
  78. e9b4d98 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  79. 8250016 Express the number of ULPs in fpaccuracy metadata as a real rather than a by Duncan Sands · 12 years ago
  80. 2b124ea EmitStopPoint already checks if we have debug info. by Eric Christopher · 12 years ago
  81. fc65ec8 Tidy. by Eric Christopher · 12 years ago
  82. c56298d Parsing of C++11 attributes: by Richard Smith · 12 years ago
  83. 6ee326a Disambiguation of '[[': by Richard Smith · 12 years ago
  84. 0e9bf71 Fix the testcase :-( by Rafael Espindola · 12 years ago
  85. f1ee687 objective-c modern translator: rewriting specific by Fariborz Jahanian · 12 years ago
  86. c515154 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 12 years ago
  87. 2ca35e6 Remove -fobjc-default-synthesize-properties as the option to c-index-test. by Fariborz Jahanian · 12 years ago
  88. 63f5578 My original patch missed the virtual-base case for destroying by John McCall · 12 years ago
  89. 12d8d80 Fix the access check performed as part of the determination of whether by John McCall · 12 years ago
  90. ae7e939 Author: Daniel Dunbar <daniel@zuster.org> by Daniel Dunbar · 12 years ago
  91. 16dc261 Implementing a test for the use of PWD to base finding the by Manuel Klimek · 12 years ago
  92. e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 12 years ago
  93. e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 12 years ago
  94. 4f5b3ac Fixes a fix to finding the current directory: by Manuel Klimek · 12 years ago
  95. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  96. eb52f86a Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 12 years ago
  97. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  98. e257179 Factor out ARM floating ABI determination to new routine by Anton Korobeynikov · 12 years ago
  99. c3cb072 Make a modern Objective-C runtime the default target for *BSD. Don't yet change this on GNU/Linux, where the GCC runtime still tends to be used. by David Chisnall · 12 years ago
  100. 5081de5 Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No test by Chandler Carruth · 12 years ago