]> granicus.if.org Git - clang/history - examples
[CFG] Removed unused local variable.
[clang] / examples /
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...
2011-10-06 Eli FriedmanAdd missing include to clang-interpreter example, to...
2011-10-04 Bob WilsonRip out flags for controlling C++ "production mode...
2011-09-27 Eli FriedmanFix examples for r140478. PR11021.
2011-08-24 Evan ChengMatch LLVM change: TargetRegistry and TargetSelect...
2011-08-17 Anna ZaksRemove EnhancedBugReport and RangedBugReport - pull...
2011-08-17 Jordy RoseDon't use BuiltinBug in analyzer plugin example.
2011-08-17 Jordy Rose[analyzer] Add basic support for pluggable checkers.
2011-06-02 Manuel KlimekReverts the Tooling changes as requested by Chris.
2011-06-01 Manuel KlimekFixes Makefile based build for examples/Tooling.
2011-06-01 Nick LewyckyPut Parse before Sema on the link line since parse...
2011-05-31 Manuel KlimekThis patch implements an AST matching framework that...
2011-05-31 Zhongxing XuFix linking of clang-wpa.
2011-05-23 Manuel KlimekFix examples compile break due to rewrite of isa.
2011-05-16 Manuel KlimekPulls the common part of the clang-check example into...
2011-05-14 Nico WeberLet clang-check actually use the Directory entry in...
2011-05-10 Manuel KlimekFixes compilation with Visual Studio by replacing the...
2011-04-30 Nico WeberFix gcc 'warning: multi-line comment'.
2011-04-30 Nico WeberAdd a Makefile to examples/Tooling for people who do...
2011-04-30 Nico WeberFix Makefile build of examples/clang-interpreter.
2011-04-27 Manuel KlimekThis is the next step in building the standalone tools...
2011-03-29 John ThompsonFixed build error.
2011-02-23 Argyrios Kyrtzidis[analyzer] Add LangOptions in CheckerManager.
2011-02-19 Peter CollingbourneRe-instate r125819 and r125820 with no functionality...
2011-02-19 Rafael EspindolaRevert 125820 and 125819 to fix PR9266.
2011-02-18 Peter CollingbourneMove CompilerInstance::LLVMContext and LLVMContext...
2011-02-15 Argyrios KyrtzidisFix the clang-wpa example.
2011-02-14 Argyrios Kyrtzidis[analyzer] Introduce libclangStaticAnalyzerFrontend...
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-02-10 Ted KremenekSplit 'include/clang/StaticAnalyzer' into 'include...
2011-02-09 Ted KremenekUpdate clang-wpa to pass extra argument to AnalysisMana...
2011-01-26 Nico Webermake `make` work in examples/PrintFucntionNames on...
2011-01-19 Nick LewyckyFix name to match reality.
2011-01-18 Ted KremenekGet clang-wpa to build in TOT (reflecting updates
2010-12-23 Ted KremenekChris Lattner has strong opinions about directory
2010-12-23 Ted KremenekRename headers: 'clang/GR' 'clang/EntoSA' and
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Drop the 'GR' prefix.
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Move checkers into lib/GR/Check...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: lib/Checker -> lib/GR and libcl...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: include/clang/Checker -> includ...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-24 Eli FriedmanUnbreak clang-interpreter. (Should there be some automa...
2010-11-17 Dan GohmanAdd a comment explaining why r117813 was needed.
2010-10-30 Benjamin KramerTurns out that we may end up calling dladdr on GetExecu...
2010-10-29 Dan GohmanThese functions don't need external linkage.
2010-09-14 Tom CareRename 'MaxLoop' to 'MaxVisit' in AnalysisManager to...
2010-09-14 Michael J. SpencerPrintFunctionNames: Fix Windows (MSV{S,C} and mingw...
2010-09-13 Michael J. SpencerRevert "CMake: Update to use standard CMake dependency...
2010-09-10 Michael J. SpencerCMake: Update to use standard CMake dependency tracking...
2010-08-26 Benjamin Kramerclang-interpreter: libFrontend depends on libSerializat...
2010-08-26 Benjamin KramerUpdate clang-interpreter for recent DiagnosticClient...
2010-08-25 Zhongxing XuAdd back clang-wpa. It is useful for experimenting...
2010-08-24 Peter CollingbourneAdd Serialization dependency to clang-interpreter
2010-08-11 Daniel DunbarRemove wpa 'example', it isn't being maintained.
2010-08-02 Daniel DunbarFrontend: Change PluginASTAction::ParseArgs to take...
2010-07-26 Dan GohmanMake a variable static.
2010-07-26 Dan GohmanUse an export file. Plugins must export llvm::Registry...
2010-07-24 Peter CollingbourneFix clang-interpreter build
2010-07-22 Zhongxing XuMake a bunch of new data structures for the new analysis
2010-07-19 Zhongxing XuReapply r108617.
2010-07-17 Benjamin KramerRevert r108617, it broke the build.
2010-07-17 Zhongxing XuPrepare the analyzer for the callee in another translat...
2010-07-10 Nick LewyckyPrintFunctionNames is a plugin, it should pull in symbo...
2010-07-09 Peter CollingbourneFix CMake build
2010-07-06 Zhongxing XuAdd skeleton code to make wpa call the analysis engine.
2010-07-06 Zhongxing XuCollect function definitions in the Indexer when indexi...
2010-07-02 Zhongxing XuCreate a ASTUnitTU class to interface ASTUnit to the...
2010-07-02 Zhongxing Xuadd -analyze-function option.
2010-07-02 Zhongxing Xuadd -view-call-graph option to wpa.
2010-07-02 Zhongxing XuChange CallGraph::Prog to be a reference. idx::Program...
2010-06-16 Daniel DunbarFrontend: Allow passing -cc1 level arguments to plugins...
2010-06-15 Daniel DunbarBreak Frontend's dependency on Rewrite, Checker and...
2010-06-08 Daniel DunbarMakefiles: Remove unnecessary early include of Makefile...
2010-06-08 Daniel DunbarMakefiles: Set Clang CPP compiler flags in a single...
2010-06-08 Daniel DunbarMakefile: Switch Clang Makefiles to always include...
2010-06-08 Douglas GregorTeach the PrintFunctionNames example to be a proper...
2010-06-08 Daniel DunbarUpdate LINK_COMPONENTS for examples.
2010-04-20 Benjamin KramerTip of the day: save before commit.
2010-04-20 Benjamin KramerFix -Wcast-qual warnings.
2010-04-06 Douglas Gregorclang-wpa fixes for Diagnostic
2010-04-06 Douglas GregorUnbreak build
2010-04-05 Douglas GregorGrrrr
2010-04-05 Douglas GregorTry to de-bork build of WPA
2010-04-01 Daniel DunbarDriver: Add support for a CLANGXX_IS_PRODUCTION build...
2010-02-27 Kovarththanan Raja... Wire up Daniel's new spiffy C interpreter into the...
2010-02-27 Kovarththanan Raja... Add comment
2010-02-27 Kovarththanan Raja... Add header + comments
2010-02-25 Daniel DunbarAdd a minimal C interpreter example.
2010-01-24 Chris Lattner-fno-rtti is now the default.
2010-01-05 Daniel DunbarFix -plugin command line argument syntax for clang...
2009-12-20 Douglas GregorFix CMake build on windows, from Cedric Venet
2009-12-11 Daniel DunbarUpdate docs/comments/utils/examples to refer to clang...
2009-12-06 Daniel DunbarDocument that CompilerInvocation::createDiagnostics...
2009-12-03 Daniel DunbarFix layering violation by moving Analysis/CallGraph...
2009-12-03 Daniel DunbarFix ASTUnit to allows require a (persistent) Diagnostic...
next