Commit History

Author SHA1 Message Date
  Richard Smith 2f361f76db Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump 11 years ago
  David Blaikie b53da86048 Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 11 years ago
  David Blaikie 80bfbba822 Revert "unique_ptr-ify ownership of ASTConsumers" 11 years ago
  David Blaikie 4d15e347a0 unique_ptr-ify ownership of ASTConsumers 11 years ago
  Craig Topper d24fb6c947 [C++11] Use 'nullptr'. Frontend edition. 11 years ago
  Craig Topper c218f4bb38 De-virtualize a method. It's called through template magic and doesn't override anything. 11 years ago
  Craig Topper 85bba31eb7 [C++11] Add 'override' keyword to virtual methods that override their base class. 11 years ago
  Aaron Ballman caabaa8e4b [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with iterator_range decls(). The same is true for the noload versions of these APIs. Updating all of the usages of the iterators with range-based for loops. 11 years ago
  Aaron Ballman 126b7b996c [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with iterator_range params(). Updating all of the usages of the iterators with range-based for loops. 11 years ago
  Richard Smith 9a7e09fffb Remove -ast-dump-xml. 12 years ago
  Richard Smith ab297ccbcc Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to 12 years ago
  Alexey Bataev c640058aa7 OpenMP threadprivate directive parsing and semantic analysis 12 years ago
  Benjamin Kramer b063ef0222 Add streamed versions of getQualifiedNameAsString. 12 years ago
  Dmitri Gribenko cfa88f8939 Remove useless 'llvm::' qualifier from names like StringRef and others that are 12 years ago
  Chandler Carruth 3b844ba7d5 Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 12 years ago
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 years ago
  Dmitri Gribenko 0061fe4094 Use color for -ast-dump-filter only when it is supported 12 years ago
  Alexander Kornienko 30280389d1 Fix for -ast-dump-filter 12 years ago
  Alexander Kornienko a7612aec79 Fixed crash and added a test and a minor output problem 13 years ago
  Michael Han 317d6ef9d5 Fix base type of ASTDeclNodeLister. 13 years ago
  Alexander Kornienko 171af64ef1 Added -ast-list option to dump filterable AST decl node names. 13 years ago
  Alexander Kornienko e34a052d64 Added -ast-dump-filter option to clang -cc1. 13 years ago
  Argyrios Kyrtzidis 88c2596edc Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 13 years ago
  Benjamin Kramer b8989f27f1 Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 14 years ago
  John McCall 5e1cdac63c Rename TagDecl::isDefinition -> isCompleteDefinition 14 years ago
  Douglas Gregor 30c4240420 When 'bool' is not a built-in type but is defined as a macro, print 14 years ago
  David Blaikie b219cfc4d7 Switch assert(0/false) llvm_unreachable. 14 years ago
  Richard Trieu 5cb3d699f0 Add template instantiations to the output of -ast-dump. 14 years ago
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 years ago
  Sean Hunt 10620eb516 Modify some deleted function methods to better reflect reality: 14 years ago