]> granicus.if.org Git - clang/history - examples
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
[clang] / examples /
2016-10-10 Justin Lebar[Examples] Fix use of sema.LateParsedTemplateMap in...
2016-08-05 John BrawnReapply r276973 "Adjust Registry interface to not requi...
2016-07-28 John BrawnRevert r276973 "Adjust Registry interface to not requir...
2016-07-28 John BrawnReapply r276856 "Adjust Registry interface to not requi...
2016-07-27 John BrawnRevert r276856 "Adjust Registry interface to not requir...
2016-07-27 John BrawnAdjust Registry interface to not require plugins to...
2016-07-08 John BrawnExplicitly export symbols from the sample analyzer...
2016-06-09 Chris Bieneman[CMake] Cleaning up CMake feature gating on 2.8.12
2016-04-04 NAKAMURA TakumiAnnotateFunctions: Tweak for mingw.
2016-04-04 John BrawnAdd a PragmaHandler Registry for plugins to add PragmaH...
2016-03-15 John BrawnMake it possible for AST plugins to enable themselves...
2016-02-11 NAKAMURA TakumiRevert r260265, "clang-cl: Support loading plugins...
2016-02-09 Ehsan Akhgariclang-cl: Support loading plugins on Windows
2016-01-26 Chris BienemanRemove autoconf support
2015-09-16 NAKAMURA Takumianalyzer-plugin/MainCallChecker.cpp: s/generateSink...
2015-06-23 Aaron BallmanFixing a build bot break from r240400.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-17 Nico WeberDon't leak TemplateIds when a plugin parses late-parsed...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-01-23 Alexander KornienkoReplace size() calls on containers with empty() calls...
2014-10-03 Justin BognerDriver: Update clang-interpreter example for r218938
2014-09-04 David Blaikieunique_ptrify JobList::Jobs
2014-09-03 Iain SandoeFix configure and make build of clang-interpreter.
2014-09-02 Eric ChristopherReinstate "Update for llvm API change.""
2014-08-19 Rafael EspindolaGo back to having a takeModule instead of a getModule.
2014-08-19 Rafael EspindolaUpdate for llvm api change.
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-07 Eric ChristopherTemporarily Revert "Update for llvm API change."
2014-08-07 Rafael EspindolaUpdate for llvm API change.
2014-07-24 Rafael EspindolaUse ELF in the clang-interpreter on windows.
2014-07-24 Rafael EspindolaAttempt at fixing the windows shared build.
2014-07-24 Rafael EspindolaUse MCJIT.
2014-07-24 Rafael EspindolaRemove the last use of llvm::ExecutionEngine::create.
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-13 NAKAMURA Takumi[CMake] Give explicit dependencies to a couple of modul...
2014-07-13 NAKAMURA TakumiPrintFunctionNames/CMakeLists.txt: Fix a comment.
2014-07-11 NAKAMURA TakumiInstantiate llvm::Registry<clang::PluginASTAction>...
2014-07-09 Alp Tokerclang-interpreter: don't check input file existence...
2014-07-01 Alp Tokerclang-interpreter: use LLVM interpreter if JIT is unava...
2014-07-01 Alp Tokerclang-interpreter: interpret instead of JITing
2014-05-15 Alp TokerEliminate DefaultImageName from the Driver constructor
2014-03-09 Ahmed CharlesFix build break, replace take() with release().
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-09 Ahmed Charles[C++11] Remove the remaining uses of OwningPtr.
2014-02-21 NAKAMURA Takumi[CMake] Get rid of explicit dependencies to include...
2014-02-20 Jordan Rose[CMake] Fix installation without CLANG_BUILD_EXAMPLES
2014-02-13 Jordan Rose[examples] Add tablegen'd ClangCommentCommandList as...
2014-02-12 Jordan Rose[examples] Use loadable modules instead of shared libra...
2014-02-11 Alexander KornienkoExpose the name of the checker producing each diagnosti...
2014-01-31 NAKAMURA Takumi[CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC...
2014-01-23 NAKAMURA Takumi[CMake] Parameterize MODULE and SHARED in add_clang_lib...
2013-12-30 Nico WeberDon't use PrintFunctionNames.exports on Windows.
2013-12-29 Nico WeberFix typo in comment.
2013-12-29 Nico Weber[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionN...
2013-12-21 Alp TokerFix getCustomDiagID() usage in example code
2013-12-10 NAKAMURA Takumi[CMake] Update target_link_libraries() and LLVM_LINK_CO...
2013-12-10 NAKAMURA TakumiAdd ObjCARCOpts to LINK_COMPONENTS.
2013-10-19 Bill WendlingAdd irreader to the component list, because ParseIR...
2013-09-12 Hans WennborgMove Compilation::PrintJob and PrintDiagnosticJob into...
2013-06-26 Rafael EspindolaRemove unused header.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::getMainExecutable.
2013-06-17 Rafael EspindolaInclude PathV1.h only where it is used.
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-03-26 Chandler CarruthThe IRReader header is now part of its own library...
2013-01-20 Sean SilvaNuke SetUpBuildDumpLog.
2013-01-16 Peter CollingbourneUse getProcessTriple in clang-interpreter.
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-02 Chandler CarruthRewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as...
2012-12-20 Douglas GregorRevert r170801, which breaks the mingw build.
2012-12-20 Douglas GregorEliminate errors when running the 'PrintFunctionNames...
2012-12-04 Chandler CarruthSort the #include lines for examples/...
2012-11-27 Rafael EspindolaFix examples.
2012-11-02 NAKAMURA Takumianalyzer-plugin/MainCallChecker.cpp: Fixup correspondin...
2012-10-23 Douglas GregorUpdate clang-interpreter example
2012-09-01 Ted KremenekSplit library clangRewrite into clangRewriteCore and...
2012-07-27 NAKAMURA Takumilibclang, examples: [CMake] Add dependencies to tblgen...
2012-06-21 Chandler CarruthRemove a goofy CMake hack and use the standard CMake...
2012-05-03 Peter CollingbourneHonour CLANG_BUILD_EXAMPLES correctly, by setting the...
2012-04-26 Manuel KlimekReverted unintentional commit.
2012-04-26 Manuel KlimekAdds a small tutorial on how to write RAV based ASTFron...
2012-04-13 Douglas GregorRemove clangIndex reference from clang-interpreter...
2012-03-21 NAKAMURA Takumiclang-interpreter/Makefile: [PR12313] Update USEDLIBS...
2012-03-14 Douglas GregorRemove clang-wpa example, which has been unmaintained...
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-03-02 Anna Zaks[analyzer] Rename clang::CallGraph into clang::idx...
2012-02-20 Dylan NoblesmithBasic: import IntrusiveRefCntPtr<> into clang namespace
2012-02-13 Dylan Noblesmithdrop more llvm:: prefixes on SmallString<>
2012-02-13 Dylan Noblesmithdrop more llvm:: prefixes on OwningPtr<>
2012-02-13 Dylan Noblesmithexamples/analyzer-plugin: hook up to build
2012-02-09 Dylan Noblesmithexamples/analyzer-plugin/: unbreak build
2012-01-26 Peter CollingbourneAdjust CLANG_BUILD_EXAMPLES to mean whether the example...
2011-12-22 Dylan Noblesmithremove unneeded config.h includes
2011-12-18 Dylan Noblesmithexamples: flesh out PFN readme
2011-11-19 Douglas GregorUpdate signature of HandleTopLevelDecl.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple in...
2011-10-30 Peter CollingbourneAdd support for lazily linking bitcode files (using...
next