提交歷史

作者 SHA1 備註 提交日期
  Douglas Gregor 14e71f0413 Move PreprocessorOptions into the Lex library, and make it intrusively 13 年之前
  Douglas Gregor c042edd54f Move HeaderSearchOptions into the Lex library, make it intrusively 13 年之前
  Jordan Rose 4d9e497a2b [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. 13 年之前
  Douglas Gregor dc7b641574 Use a .def file for most of the diagnostic options. 13 年之前
  Douglas Gregor 02c23ebf41 Make DiagnosticOptions intrusively reference-counted, and make sure 13 年之前
  Douglas Gregor 4cdad3151b Switch CodeGenOptions over to a .def file, like we do with LangOptions. 13 年之前
  Douglas Gregor 4ec429d1be Handle implicitly-included PCH files the same way as 13 年之前
  Michael J. Spencer c635710bcb [Options] Add prefixes to options. 13 年之前
  Michael J. Spencer 91e06dab93 [Options] Make Option non clang specific. 13 年之前
  Argyrios Kyrtzidis f385233881 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. 13 年之前
  Eric Christopher da3301eec8 Add a new option for and disable column number information as there 13 年之前
  Michael J. Spencer d2deb91b02 [Options] Make Option non clang specific. 13 年之前
  Richard Smith 5ba49c0177 Add -std=c++1y argument, for *highly* experimental C++14 support. 13 年之前
  Douglas Gregor 57016dda61 Serialize TargetOptions into an AST file, and make sure that we keep 13 年之前
  Ted Kremenek 127ff2ea64 Conditionally parse documentation comments in system headers by 13 年之前
  Jordan Rose 5a1ffe98b0 [analyzer] Always include destructors in the analysis CFG. 13 年之前
  Abramo Bagnara 5b86ffd219 Allow disabling of wchar_t type. 13 年之前
  Ted Kremenek 45796b10d1 Make AnalyzerOptions a shared object between CompilerInvocation and 13 年之前
  Ted Kremenek 987695a5dd Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. 13 年之前
  Anna Zaks 3f2a55d819 [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. 13 年之前
  Ted Kremenek 2fa9d72d4d Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We 13 年之前
  Ted Kremenek 3b8a04004a Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' 13 年之前
  Ted Kremenek 0caa2d47b8 Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. 13 年之前
  Ted Kremenek 255d4d4226 Store const& to AnalyzerOptions in AnalysisManager instead of copying 13 年之前
  Ted Kremenek 82f5aceed8 Move Analyses.def to include/clang/StaticAnalyzer. 13 年之前
  Ted Kremenek 318cc3c07e Change -analyzer-config to use '=' as the key-value separator, and only 13 年之前
  Ted Kremenek 7b73e0832b Add new -cc1 driver option -analyzer-config, which allows one to specify 13 年之前
  Chad Rosier 56d7f2348a [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a 13 年之前
  Jordan Rose c568e2f801 [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. 13 年之前
  Chad Rosier a7afeb0404 [driver] Add support for the --param ssp-buffer-size= driver option. 13 年之前