1. ac28eca Hexagon V5 (floating point) support in cfe. by Sirish Pande · 12 years ago
  2. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 12 years ago
  3. 38c4767 Inline helper function into only caller. by Rafael Espindola · 12 years ago
  4. 2954134 Fixes comment referencing old name. by Manuel Klimek · 12 years ago
  5. 5118337 Revert 155102 but add a fixme while I debug what is wrong with chrome's by Rafael Espindola · 12 years ago
  6. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  7. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  8. 0b3ade8 [analyzer] Run remove dead bindings right before leaving a function. by Anna Zaks · 12 years ago
  9. 39b7341 [analyzer] Remove unused method. by Anna Zaks · 12 years ago
  10. 5a878b2 [analyzer] Constify by Anna Zaks · 12 years ago
  11. 05b3385 Update doxygen comment to match changes in r155218. by Richard Smith · 12 years ago
  12. 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 12 years ago
  13. 9879556 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 12 years ago
  14. 289677d objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 12 years ago
  15. ae519c4 Thread safety analysis: split warnings into two groups: attribute warnings by DeLesley Hutchins · 12 years ago
  16. 03544fc Add missing -Wc++98-compat warnings for initializer list initializations which by Richard Smith · 12 years ago
  17. c7e6060 In mergeVisibility, if we already have an explicit visibility, keep it. by Rafael Espindola · 12 years ago
  18. 1c7eed7 In mergeVisibilityWithMin, let an implicit hidden symbol take precedence over by Rafael Espindola · 12 years ago
  19. d70d20a Now that we check visibility attributes in an appropriate order, by Rafael Espindola · 12 years ago
  20. 5727cf5 Make setVisibility private and change users to mergeVisibility. This is by Rafael Espindola · 12 years ago
  21. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  22. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  23. 103f41d Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 12 years ago
  24. d448ce0 VerifyICE: Pass PartialDiagnostics by reference. by Benjamin Kramer · 12 years ago
  25. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  26. 6403683 Fix bad typo reported by I-Jui Sung. by Ted Kremenek · 12 years ago
  27. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  28. 074c191 Calling setVisibility directly only makes (some) sense when the visibility is by Rafael Espindola · 12 years ago
  29. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  30. e1a6eac add missing parameter index to diag by Matt Beaumont-Gay · 12 years ago
  31. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  32. e1430e9 Typo fix. by Sirish Pande · 12 years ago
  33. c661f14 Switches the JSONCompilationDatabase to use the YAML parser. by Manuel Klimek · 12 years ago
  34. 82a9478 Fix to avoid warning. Also add header, and lincense information. by Sirish Pande · 12 years ago
  35. 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
  36. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  37. ffce11b [analyzer] +comments by Anna Zaks · 12 years ago
  38. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  39. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  40. 2b5949e Readd lost "undef BUILTIN" to fix the build. by David Blaikie · 12 years ago
  41. 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 12 years ago
  42. 48c2407 Remove unused method. by Rafael Espindola · 12 years ago
  43. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  44. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  45. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  46. 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
  47. b1758c6 Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 12 years ago
  48. fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 12 years ago
  49. 8fb9fb6 Replace manual delete[] with OwningArrayPtr. by Benjamin Kramer · 12 years ago
  50. 13bb701 Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool. by Benjamin Kramer · 12 years ago
  51. 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 12 years ago
  52. 87e154c Remove the unused, unmaintained, incomplete 'Index' library. by Douglas Gregor · 12 years ago
  53. 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 12 years ago
  54. 51b9240 Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of by Richard Smith · 12 years ago
  55. a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 12 years ago
  56. 5e6c3f0 Support -Wc++98-compat-pedantic as requested: 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. f7728dc Config.h: Add another definition which the Darwin build (sometimes) uses. by Daniel Dunbar · 12 years ago
  59. 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 12 years ago
  60. 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 12 years ago
  61. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  62. ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 12 years ago
  63. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  64. 994d73f Part of PR10101: after a parse error in a declaration, try harder to find the by Richard Smith · 12 years ago
  65. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  66. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  67. e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 12 years ago
  68. e1b2abc AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving by Richard Smith · 12 years ago
  69. e19f86e [analyzer] Add support for C++ dynamic_cast. by Anna Zaks · 12 years ago
  70. 4335a48 [analyzer] + comments by Anna Zaks · 12 years ago
  71. 69a30b8 When we determine that an initialization sequence failed due to an by Douglas Gregor · 12 years ago
  72. 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 12 years ago
  73. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  74. 4296361 Rework implementation of null non-type template arguments based on by Douglas Gregor · 12 years ago
  75. c56298d Parsing of C++11 attributes: by Richard Smith · 12 years ago
  76. 6ee326a Disambiguation of '[[': by Richard Smith · 12 years ago
  77. 12d8d80 Fix the access check performed as part of the determination of whether by John McCall · 12 years ago
  78. e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 12 years ago
  79. e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 12 years ago
  80. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  81. eb52f86a Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 12 years ago
  82. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  83. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  84. 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
  85. b9abd872 Fix several problems with protected access control: by John McCall · 12 years ago
  86. b031eab Remove "parse error" in favor of more descriptive diagnostics. by David Blaikie · 12 years ago
  87. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  88. bd61313 Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode by Ted Kremenek · 12 years ago
  89. 83cad45 Thread safety analysis: downgraded requirement that mutex expressions refer to a lockable type from error to warning. by DeLesley Hutchins · 12 years ago
  90. 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
  91. cf2fa2f Fixed scoping error for late parsed attributes in nested classes. by DeLesley Hutchins · 12 years ago
  92. 9df1b96 Restrict fixit for missing 'class' in template template parameters. by David Blaikie · 12 years ago
  93. 7947bb1 [analyzer]Fix false positive: pointer might escape through CG*WithData. by Anna Zaks · 12 years ago
  94. bf393be objective-c: Don't warn when a category does not implement a method by Fariborz Jahanian · 12 years ago
  95. 6fd4505 Require that all static analyzer issues have a category. As part of this change, by Ted Kremenek · 12 years ago
  96. e47029a Temporary workaround for bug#12457: turn the 'constexpr function never produces by Richard Smith · 12 years ago
  97. 85ff969 [Lex] Add support for 'user specified system frameworks' (see test case). by Daniel Dunbar · 12 years ago
  98. 9ee35f9 [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the FrameworkMap items. by Daniel Dunbar · 12 years ago
  99. a823545 Improve & simplify diagnostic for missing 'class' in template template parameter. by David Blaikie · 12 years ago
  100. cd86346 [analyzer] Add a coverage calculation to FunctionSummaries. by Anna Zaks · 12 years ago