llvm-project/clang/lib
Douglas Gregor cfee35b845 Remove the AST printer (-ast-print-xml), which is too incomplete and
too low-level to actually be useful but is just interesting enough for
people to try to use it (which won't actually work beyond toy examples).

To bring back the AST printer, it needs to be:
  - Complete, covering all of C/C++/Objective-C
  - Documented, with appropriate Schema against which we can validate
  the output
  - Designed for C/C++/Objective-C, not Clang's specific ASTs
  - Stable across Clang versions
  - Well-tested

llvm-svn: 127141
2011-03-07 01:03:30 +00:00
..
AST Completed source ranges fixes for all classes inheriting from TypeDecl. 2011-03-06 16:09:14 +00:00
Analysis Correctly handle nested switch statements in CFGBuilder when on switch statement has a condition that evaluates to a constant. 2011-03-04 01:03:41 +00:00
Basic Convert FileManager::FixupRelativePath over to using PathV2. 2011-03-06 22:25:35 +00:00
CodeGen Revert r126422 "Use private linkage to avoid symbol conflicts in 2011-03-06 23:28:21 +00:00
Driver Explicitly initialize CCCIsCPP 2011-03-07 00:09:32 +00:00
Frontend Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
FrontendTool Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Headers CMake: updated list of installable header files. PR9321. 2011-02-27 13:33:31 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Provide an attribute, objc_method_family, to allow the inferred family 2011-03-02 11:33:24 +00:00
Parse Propagate new-style exception spec information to Declarator. 2011-03-05 22:42:13 +00:00
Rewrite Fixed TypedefDecl and TemplateTypeParameter source range. 2011-03-06 15:48:19 +00:00
Sema Used a nicer cast. 2011-03-06 22:48:24 +00:00
Serialization Write CXX base specifier offsets for chained ASTs. 2011-03-06 18:41:18 +00:00
StaticAnalyzer Move some of the logic about classifying Objective-C methods into 2011-03-02 01:50:55 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00