1. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  2. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  3. 039970a AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  4. 2d84f6b Remove Sema includes from Analysis code to fix layering by Reid Kleckner · 11 years ago
  5. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  6. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago
  7. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  8. a03c5ee Fix crash w/BlockDecl and invalid qualified decl. by Eli Friedman · 11 years ago
  9. df7bef0 Patch by Chris Wailes <chris.wailes@gmail.com>. Reviewed by delesley, dblaikie. by DeLesley Hutchins · 11 years ago
  10. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  11. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  12. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  13. a3bf897 SourceManager intialization tweaks. by Benjamin Kramer · 11 years ago
  14. e7205c0 Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  15. c1cef08 Added source locs for angled parentheses in class/var template partial specs. by Enea Zaffanella · 11 years ago
  16. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  17. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  18. 96943ca Add lrint to the list of math builtins. It never sets errno so we can mark it as readnone. by Benjamin Kramer · 11 years ago
  19. 4e9686b Implement [class.friend]p11's special name lookup rules for friend declarations by Richard Smith · 11 years ago
  20. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  21. c8e8e8f clang-cl: Map /Oi[-] to -f[no-]builtin by Hans Wennborg · 11 years ago
  22. 1c56c9d Fix alignof computation of large arrays on x86_64. by Rafael Espindola · 11 years ago
  23. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  24. ad0d570 Add clang_Location_isFromMainFile() to libclang. by Stefanus Du Toit · 11 years ago
  25. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  26. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  27. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  28. f58443e Split the deprecated increment bool warning into a sub-group of -Wdeprecated by Richard Trieu · 11 years ago
  29. fbbdc5d Emit an error for enum increments and decrements in C++ mode. Fixes PR16394. by Richard Trieu · 11 years ago
  30. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  31. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  32. 7ae9745 Fix doxygen function name mismatch. by Hans Wennborg · 11 years ago
  33. ac32d90 PR9992: Serialize and deserialize the token sequence for a function template in by Richard Smith · 11 years ago
  34. a7b8797 Eliminate CXXConstructorDecl::IsImplicitlyDefined. by Jordan Rose · 11 years ago
  35. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  36. ab50ccd clang-cl: Implement support for the /Fo option by Hans Wennborg · 11 years ago
  37. acdbbc7 Add a new warning to -Wloop-analysis to detect suspicious increments or by Richard Trieu · 11 years ago
  38. 3151b7c Fixing commit r187768: Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  39. 06935f3 Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  40. 70ed2db AST/DeclTemplate.h: Possibly fix a warning. [-Wuninitialized] by NAKAMURA Takumi · 11 years ago
  41. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  42. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  43. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  44. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  45. 6f4f808 Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. by Craig Topper · 11 years ago
  46. a1c50a1 Options.td: remove _DASH_DASH by Hans Wennborg · 11 years ago
  47. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  48. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  49. 8d3794e ObjectiveC migrator: Add another family of factory by Fariborz Jahanian · 11 years ago
  50. 0694ad9 Fix missing * making the C++ mode thing not work by Matt Arsenault · 11 years ago
  51. f647b69 ObjectiveC migrator: Fixes public buildbot failures, by Fariborz Jahanian · 11 years ago
  52. 6803dbe revert patch I added in r187655. It still breaks public buildbot. by Fariborz Jahanian · 11 years ago
  53. 906c7f7 ObjectiveC migration. Check-in patch reverted in r187634. by Fariborz Jahanian · 11 years ago
  54. e7a9a67 Revert r187537 "clang-cl: add more options" by Hans Wennborg · 11 years ago
  55. 1888b91 When merging redeclaration chains across modules, if a declaration is visible by Richard Smith · 11 years ago
  56. ac8b5f5 clang-cl: add more options by Hans Wennborg · 11 years ago
  57. cd68398 Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods with certain prefix selector matching their class names' suffix." by Rafael Espindola · 11 years ago
  58. 5994467 ObjectiveC migrator. Migrate to instancetype return type by Fariborz Jahanian · 11 years ago
  59. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  60. 60704ac Options.td: O0 and O4 are not Joined options by Hans Wennborg · 11 years ago
  61. 05c06c0 Fix typo in comment. by Joey Gouly · 11 years ago
  62. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  63. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  64. 789d82a Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be resolved statically. by Arnaud A. de Grandmaison · 11 years ago
  65. d145ce7 Remove the SUPPORT_ALIASARGS define by Hans Wennborg · 11 years ago
  66. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  67. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  68. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  69. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  70. 4382928 Option parsing tables: pick up AliasArgs from the OPTION macro. by Hans Wennborg · 11 years ago
  71. 01ad048 ObjectiveC ARC: Do not issue bridge cast diagnostic when by Fariborz Jahanian · 11 years ago
  72. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  73. 2651b7a ObjectiveC arc: Introduce a new initialization kind by Fariborz Jahanian · 11 years ago
  74. baaeb85 Improve the diagnostic experience, including adding recovery, for by Kaelyn Uhrain · 11 years ago
  75. afb90df Fix read of uninitialized enum value in test, caught by UBSan. No functionality by Richard Smith · 11 years ago
  76. 6365ab9 Start keeping track of what work was done to detect a GCC installation by Chandler Carruth · 11 years ago
  77. 750f73a err_attribute_missing_parameter_name has been replaced by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  78. 9f939f7 Replacing err_attribute_argument_not_int with err_attribute_not_type_attr by Aaron Ballman · 11 years ago
  79. 635de28 Add MicrosoftVFTableContext to AST by Timur Iskhodzhanov · 11 years ago
  80. 201bddc Added the notion of Type and TargetSpecific attributes to the clang tablegen. In turn, this fixes a mistake with Ptr32, Ptr64, UPtr and SPtr attribtues generating AST nodes that are never actually used. by Aaron Ballman · 11 years ago
  81. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  82. aefb1d3 Convert a use of stat with sys::fs::status. by Rafael Espindola · 11 years ago
  83. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  84. b28b044 Options.td: rename CCC{Driver,Debug}Opt to Internal{Driver,Debug}Opt by Hans Wennborg · 11 years ago
  85. b16bb35 Options.td: remove a_Group and L_Group. by Hans Wennborg · 11 years ago
  86. c5ae717 Add matcher for float literals. by Daniel Jasper · 11 years ago
  87. 6cf6914 Options.td: Update HelpText of CCCDriverOpt by Hans Wennborg · 11 years ago
  88. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  89. 76b5dd4 [analyzer] Fix FP warnings when binding a temporary to a local static variable by Pavel Labath · 11 years ago
  90. 1652ed1 Tighten type-checking for vector attributes. by Eli Friedman · 11 years ago
  91. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  92. 6931b4d Move friend warning into CXX11 warning group. by Eli Friedman · 11 years ago
  93. 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
  94. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  95. d78aef1 Options.td: finish comment about CompileOnly_Group by Hans Wennborg · 11 years ago
  96. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  97. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  98. 4c7736e Sema: Minor const fixups and control flow tidying. by Benjamin Kramer · 11 years ago
  99. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  100. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago