1. aed123e [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, by Argyrios Kyrtzidis · 13 years ago
  2. d211cb7 Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits reserved for that value in VarDecl. Fixes PR 10538. by Ted Kremenek · 13 years ago
  3. b8b0e75 OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers, by Peter Collingbourne · 13 years ago
  4. 41c8d6f OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1 by Peter Collingbourne · 13 years ago
  5. 08f35a7 Add -Wlanguage-extension-token option for ext_token_used warning. by Ivan Krasin · 13 years ago
  6. d1ab1a2 When constructing debug information for synthesized variables for the by Eric Christopher · 13 years ago
  7. 93edbc5 Fix major regression in RetainCountChecker. DefaultSummaries were not being used when they were meant to be. Fixes <rdar://problem/10241614>. by Ted Kremenek · 13 years ago
  8. 0d94094 Fix crash when using archaic protocol, rdar://10238337 by Argyrios Kyrtzidis · 13 years ago
  9. 88934e8 Driver & AST: Implement support for -fpack-struct and -fpack-struct= command by Daniel Dunbar · 13 years ago
  10. a1e797e Fix the rewriter, rdar://10234024. by Argyrios Kyrtzidis · 13 years ago
  11. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  12. 818eafb PTX: Set proper calling conventions for PTX in OpenCL mode. by Justin Holewinski · 13 years ago
  13. 1203600 Use the InstalledDir correctly, and test it correctly as well. =/ Should by Chandler Carruth · 13 years ago
  14. dbc2144 Teach Clang to cope with GCC installations that have unusual patch by Chandler Carruth · 13 years ago
  15. 5058e3a Implement the feature I was originally driving toward when I started by Chandler Carruth · 13 years ago
  16. 53c8167 c: assignment/init of a function pointer whose function(s) by Fariborz Jahanian · 13 years ago
  17. 203050c Don't allow an rvalue reference to bind to the result of a calling a by Douglas Gregor · 13 years ago
  18. 53201a8 Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override by Daniel Dunbar · 13 years ago
  19. 68af536 objc: Turn diagnostic on property type mismatch in by Fariborz Jahanian · 13 years ago
  20. 06d92bf Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://problem/10230631>. by Ted Kremenek · 13 years ago
  21. d649c57 Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://problem/10230626>. by Ted Kremenek · 13 years ago
  22. 3b8b00b Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://problem/10226192>. by Ted Kremenek · 13 years ago
  23. 2a1a89e Revert r141060. We should NEVER add new warnings that aren't guarded by flag. by Ted Kremenek · 13 years ago
  24. 348f16f Mark calls to objc_retainBlock that don't result from casts by John McCall · 13 years ago
  25. f4e541c Specify -ccc-clang-archs for le32 targets which may not be supported by default. by Bob Wilson · 13 years ago
  26. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  27. 55d78d2 Update testcase for r141053+r141055. by Chad Rosier · 13 years ago
  28. 175fb10 objc arc: Suppress certain arc diagnostics on unavailable by Fariborz Jahanian · 13 years ago
  29. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  30. c6ac322 objc++: Accessing explicit property of reference type need by Fariborz Jahanian · 13 years ago
  31. f87cced Propagate __attribute__((returns_twice)) from C to IL. by Rafael Espindola · 13 years ago
  32. c5306b0 Test a multilib setup on a 64-bit host. This is the far more common by Chandler Carruth · 13 years ago
  33. 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
  34. b6fdf8f Relax an assertion here a bit. This doesn't really matter, as we won't by Chandler Carruth · 13 years ago
  35. 621e6a6 Test that we include a GCC-triple-prefixed tree. While I don't know of by Chandler Carruth · 13 years ago
  36. 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
  37. fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
  38. d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
  39. 78dd67e CUDA: diagnose invalid calls across targets by Peter Collingbourne · 13 years ago
  40. 1f24076 CUDA: add separate diagnostics for too few/many exec config args by Peter Collingbourne · 13 years ago
  41. 8591a7f CUDA: diagnose unconfigured calls to global functions by Peter Collingbourne · 13 years ago
  42. 80d2355 Sorry, I misunderstood the interaction here; the GNU runtime does by John McCall · 13 years ago
  43. 591dbc7 Use -fgnu-runtime to force the use of the non-fragile ABI; by John McCall · 13 years ago
  44. 4768b9c Temporarily XFAIL this test until John or someone else who works on ObjC by Chandler Carruth · 13 years ago
  45. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  46. 6a835dd Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling in ExprEngine. Fixes <rdar://problem/10201666>. by Ted Kremenek · 13 years ago
  47. 2b014d6 When performing an @throw in ARC, retain + autorelease by John McCall · 13 years ago
  48. cdda47f Parse attributes written in an ObjC method parameter type as by John McCall · 13 years ago
  49. b459cf3 Address PR10616. The crash has already been fixed by Ted in r140725, so just refactor to use existing API + test case. by Anna Zaks · 13 years ago
  50. e82247a Hey, maybe we shouldn't silently ignore decl attributes by John McCall · 13 years ago
  51. 130e5ef As I suspected, completely non-multilib machines just get no suffix. by Chandler Carruth · 13 years ago
  52. 9f569cc constexpr: semantic checking for constexpr functions and constructors. Based in by Richard Smith · 13 years ago
  53. 00ca848 Teach this test to cope with Windows suffixes so that msys builds can run it. by Chandler Carruth · 13 years ago
  54. 37cbb0b Correct my failure at writing proper regex's for FileCheck. Thanks Nick. by Chandler Carruth · 13 years ago
  55. f3a852a Allow for both 'lib' and 'lib32', as both seem to be in evidence. I've by Chandler Carruth · 13 years ago
  56. 29bbe2b There might be an 'ld' without any path prefix. by Chandler Carruth · 13 years ago
  57. 2cf031d Allow the results of cf_returns_not_retained function by John McCall · 13 years ago
  58. 7df2ff4 Tweak the interface for analyzing the CF conventions for a name by John McCall · 13 years ago
  59. c4cc403 Add a test that ensures we get the basic multilib '-L' flags to 'ld' by Chandler Carruth · 13 years ago
  60. 26e0b30 Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 13 years ago
  61. f2e5945 objc arc: allow objc_returns_inner_pointer on methods that return by Fariborz Jahanian · 13 years ago
  62. 9afbfbe Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  63. ccae76c objc gc: assigning to an objc object struct member through an ivar by Fariborz Jahanian · 13 years ago
  64. 2dfdb94 [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. by Argyrios Kyrtzidis · 13 years ago
  65. a891a32 Fix a bug in the token caching for inline constructors in C++11, and improve error recovery in both dialects. This should fix the GCC test suite failures as well. by Sebastian Redl · 13 years ago
  66. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago
  67. e4c6675 Fix crash when analyzing C++ code involving constant enums and switch statements (<rdar://problem/10202899>). by Ted Kremenek · 13 years ago
  68. 0658879 [analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more precise error message on the modified test case (and prevents duplicate diagnostics when we purge at block granularity). by Anna Zaks · 13 years ago
  69. d309528 [analyzer] Add -analyzer-purge option which can take on multiple values, remove -analyzer-purge=none. (Small refactor as well: move the work of constructing AnalysisManager from the callers to the class itself.) by Anna Zaks · 13 years ago
  70. 3fedbe1 Some fixes for MS-style asm parsing: specifically, add some error checking, and handle asm comments using semicolons correctly. (The comments are actually surprisingly tricky.) by Eli Friedman · 13 years ago
  71. 55dec86 constexpr functions are implicitly const. More tests to follow. by Richard Smith · 13 years ago
  72. 2d23ec2 Suggest adding 'constexpr' if the GNU extension for in-class initializers for static const float members is used in C++11 mode. by Richard Smith · 13 years ago
  73. 947be19 Mark the ExtWarn for in-class initialization of static const float members as a GNU extension. Don't extend the scope of this extension to all literal types in C++0x mode. by Richard Smith · 13 years ago
  74. eea0e81 PR11040: CheckICE should not allow an lvalue bitcast as part of an integer constant expression. by Eli Friedman · 13 years ago
  75. 2da7a51 In C++0x, static const volatile data members cannot be initialized in-class. by Richard Smith · 13 years ago
  76. 1991b71 PR11000: Fix crash on invalid. by Richard Smith · 13 years ago
  77. c6d990a constexpr: semantic checking for constexpr variables. by Richard Smith · 13 years ago
  78. 97db726 c - Enumerators may inherit the deprecated/unavailable by Fariborz Jahanian · 13 years ago
  79. 82d0b0a Add support for alignment-specifiers in C1X and C++11, remove by Peter Collingbourne · 13 years ago
  80. 35f37cd Add a warning group for warnings about using C1X features as extensions by Peter Collingbourne · 13 years ago
  81. 3497fdf Add support for parsing an attribute-specifier-seq containing multiple by Peter Collingbourne · 13 years ago
  82. f190768 Add support for parsing the optional attribute-specifier-seq at the by Peter Collingbourne · 13 years ago
  83. fe98da0 Add an ns_bridged attribute, used to specify that a by John McCall · 13 years ago
  84. 2f041d0 Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation to Objective-C object types. Fixes <rdar://problem/10142685>. by Ted Kremenek · 13 years ago
  85. 4cd5791 Do not warn about empty format strings when there are no data arguments. Fixes <rdar://problem/9473155>. by Ted Kremenek · 13 years ago
  86. be1aa41 Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be straighter line code, use the new DiagnosticMappingInfo flags, and eliminate the odd MAP_WARNING_NO_WERROR and friend mappings. by Daniel Dunbar · 13 years ago
  87. 70456e9 tests: Add some more tests for warning mappings. by Daniel Dunbar · 13 years ago
  88. 76101cf Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiagnosticPrinter to use that instead of extracting the current mapping via getDiagnosticLevel, which fixes one class of corner cases w.r.t. printing the "-Werror" diagnostic option marker. by Daniel Dunbar · 13 years ago
  89. 08d6acf Introduce an opt-in warning when a module is being implicitly built by Douglas Gregor · 13 years ago
  90. cc78c6c [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS by Chad Rosier · 13 years ago
  91. 78213e4 objc arc: Diagnose block pointer type mismatch when by Fariborz Jahanian · 13 years ago
  92. f9d9527 objc++ arc: Diagnose block pointer type mismatch when by Fariborz Jahanian · 13 years ago
  93. 8cd8de4 Tweak -Wobjc-missing-super-calls to not warning about missing [super dealloc] when in GC-only mode, and to not warning about missing [super finalize] when not using GC. by Ted Kremenek · 13 years ago
  94. 49defe6 Generate tests for all of the x86 SIMD instruction feature set by Chandler Carruth · 13 years ago
  95. f1aabcf Add a little banner to this test. This lets my scripts more easily by Chandler Carruth · 13 years ago
  96. 53bf4f9 Fix a think-o on my part that got enshrined in a FIXME by setting up the by Chandler Carruth · 13 years ago
  97. 26a3914 Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode. by Chandler Carruth · 13 years ago
  98. f6cf1c2 Begin fixing Clang's predefined macros for various architectures. This by Chandler Carruth · 13 years ago
  99. 39834ba PR11002: Make sure we emit sentinel warnings with a valid source location. (Ideally, we want to use the location returned by getLocForEndOfToken, but that is not always successful.) by Eli Friedman · 13 years ago
  100. d2ee809 Include prefix with default synthesized ivars. by Ted Kremenek · 13 years ago