1. e855b88 Remove the group from -fhonor_infinites/-fno_honor_infinites aliases. Aliases by Chad Rosier · 12 years ago
  2. 6e4a0af PR12660: Don't crash when initializing a const reference from a braced init list by Richard Smith · 12 years ago
  3. 86e6fdc Two missing -Wc++98-compat warnings, for null pointers as non-type template by Richard Smith · 12 years ago
  4. 45a0b26 Reject cases like by Rafael Espindola · 12 years ago
  5. c799a6a If a type is non-literal by virtue of being incomplete produce notes by Richard Smith · 12 years ago
  6. a313b2f RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit by Richard Smith · 12 years ago
  7. 2b90f76 Add an error message with fixit hint for changing '.' to '->'. by Kaelyn Uhrain · 12 years ago
  8. 0d62709 Use a SmallMap for StoredDeclsMap, it's usually sparsely populated so we can avoid initializing memory for 64 buckets. by Benjamin Kramer · 12 years ago
  9. 383fdf9 Convert a std::map that usually has between 0 and 10 elements to SmallMap. by Benjamin Kramer · 12 years ago
  10. e7255c1 Add acos, asin, ceil, fabs, floor, fmax, fmin, round, and tan to the builtin by Chad Rosier · 12 years ago
  11. 454393e Add atan, atan2, exp, and log to the builtin math library functions. by Chad Rosier · 12 years ago
  12. fae0f48 Alphabetize the builtin math library functions. No functional change intended. by Chad Rosier · 12 years ago
  13. 5482dc3 RecursiveASTVisitor: Visit instantiations of member templates of class by Richard Smith · 12 years ago
  14. 6603ff8 Revert r155363, due to the underlying patches in LLVM causing regression by Chandler Carruth · 12 years ago
  15. ac28eca Hexagon V5 (floating point) support in cfe. by Sirish Pande · 12 years ago
  16. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 12 years ago
  17. 38c4767 Inline helper function into only caller. by Rafael Espindola · 12 years ago
  18. 2954134 Fixes comment referencing old name. by Manuel Klimek · 12 years ago
  19. 5118337 Revert 155102 but add a fixme while I debug what is wrong with chrome's by Rafael Espindola · 12 years ago
  20. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  21. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  22. 0b3ade8 [analyzer] Run remove dead bindings right before leaving a function. by Anna Zaks · 12 years ago
  23. 39b7341 [analyzer] Remove unused method. by Anna Zaks · 12 years ago
  24. 5a878b2 [analyzer] Constify by Anna Zaks · 12 years ago
  25. 05b3385 Update doxygen comment to match changes in r155218. by Richard Smith · 12 years ago
  26. 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 12 years ago
  27. 9879556 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 12 years ago
  28. 289677d objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 12 years ago
  29. ae519c4 Thread safety analysis: split warnings into two groups: attribute warnings by DeLesley Hutchins · 12 years ago
  30. 03544fc Add missing -Wc++98-compat warnings for initializer list initializations which by Richard Smith · 12 years ago
  31. c7e6060 In mergeVisibility, if we already have an explicit visibility, keep it. by Rafael Espindola · 12 years ago
  32. 1c7eed7 In mergeVisibilityWithMin, let an implicit hidden symbol take precedence over by Rafael Espindola · 12 years ago
  33. d70d20a Now that we check visibility attributes in an appropriate order, by Rafael Espindola · 12 years ago
  34. 5727cf5 Make setVisibility private and change users to mergeVisibility. This is by Rafael Espindola · 12 years ago
  35. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  36. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  37. 103f41d Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 12 years ago
  38. d448ce0 VerifyICE: Pass PartialDiagnostics by reference. by Benjamin Kramer · 12 years ago
  39. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  40. 6403683 Fix bad typo reported by I-Jui Sung. by Ted Kremenek · 12 years ago
  41. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  42. 074c191 Calling setVisibility directly only makes (some) sense when the visibility is by Rafael Espindola · 12 years ago
  43. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  44. e1a6eac add missing parameter index to diag by Matt Beaumont-Gay · 12 years ago
  45. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  46. e1430e9 Typo fix. by Sirish Pande · 12 years ago
  47. c661f14 Switches the JSONCompilationDatabase to use the YAML parser. by Manuel Klimek · 12 years ago
  48. 82a9478 Fix to avoid warning. Also add header, and lincense information. by Sirish Pande · 12 years ago
  49. 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
  50. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  51. ffce11b [analyzer] +comments by Anna Zaks · 12 years ago
  52. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  53. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  54. 2b5949e Readd lost "undef BUILTIN" to fix the build. by David Blaikie · 12 years ago
  55. 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 12 years ago
  56. 48c2407 Remove unused method. by Rafael Espindola · 12 years ago
  57. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  58. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  59. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  60. 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
  61. b1758c6 Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 12 years ago
  62. fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 12 years ago
  63. 8fb9fb6 Replace manual delete[] with OwningArrayPtr. by Benjamin Kramer · 12 years ago
  64. 13bb701 Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool. by Benjamin Kramer · 12 years ago
  65. 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 12 years ago
  66. 87e154c Remove the unused, unmaintained, incomplete 'Index' library. by Douglas Gregor · 12 years ago
  67. 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 12 years ago
  68. 51b9240 Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of by Richard Smith · 12 years ago
  69. a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 12 years ago
  70. 5e6c3f0 Support -Wc++98-compat-pedantic as requested: by Seth Cantrell · 12 years ago
  71. 2c39d71 Implement the missing pieces needed to support libstdc++4.7's <atomic>: by Richard Smith · 12 years ago
  72. f7728dc Config.h: Add another definition which the Darwin build (sometimes) uses. by Daniel Dunbar · 12 years ago
  73. 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 12 years ago
  74. 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 12 years ago
  75. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  76. ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 12 years ago
  77. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  78. 994d73f Part of PR10101: after a parse error in a declaration, try harder to find the by Richard Smith · 12 years ago
  79. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  80. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  81. e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 12 years ago
  82. e1b2abc AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving by Richard Smith · 12 years ago
  83. e19f86e [analyzer] Add support for C++ dynamic_cast. by Anna Zaks · 12 years ago
  84. 4335a48 [analyzer] + comments by Anna Zaks · 12 years ago
  85. 69a30b8 When we determine that an initialization sequence failed due to an by Douglas Gregor · 12 years ago
  86. 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 12 years ago
  87. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  88. 4296361 Rework implementation of null non-type template arguments based on by Douglas Gregor · 12 years ago
  89. c56298d Parsing of C++11 attributes: by Richard Smith · 12 years ago
  90. 6ee326a Disambiguation of '[[': by Richard Smith · 12 years ago
  91. 12d8d80 Fix the access check performed as part of the determination of whether by John McCall · 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. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  95. eb52f86a Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 12 years ago
  96. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  97. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  98. 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
  99. b9abd872 Fix several problems with protected access control: by John McCall · 12 years ago
  100. b031eab Remove "parse error" in favor of more descriptive diagnostics. by David Blaikie · 12 years ago