Commit History

Upphovsman SHA1 Meddelande Datum
  Argyrios Kyrtzidis 116f3640da Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. 14 år sedan
  Argyrios Kyrtzidis 65d39251ff [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 14 år sedan
  Argyrios Kyrtzidis 38c8fe705e Allow passing a list of comma separated checker names to -analyzer-checker, e.g: 14 år sedan
  Anders Carlsson 0761e44550 Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag. 14 år sedan
  Joerg Sonnenberger 0bb208c91e Remove the storage for -cxx-system-include. Make libcxx toolchain 14 år sedan
  Anders Carlsson e9b801f763 Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. 14 år sedan
  Joerg Sonnenberger 2df6647847 Bug#8945: Add -cxx-isystem option to specify C++ system directories. 14 år sedan
  Anders Carlsson da4b7cf09e Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). 14 år sedan
  Douglas Gregor 91a230a15f Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful 14 år sedan
  Argyrios Kyrtzidis c9f2e0f286 [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. 14 år sedan
  Argyrios Kyrtzidis 43dee22025 [analyzer] Overhauling of the checker registration mechanism. 14 år sedan
  Peter Collingbourne f315fa81ee OpenCL: add support for __kernel, kernel keywords and EXTENSION, 14 år sedan
  Roman Divacky be4c8705e4 Implement mcount profiling, enabled via -pg. 14 år sedan
  Daniel Dunbar 17d3fea677 Driver/Frontend: Wire up -mregparm=. 14 år sedan
  Ted Kremenek d767d81290 static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. 14 år sedan
  Fariborz Jahanian 142f9e9901 -fapple-kext cannot have 'weak' visibility in this 14 år sedan
  Daniel Dunbar b34d69b929 Frontend: Add -header-include-file option, for allowing saving header include 14 år sedan
  Daniel Dunbar eef63e0997 Frontend: Factor out header include dumping (-H) into its own preprocessor 14 år sedan
  Douglas Gregor 6f75550e40 Basic support for -mms-bitfields, from Carl Norum! 14 år sedan
  Nico Weber f25649c743 Support for -plugin-arg- with -add-plugin 14 år sedan
  Argyrios Kyrtzidis bd5a94e263 [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default 14 år sedan
  Nico Weber 5aa74affa5 Add -add-plugin flag, which runs plugins in addition to codegen. 14 år sedan
  Fariborz Jahanian b466d01e46 Add all options needed to support -fapple-kext. wip. 14 år sedan
  Fariborz Jahanian 112c3307aa Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. 14 år sedan
  Ted Kremenek c32647d111 Add -fobjc-default-synthesized-properties flag 14 år sedan
  Ted Kremenek c478a1425c Add WIP prototype of a new buffer overflow 14 år sedan
  Peter Collingbourne 91252d115b Implement -cl-std= 14 år sedan
  Peter Collingbourne 4400cb8c54 Implement -cl-mad-enable 14 år sedan
  Peter Collingbourne f0840820b4 Implement -cl-fast-relaxed-math 14 år sedan
  Peter Collingbourne 5f67e13fcd Implement -cl-unsafe-math-optimizations 14 år sedan