Revīziju vēsture

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