1. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 12 years ago
  2. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 12 years ago
  3. bfec916 PR15067: Don't assert when a UCN appears in a C90 file. by Jordan Rose · 12 years ago
  4. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 12 years ago
  5. 7d9f077 Constify getOptionalExplicitTemplateArgs() by Dmitri Gribenko · 12 years ago
  6. d615f88 Constify some getters of DesignatedInitExpr by Dmitri Gribenko · 12 years ago
  7. db84e7a [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 12 years ago
  8. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 12 years ago
  9. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  10. dede2fd [analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode. by Jordan Rose · 12 years ago
  11. aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 12 years ago
  12. 7ee8906 [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths. by Jordan Rose · 12 years ago
  13. 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 12 years ago
  14. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
  15. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
  16. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  17. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 12 years ago
  18. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  19. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  20. d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 12 years ago
  21. 909df54 Add space after ';'. by Fariborz Jahanian · 12 years ago
  22. 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 12 years ago
  23. ae04222 ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  24. de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
  25. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
  26. eab6652 [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 12 years ago
  27. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
  28. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
  29. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
  30. e169807 Track the number of lookups and hits into the on-disk hash tables for by Douglas Gregor · 12 years ago
  31. d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
  32. b8ccd43 [analyzer] Fixup for r173385 and r173386 - initialize the members. by Anna Zaks · 12 years ago
  33. a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 12 years ago
  34. d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
  35. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
  36. 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 12 years ago
  37. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
  38. 6c23bd2 Move 'convertUTF8Sequence' helper into the C++ section of the header file. by Jordan Rose · 12 years ago
  39. b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 12 years ago
  40. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  41. 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 12 years ago
  42. ae07378 [ms-inline asm] Add an error when trying to compile MS-style inline assembly by Chad Rosier · 12 years ago
  43. 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
  44. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
  45. bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 12 years ago
  46. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago
  47. 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 12 years ago
  48. 89cf425 Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 12 years ago
  49. 8441fff Add constness for NestedNameSpecifier::Create parameter by Dmitri Gribenko · 12 years ago
  50. b76d971 Constify some getters in RedeclarableTemplateDecl by Dmitri Gribenko · 12 years ago
  51. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
  52. 8f4bd7a Add option to allow putting all parameters onto the next line. by Daniel Jasper · 12 years ago
  53. 18f43a6 Documentation cleanup: fixing documentation for FrontendAction. by James Dennett · 12 years ago
  54. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
  55. d6ec473 Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup. by Ted Kremenek · 12 years ago
  56. 3548068 Small code change to improve performance by Fariborz Jahanian · 12 years ago
  57. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  58. c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 12 years ago
  59. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
  60. f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  61. cc71dbe Give ModuleFiles an index, so that we can use indexed vectors rather by Douglas Gregor · 12 years ago
  62. b892d70 Eliminate Sema::CompareProperties(), which was walking over a pile of by Douglas Gregor · 12 years ago
  63. aabd094 Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which by Douglas Gregor · 12 years ago
  64. 8222b89 Revert r173056; it breaks one of the CodeGen-with-PCH tests. by Douglas Gregor · 12 years ago
  65. c44cc01 When loading an identifier from an AST file solely for the purpose of by Douglas Gregor · 12 years ago
  66. 5a04f9f Introduce a fast path for the ASTReader's name lookup within a by Douglas Gregor · 12 years ago
  67. 6de6aab AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
  68. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
  69. 445743d Add a fixit for _Noreturn main, by Dmitri Gribenko · 12 years ago
  70. d9e26f5 Prune unused diagnostics. by Benjamin Kramer · 12 years ago
  71. 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 12 years ago
  72. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  73. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 12 years ago
  74. 99a5af0 convert some more stuff over to use new cursor APIs. by Chris Lattner · 12 years ago
  75. 39371b8 Reapply r172878 with test case. by Ted Kremenek · 12 years ago
  76. dc1088f [PCH/Modules] Revert r172843, it caused a module to fail building. by Argyrios Kyrtzidis · 12 years ago
  77. 1dfebd9 [analyzer] Suppress warnings coming out of macros defined in sys/queue.h by Anna Zaks · 12 years ago
  78. 6adfff1 Revert r172878, "Reword warning about using a *static* variable within its own initialization." by NAKAMURA Takumi · 12 years ago
  79. 1bdac1d Reword warning about using a *static* variable within its own initialization. by Ted Kremenek · 12 years ago
  80. cd6bfd0 Fix mismatched #endif. by Jordan Rose · 12 years ago
  81. 22eaced Once we've collected the template arguments for a by Douglas Gregor · 12 years ago
  82. f953276 [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! by Argyrios Kyrtzidis · 12 years ago
  83. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  84. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 12 years ago
  85. ba57183 Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not by Richard Smith · 12 years ago
  86. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  87. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  88. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  89. b8b5cbc [ms-inline asm] Extend the Sema interface to get the size and length of a by Chad Rosier · 12 years ago
  90. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 12 years ago
  91. aab6005 Revert most of r172140. by Nico Weber · 12 years ago
  92. 93c8617 ArrayRef-ize some ctor initializer related APIs by David Blaikie · 12 years ago
  93. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  94. 6c3af3d Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on by Richard Smith · 12 years ago
  95. a6f9707 Implement a fixit for -Wmain-return-type by Dmitri Gribenko · 12 years ago
  96. 1c23975 Fix a typo introduced in r172665. by Matt Beaumont-Gay · 12 years ago
  97. a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 12 years ago
  98. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago
  99. 31672b1 No longer crashing with an assert when __has_include or __has_include_next is used outside of a preprocessor directive. This fixes PR14837. by Aaron Ballman · 12 years ago
  100. 7dfd182 First step in implementation of mips16 and nomips16 attributes. by Reed Kotler · 12 years ago