Commit History

Author SHA1 Message Date
  Fangrui Song b76b345fe1 Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 6 years ago
  Fangrui Song 0761773157 Fix file headers. NFC 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 years ago
  Alexander Kornienko 4ac74f807f Refactor: Simplify boolean conditional return statements in lib/ARCMigrate 9 years ago
  Craig Topper a797c529a6 [C++11] Use 'nullptr'. 11 years ago
  Aaron Ballman bcbb92d12f [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with iterator_range body(). Updating all of the usages of the iterators with range-based for loops. 11 years ago
  Aaron Ballman 7d141621d4 [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops. 11 years ago
  Benjamin Kramer accaf19bc1 s/tranform/transform/ 12 years ago
  Benjamin Kramer 471c8b4998 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. 13 years ago
  Dmitri Gribenko aa0cd85838 Structured comment parsing, first step. 13 years ago
  David Blaikie 262bc18e32 Remove the ref/value inconsistency in filter_decl_iterator. 13 years ago
  Argyrios Kyrtzidis e7ef8556f4 [arcmt] For GC, cleanup and turn -finalize to -dealloc. 14 years ago
  Argyrios Kyrtzidis a64ccefdf0 Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 14 years ago
  Argyrios Kyrtzidis aec230d298 [arcmt] Fix test/ARCMT/remove-statements.m regression due to 14 years ago
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 years ago
  Argyrios Kyrtzidis fd3455a9eb [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut down on one compilation 14 years ago