aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2010-04-06clang-wpa fixes for DiagnosticDouglas Gregor
2010-04-06Unbreak buildDouglas Gregor
2010-04-05GrrrrDouglas Gregor
2010-04-05Try to de-bork build of WPADouglas Gregor
2010-04-01Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar
2010-02-27Wire up Daniel's new spiffy C interpreter into the CMake build systemKovarththanan Rajaratnam
2010-02-27Add commentKovarththanan Rajaratnam
2010-02-27Add header + commentsKovarththanan Rajaratnam
2010-02-25Add a minimal C interpreter example.Daniel Dunbar
2010-01-24-fno-rtti is now the default.Chris Lattner
2010-01-05Fix -plugin command line argument syntax for clang -cc1 change.Daniel Dunbar
2009-12-20Fix CMake build on windows, from Cedric VenetDouglas Gregor
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-12-06Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar
2009-12-03Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar
2009-12-03Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar
2009-12-03Update example link lines.Daniel Dunbar
2009-12-01Add a very minimal README.txt for examples/PrintFunctionNames.Daniel Dunbar
2009-11-17Add missed CMake file for adding clang examples to CMake build.Daniel Dunbar
2009-11-15Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar
2009-11-15Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent...Daniel Dunbar