1. 73099bf Move definition of GRExprEngine::ProcessEndPath() out-of-line. by Ted Kremenek · 15 years ago
  2. fd47648 Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this by Douglas Gregor · 15 years ago
  3. cad84b7 A constructor template cannot be instantiated to a copy by Douglas Gregor · 15 years ago
  4. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  5. f482d59 Add CompilerInstance utility functions for creating output files. by Daniel Dunbar · 15 years ago
  6. a920483 Add output file list to CompilerInstance, so that it can track them instead of by Daniel Dunbar · 15 years ago
  7. c2f484f Add CodeCompletion consumer to CompilerInvocation. by Daniel Dunbar · 15 years ago
  8. 3a2838d Rework Sema code completion interface. by Daniel Dunbar · 15 years ago
  9. 0f80039 Add CompilerInstance::createPCHExternalASTSource. by Daniel Dunbar · 15 years ago
  10. 704e48a Add CompilerInstance::has* methods for testing if the instance has a particular by Daniel Dunbar · 15 years ago
  11. 5eb8100 Add ASTContext to CompilerInstance. by Daniel Dunbar · 15 years ago
  12. 9400613 Check in a new interface of Checker, which will soon be used. by Zhongxing Xu · 15 years ago
  13. ccd373a GRStateManager::CurrentStmt is not used. Remove it. by Zhongxing Xu · 15 years ago
  14. 0fbb3d9 Add CompilerInstance::createDiagnostics, and move clang-cc to it. by Daniel Dunbar · 15 years ago
  15. 22dacfa Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to by Daniel Dunbar · 15 years ago
  16. 444be73 Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. by Daniel Dunbar · 15 years ago
  17. 16b7449 Add {File,Source}Manager to CompilerInstance. by Daniel Dunbar · 15 years ago
  18. 2a79e16 Add CompilerInstance, and starting moving clang-cc to it. by Daniel Dunbar · 15 years ago
  19. fbe2faf Move input kind identification (-x) into FrontendOptions. by Daniel Dunbar · 15 years ago
  20. eb94113 Add clang-cc option "-analyzer-experimental-checks" to enable experimental path-sensitive checks. The idea is to separate "barely working" or "skunkworks" checks from ones that should always run. Later we need more fine-grain checker control. by Ted Kremenek · 15 years ago
  21. 21dac5e Move -target-{triple,abi} options into FrontendOptions. by Daniel Dunbar · 15 years ago
  22. 914474c Move code completion options to clang-cc by Daniel Dunbar · 15 years ago
  23. efc18e4 add a fixme, inheriting from PointerIntPair is gross :) by Chris Lattner · 15 years ago
  24. c86804b Move FixItAtLocations into FrontendOptions by Daniel Dunbar · 15 years ago
  25. 2626688 Add FrontendOptions, and starting moving clang-cc to it. by Daniel Dunbar · 15 years ago
  26. c0213f2 We need the definition of NamedDecl in DeclContextInternals.h, since Clang is type-checking the template definition more thoroughly by Douglas Gregor · 15 years ago
  27. ad5757f Spell empty StringRef correctly (0 is a null StringRef, which is not the same). by Daniel Dunbar · 15 years ago
  28. 2811ccf Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. by Chandler Carruth · 15 years ago
  29. cffecd0 Give CanQual<T> an implicit conversion to bool, so that it can be used by Douglas Gregor · 15 years ago
  30. 11de6de Add a CK_BaseToDerived cast kind. by Anders Carlsson · 15 years ago
  31. e0c4ff2 Disallow FIX-ITs when generating code. by Daniel Dunbar · 15 years ago
  32. 00b98c2 Improve source-location information for implicitly-generated member call expressions by Douglas Gregor · 15 years ago
  33. 9184646 do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 15 years ago
  34. 6907943 Move warning options into DiagnosticOptions. by Daniel Dunbar · 15 years ago
  35. 11e729d Move dump-build-information option into DiagnosticOptions. by Daniel Dunbar · 15 years ago
  36. 1acfe8e Remove obsolete 'struct NullDerefTag'. by Ted Kremenek · 15 years ago
  37. 31a241a Enhance Checker class (and GRExprEngine) to support PostVisitation for CallExprs. No clients (yet). by Ted Kremenek · 15 years ago
  38. 7422db3 Remove GRExprEngine::EvalCall(). It had a single callsite in GRExprEngine, and was easily inlined. by Ted Kremenek · 15 years ago
  39. af8e6ed Random const correctness, and incidentally use computeDeclContext when building by John McCall · 15 years ago
  40. b3cb98e Move TokenCache option to PreprocessorOptions. by Daniel Dunbar · 15 years ago
  41. 3574f46 Switch PTHManager to using diagnostics for most errors. by Daniel Dunbar · 15 years ago
  42. e884ff8 Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal. by Zhongxing Xu · 15 years ago
  43. 8b13c08 Improve recovery in a wonky case where one tries to specialize a by Douglas Gregor · 15 years ago
  44. 1144c21 Fix Makefile dependency bug with out-of-dir builds. by Daniel Dunbar · 15 years ago
  45. 918ac48 Tweak AnalyzerOptions for consistency, and make sure default constructed object by Daniel Dunbar · 15 years ago
  46. 5746f1f Move AnalyzerOptions into CompilerInvocation. by Daniel Dunbar · 15 years ago
  47. c8d8ac5 Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, by John McCall · 15 years ago
  48. c716293 Tweak PCH -include handling to make sure it matches the name as would be present by Daniel Dunbar · 15 years ago
  49. db0d4b7 Template argument deduction for template template parameters. This by Douglas Gregor · 15 years ago
  50. 7ca8b06 writable atomic property's setter/getter must be in 'lock' step of by Fariborz Jahanian · 15 years ago
  51. f35f828 Improve diagnostics when a default template argument does not match by Douglas Gregor · 15 years ago
  52. 961c76e Always initialize the header search object as part of InitializePreprocessor; by Daniel Dunbar · 15 years ago
  53. 5814e65 Allow Preprocessor to take ownership of the HeaderSearch object. I think it should probably always own the header search object, but I'm not sure... by Daniel Dunbar · 15 years ago
  54. ca11f61 Sink AttachDependencyFileGen into CreatePreprocessor. by Daniel Dunbar · 15 years ago
  55. 0e0bae8 Add DependencyOutputOptions to wrap -M... options, and propogate to by Daniel Dunbar · 15 years ago
  56. 10f51e8 Remove some stale ErrorNodes variables in GRExprEngine and the old buffer overflow logic in GRExprEngineInternalChecks.cpp. by Ted Kremenek · 15 years ago
  57. 0059f1c After drinking caffeine, add the two files missing from the previous submit. by Chandler Carruth · 15 years ago
  58. 9148c3f Before checking a template template argument against its corresponding by Douglas Gregor · 15 years ago
  59. f465e85 Move the ManagerRegistry to the Analysis library to resolve the layering violation. by Chandler Carruth · 15 years ago
  60. d694485 Add undefined array subscript checker. by Zhongxing Xu · 15 years ago
  61. 29cf746 Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to by Daniel Dunbar · 15 years ago
  62. 775bee7 Add PreprocessorOutputOptions, for things like -dM, -C, -CC which control -E by Daniel Dunbar · 15 years ago
  63. 29a790b Simplifiy target feature handling by coalescing all the logic into by Daniel Dunbar · 15 years ago
  64. aea3641 Allow TextDiagnosticPrinter to have optional ownership of its output stream. by Daniel Dunbar · 15 years ago
  65. dbf75fe Turn LoggingDiagnosticClient into a more general ChainedDiagnosticClient and by Daniel Dunbar · 15 years ago
  66. 1d9cbeb Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resetting the flag indicating that the current Decl* has not yet been displayed. Also move this out of AnalysisManager, since AnalysisManager should not handle text output to the user. by Ted Kremenek · 15 years ago
  67. b52d243 clang-cc: Move InitializePreprocessorOptions to Options.cpp by Daniel Dunbar · 15 years ago
  68. f493f49 Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and BadCallChecker, making their implementations completely private. by Ted Kremenek · 15 years ago
  69. 7b5a121 Redo how PCH handles its implicit include. Instead of treating this specially in by Daniel Dunbar · 15 years ago
  70. 4d5936a More StringRef simplification to PCHValidator::ReadPredefinesBuffer. by Daniel Dunbar · 15 years ago
  71. b4b817d Refactor DereferenceChecker to use only the new Checker API instead of by Ted Kremenek · 15 years ago
  72. a52ef08 Apparently the following idiom is specifically encouraged: by John McCall · 15 years ago
  73. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  74. dc3c0d2 StringRefify some PCH interfaces. by Daniel Dunbar · 15 years ago
  75. f7f3d0d Create a new Scope when parsing a declaration with a C++ scope specifier. by John McCall · 15 years ago
  76. 0f9fed7 Add Diagnostic::Report method for reporting diagnostics without a location. by Daniel Dunbar · 15 years ago
  77. b6d1cc8 PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. by Daniel Dunbar · 15 years ago
  78. b03bfa5 Diagnose illegally typed operator new/new[]. by Fariborz Jahanian · 15 years ago
  79. 69a2c26 Shuffle order of warning declarations (alphabetize). by Ted Kremenek · 15 years ago
  80. dfcaf06 Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses <rdar://problem/7381735>. by Ted Kremenek · 15 years ago
  81. e0a9581 Decouple more of clang-cc by moving ImplicitP[CT]H options into by Daniel Dunbar · 15 years ago
  82. c1643de Add newline at EOF. by Benjamin Kramer · 15 years ago
  83. 314b97f Improve parsing of template arguments to lay the foundation for by Douglas Gregor · 15 years ago
  84. 8d35314 Localize -disable-llvm-optzns handling to BackendConsumer::CreatePasses. by Daniel Dunbar · 15 years ago
  85. 36f4ec3 Add CompileOptions to CompilerInvocation. by Daniel Dunbar · 15 years ago
  86. 12ea578 Make a somewhat more convincing test case for unqualified lookup through by John McCall · 15 years ago
  87. 2f019aa Don't try to emit null fixit hints. by Anders Carlsson · 15 years ago
  88. adca271 Refine PointerSubChecker: compare the base region instead of the original by Zhongxing Xu · 15 years ago
  89. 479529e Rename: StripCasts describes what it does better. by Zhongxing Xu · 15 years ago
  90. fee8a3c Move all of the type-printing logic to its own C++ source file by Douglas Gregor · 15 years ago
  91. 5fc7d34 Add PreprocessorOptions to CompilerInvocation. by Daniel Dunbar · 15 years ago
  92. 2cdafa8 Privatize InitHeaderSearch, this functionality is only exposed via by Daniel Dunbar · 15 years ago
  93. 26a0cac Move LangOptions, HeaderSearchOptions, and the target feature map into by Daniel Dunbar · 15 years ago
  94. 0f25ae8 Add default initializer for Sysroot ivar. by Daniel Dunbar · 15 years ago
  95. 3451e92 Changed error for nested type qualifier mismatch to by Fariborz Jahanian · 15 years ago
  96. 89c49f0 Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of by Douglas Gregor · 15 years ago
  97. e29709f Add CompilerInvocation object, to capture all the options one needs to invoke by Daniel Dunbar · 15 years ago
  98. c19aa99 Stub out a few more warning groups. by Eli Friedman · 15 years ago
  99. 80c30da Add additional note to mark the cause of synthesized constructors. Mark by Eli Friedman · 15 years ago
  100. 8f4c59e Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen by Eli Friedman · 15 years ago