Age | Commit message (Expand) | Author |
2009-11-11 | Tweak PCH -include handling to make sure it matches the name as would be present | Daniel Dunbar |
2009-11-11 | Template argument deduction for template template parameters. This | Douglas Gregor |
2009-11-11 | Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of | John McCall |
2009-11-11 | writable atomic property's setter/getter must be in 'lock' step of | Fariborz Jahanian |
2009-11-11 | Improve diagnostics when a default template argument does not match | Douglas Gregor |
2009-11-11 | Always initialize the header search object as part of InitializePreprocessor; | Daniel Dunbar |
2009-11-11 | Allow Preprocessor to take ownership of the HeaderSearch object. I think it s... | Daniel Dunbar |
2009-11-11 | Sink AttachDependencyFileGen into CreatePreprocessor. | Daniel Dunbar |
2009-11-11 | Add DependencyOutputOptions to wrap -M... options, and propogate to | Daniel Dunbar |
2009-11-11 | Fix ctor vtable name. WIP. | Mike Stump |
2009-11-11 | Push ctor vtable construction down further. WIP. | Mike Stump |
2009-11-11 | Remove some stale ErrorNodes variables in GRExprEngine and the old buffer ove... | Ted Kremenek |
2009-11-11 | After drinking caffeine, add the two files missing from the previous submit. | Chandler Carruth |
2009-11-11 | Move handling of template parameter packs out of the | Douglas Gregor |
2009-11-11 | Refactoring of template-argument checking code to reduce nesting, | Douglas Gregor |
2009-11-11 | Before checking a template template argument against its corresponding | Douglas Gregor |
2009-11-11 | Move the ManagerRegistry to the Analysis library to resolve the layering viol... | Chandler Carruth |
2009-11-11 | Do not eagerly set stop point for arguments. This misleads the debugger in id... | Devang Patel |
2009-11-11 | Value initialize non-class array members in ctor's | Fariborz Jahanian |
2009-11-11 | Instantiation of template template parameters for nested templates, e.g., | Douglas Gregor |
2009-11-11 | Fix speculative parsing of dependent template names in | Douglas Gregor |
2009-11-11 | Add undefined array subscript checker. | Zhongxing Xu |
2009-11-11 | Remove the old out-of-bound checking code. | Zhongxing Xu |
2009-11-11 | Reimplement out-of-bound array access checker with the new checker interface. | Zhongxing Xu |
2009-11-11 | ReturnPointerRangeChecker: use StripCasts() instead of checking for zero index | Zhongxing Xu |
2009-11-11 | Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to | Daniel Dunbar |
2009-11-11 | Add PreprocessorOutputOptions, for things like -dM, -C, -CC which control -E | Daniel Dunbar |
2009-11-11 | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar |
2009-11-11 | Allow TextDiagnosticPrinter to have optional ownership of its output stream. | Daniel Dunbar |
2009-11-11 | Update CMake. | Daniel Dunbar |
2009-11-11 | CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d... | Ted Kremenek |
2009-11-11 | Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resettin... | Ted Kremenek |
2009-11-11 | Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and BadCal... | Ted Kremenek |
2009-11-11 | Redo how PCH handles its implicit include. Instead of treating this specially in | Daniel Dunbar |
2009-11-11 | More StringRef simplification to PCHValidator::ReadPredefinesBuffer. | Daniel Dunbar |
2009-11-11 | Rewrite splitLines using StringRef; this is much simpler, and also now avoids | Daniel Dunbar |
2009-11-11 | Refactor DereferenceChecker to use only the new Checker API instead of | Ted Kremenek |
2009-11-11 | Preserve source locations when building offsetof expressions featuring | John McCall |
2009-11-11 | More VTT work. We now track offsets and use the ctor vtable builder | Mike Stump |
2009-11-11 | Fixup spacing. | Mike Stump |
2009-11-11 | Apparently the following idiom is specifically encouraged: | John McCall |
2009-11-11 | Avoid generating additional destructor(s) for initialized constructed | Fariborz Jahanian |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-11 | StringRefify some PCH interfaces. | Daniel Dunbar |
2009-11-11 | Replace startsWith functions with StringRef. | Daniel Dunbar |
2009-11-11 | Stub out most of the VTT building code. WIP. | Mike Stump |
2009-11-11 | Create a new Scope when parsing a declaration with a C++ scope specifier. | John McCall |
2009-11-10 | Add Diagnostic::Report method for reporting diagnostics without a location. | Daniel Dunbar |
2009-11-10 | PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. | Daniel Dunbar |
2009-11-10 | Diagnose illegally typed operator new/new[]. | Fariborz Jahanian |