1. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  2. f33d549 There's some code in the PCH reader that looks like it's needlessly complex, but by Nick Lewycky · 12 years ago
  3. ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 12 years ago
  4. 4f95f64 Testcase for previous commit. by Eric Christopher · 12 years ago
  5. e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 12 years ago
  6. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  7. 104dbf9 modern objective-c translator. Fixes a mis-translation when by Fariborz Jahanian · 12 years ago
  8. 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
  9. c3fa98f [analyzer] Another dynamic_cast false positive/negative. by Anna Zaks · 12 years ago
  10. 06868aa [analyzer] Better test cases for explaining where tracking types of by Anna Zaks · 12 years ago
  11. acee1c9 modern objective-c translator. Fixes a translation bug when by Fariborz Jahanian · 12 years ago
  12. 994d73f Part of PR10101: after a parse error in a declaration, try harder to find the by Richard Smith · 12 years ago
  13. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  14. eba8cd5 [libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments by Argyrios Kyrtzidis · 12 years ago
  15. 944b562 Update recently-added test to use new __c11_ form of atomic builtins. by Richard Smith · 12 years ago
  16. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  17. 5d70cfd Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar types. by David Chisnall · 12 years ago
  18. 3a3c9b2 Allow c++ initialisers to initialise _Atomic fields. by David Chisnall · 12 years ago
  19. 93848e0 Add a triple to this test. by Eric Christopher · 12 years ago
  20. 46853cb Try to fix the windows buildbots by making this test a little less by Eric Christopher · 12 years ago
  21. be6c686 Enable debug info for objective c implementations that may not have by Eric Christopher · 12 years ago
  22. 6ce48a7 Support C++11 attributes at the start of a parameter-declaration. by Richard Smith · 12 years ago
  23. e1b2abc AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving by Richard Smith · 12 years ago
  24. edec2ee Fix quoting to allow shell expansion to occur for shell variables by Kaelyn Uhrain · 12 years ago
  25. 88ec610 modern objective-c translation: writing container by Fariborz Jahanian · 12 years ago
  26. a2c8d2e [analyzer] dynamic_cast: Better model cast from a reference. by Anna Zaks · 12 years ago
  27. 15f4c98 [libclang] For clang_getOverriddenCursors make sure to report overridden objc methods by Argyrios Kyrtzidis · 12 years ago
  28. e19f86e [analyzer] Add support for C++ dynamic_cast. by Anna Zaks · 12 years ago
  29. 69a30b8 When we determine that an initialization sequence failed due to an by Douglas Gregor · 12 years ago
  30. abf65ce Improve the printing of __PRETTY_FUNCTION__ more provide more by Douglas Gregor · 12 years ago
  31. 316551f Add a query macro for C++11 N3276, decltype does not require complete by Douglas Gregor · 12 years ago
  32. 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 12 years ago
  33. b2561c7 This test actually needs label names. by Eric Christopher · 12 years ago
  34. 90f5f47 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 12 years ago
  35. c078337 For debug and coverage analysis if we're not optimizing go ahead by Eric Christopher · 12 years ago
  36. 10ccf12 Don't include the ':' following code-completion suggestions for by Douglas Gregor · 12 years ago
  37. 0cc9fdb Add a target triple to test/Index/complete-synthesized.m. by Argyrios Kyrtzidis · 12 years ago
  38. 4296361 Rework implementation of null non-type template arguments based on by Douglas Gregor · 12 years ago
  39. 970b226 Fix tautological FileCheck by moving the CHECK to an extra line. by Manuel Klimek · 12 years ago
  40. e9b4d98 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  41. 8250016 Express the number of ULPs in fpaccuracy metadata as a real rather than a by Duncan Sands · 12 years ago
  42. c56298d Parsing of C++11 attributes: by Richard Smith · 12 years ago
  43. 6ee326a Disambiguation of '[[': by Richard Smith · 12 years ago
  44. 0e9bf71 Fix the testcase :-( by Rafael Espindola · 12 years ago
  45. f1ee687 objective-c modern translator: rewriting specific by Fariborz Jahanian · 12 years ago
  46. c515154 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 12 years ago
  47. 2ca35e6 Remove -fobjc-default-synthesize-properties as the option to c-index-test. by Fariborz Jahanian · 12 years ago
  48. 63f5578 My original patch missed the virtual-base case for destroying by John McCall · 12 years ago
  49. 12d8d80 Fix the access check performed as part of the determination of whether by John McCall · 12 years ago
  50. ae7e939 Author: Daniel Dunbar <daniel@zuster.org> by Daniel Dunbar · 12 years ago
  51. 16dc261 Implementing a test for the use of PWD to base finding the by Manuel Klimek · 12 years ago
  52. e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 12 years ago
  53. e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 12 years ago
  54. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  55. eb52f86a Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 12 years ago
  56. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  57. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  58. 9579422 Rephrase the preprocessor test to directly use CC1 and not bother by Chandler Carruth · 12 years ago
  59. 65ea45a FileCheck-ize this test. by Chandler Carruth · 12 years ago
  60. 49149fe Don't forget to evaluate the subexpression in a null pointer cast. If we're by Richard Smith · 12 years ago
  61. b0afd5d ext_reserved_user_defined_literal must not default to Error in MicrosoftMode. Hence create ext_ms_reserved_user_defined_literal that doesn't default to Error; otherwise MSVC headers won't parse. by Francois Pichet · 12 years ago
  62. 073a780 MIPS: Pass -mabi option to the assmbler when compile MIPS targets. by Simon Atanasyan · 12 years ago
  63. b9abd872 Fix several problems with protected access control: by John McCall · 12 years ago
  64. 79c5f95 test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. by NAKAMURA Takumi · 12 years ago
  65. a53ab5c [driver] In general, the driver claims redundant args and uses the last arg. by Chad Rosier · 12 years ago
  66. b031eab Remove "parse error" in favor of more descriptive diagnostics. by David Blaikie · 12 years ago
  67. f7ef931 more testing of objc's dictionary literal translation. by Fariborz Jahanian · 12 years ago
  68. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  69. e35abe1 modern objective-c translation: support for by Fariborz Jahanian · 12 years ago
  70. bd61313 Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode by Ted Kremenek · 12 years ago
  71. 8491cb2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 12 years ago
  72. 83cad45 Thread safety analysis: downgraded requirement that mutex expressions refer to a lockable type from error to warning. by DeLesley Hutchins · 12 years ago
  73. b0f245c modern objective-c translator: translate array literal by Fariborz Jahanian · 12 years ago
  74. 5f0a1c1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 12 years ago
  75. f439e00 [analyzer] Check that the arguments to NSOrderedSet creation methods are valid ObjC objects. by Jordy Rose · 12 years ago
  76. 0121183 Test for r154189/PR12481 by Matt Beaumont-Gay · 12 years ago
  77. 30fa370 Use atexit when __cxa_atexit isn't available instead of adding a by John McCall · 12 years ago
  78. 7f39d51 Fix a Sema invariant bug that I recently introduced involving by John McCall · 12 years ago
  79. 40f45ee Clear environment variables that might affect Clang before running tests. by Jordy Rose · 12 years ago
  80. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  81. aba3f0f MIPS: Move tests check float ABI macros definitions to the more appropriate place. by Simon Atanasyan · 12 years ago
  82. 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 12 years ago
  83. cf2fa2f Fixed scoping error for late parsed attributes in nested classes. by DeLesley Hutchins · 12 years ago
  84. 7a52180 MIPS: Add tests for predefined macros for MIPS targets. by Simon Atanasyan · 12 years ago
  85. 673720d Fix diagnostic text for r154163. by David Blaikie · 12 years ago
  86. 9df1b96 Restrict fixit for missing 'class' in template template parameters. by David Blaikie · 12 years ago
  87. 7947bb1 [analyzer]Fix false positive: pointer might escape through CG*WithData. by Anna Zaks · 12 years ago
  88. bf9658c Point the caret at the error for the 'expected namespace name' diagnostic in by Richard Smith · 12 years ago
  89. bc1029b Implement C90 pedantic warning for duplicate declaration specifiers which are duplicated via a typedef. Patch by Tim Northover. by Eli Friedman · 12 years ago
  90. ae916a1 Properly implement the C rules for composite types for qualified pointers in conditionals. Patch by Tim Northover. by Eli Friedman · 12 years ago
  91. bf393be objective-c: Don't warn when a category does not implement a method by Fariborz Jahanian · 12 years ago
  92. 856183c Enhance testing a bit to make sure that we're omitting the by Eric Christopher · 12 years ago
  93. 78af8fd Only emit the getter and setter names if they're not the default by Eric Christopher · 12 years ago
  94. 87b9c03 Make the variant of __builtin_shufflevector that takes the shuffle indexes as a vector actually usable. Patch by David Neto. PR12465. by Eli Friedman · 12 years ago
  95. e47029a Temporary workaround for bug#12457: turn the 'constexpr function never produces by Richard Smith · 12 years ago
  96. 85ff969 [Lex] Add support for 'user specified system frameworks' (see test case). by Daniel Dunbar · 12 years ago
  97. a823545 Improve & simplify diagnostic for missing 'class' in template template parameter. by David Blaikie · 12 years ago
  98. b98b998 Handle symbolicating a reference in an initializer expression that we don't understand. by Ted Kremenek · 12 years ago
  99. 04a18c9 Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex might not be a symbolic value. by Ted Kremenek · 12 years ago
  100. bb3d20f Do not crash in the callgraph construction when encountering deleted function definitions. Fixes <rdar://problem/11178609>. by Ted Kremenek · 12 years ago