Commit History

Author SHA1 Message Date
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Eugene Zelenko d3b7dd1776 [Sema] Revert r329346 because of memory sanitizer failures. 7 years ago
  Eugene Zelenko eb25fa3277 [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 years ago
  Richard Smith e11f410f5c Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call 9 years ago
  Craig Topper ee5949e86b Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC 9 years ago
  Richard Smith 1f468121f5 [modules] Stop trying to fake up a linear MacroDirective history. 10 years ago
  Richard Smith 8adf837adc PR17290: Use 'false' macro in fix-it hint for initializing a variable of type 12 years ago
  Richard Smith 80ad52f327 s/CPlusPlus0x/CPlusPlus11/g 12 years ago
  Benjamin Kramer 478851c3ed Drop the ASTContext.h include from Stmt.h and fix up transitive users. 13 years ago
  David Blaikie 2c0abf4ae3 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. 13 years ago
  David Blaikie 07b49a88df Use character literals for vexing initialization fixit hints. 13 years ago
  Richard Smith e40141542d Refactor for clarity. 13 years ago
  Richard Smith f037541d5c Don't crash while trying to diagnose a function declared at block scope with an 13 years ago
  Richard Smith 7984de3564 Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: 13 years ago
  Anna Zaks f3546eeef1 Refactor the */& mismatch fixit generation out of SemaOverload and provide a simple conversion checking function. 14 years ago