2009-11-07 |
Daniel Dunbar | Rename PreprocessorInitOptions to PreprocessorOptions... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Daniel Dunbar | Lift compiler builtin include path logic higher. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Ted Kremenek | Remove Checker::CheckType() (and instead using CheckerV... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
John McCall | Test case for -Wconversion. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
John McCall | Implement -Wconversion. Off by default, in the non... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Steve Naroff | Add basic code completion support for ObjC messages. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Anders Carlsson | Revert r86315 and add Type::FixedWidthInt to the FIXME... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Devang Patel | MIPS linkage name confuses gdb here. Generate and test... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Devang Patel | Do not assert if debug info for certain type is not... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Devang Patel | Do not emit linkage name for global variables. It confu... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Eli Friedman | Make sure isCopyAssignment is only true for actual... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Douglas Gregor | Various improvements to Clang's code-completion infrast... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Mike Stump | Refine the non-virtual this adjustment. Optimize out... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | Since default writable attribute is 'assign', allow |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | Make fragile-abi test run happy. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Ted Kremenek | Make the VLASizeChecker implementation private, and... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | Fix a bogus objective-c warning with -pedantic. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Ted Kremenek | Make the implementation of DivZeroChecker private. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | Prevent a code gen. crash on empty unions - pr5408. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Ted Kremenek | testing: Merge PR3135.c into misc-ps-region-store.m. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Ted Kremenek | Sentence-case bug type, and pull tests from region... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | Simplify the debug info code, handle lvalue references... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | This patch fixes code gen. part of pr5333 (Conversion |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | Handle QualifiedNameType and SubstTemplateTypeParmType... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Nuno Lopes | add test case for PR3135 which was already fixed |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | Don't assert when trying to generate debug info for... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
John McCall | Don't warn -Wsign-compare if we're in an unevaluated... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Chris Lattner | update comment, pointed out by Gabor |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Chris Lattner | add some const qualifiers, patch by Kovarththanan Rajar... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Chris Lattner | indirectbr seems to work! Rip out the old code. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | Instead of returning a null DIType for unhandled types... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Zhongxing Xu | Add a checker for CWE-466: Return of Pointer Value... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
John McCall | compare.c also needs a target triple now, and improve... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
John McCall | Improve the -Wsign-compare heuristics: |
commit | commitdiff | tree | snapshot |
2009-11-06 |
John McCall | Create a warning group "non-gcc" for diagnostics which... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Chris Lattner | add some fixit hints. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Douglas Gregor | Rework the fix-it hint for code like |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Douglas Gregor | Improve recovery when we fail to parse the operand... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Douglas Gregor | Turn off -Wsign-compare warnings by default |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | If a member variable of reference type is bound to... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | If a member initializer create temporaries we need... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | Cleanup ctor/dtor emission. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Anders Carlsson | Handle ParenExprs in mangleExpression. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Mike Stump | Refine the vcall for a function that is defined in... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Ted Kremenek | static analyzer: refactor checking logic for returning... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Douglas Gregor | If we have a C-style cast, functional cast, or a static... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Douglas Gregor | When we encounter a derived-to-base conversion when... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | Minor cleanup of my last patch. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Ted Kremenek | Minor cleanup: use BuiltinBug (which will soon be renam... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Fariborz Jahanian | This patch implements Sema for clause 13.3.3.1p4. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Mike Stump | Convert file over to checking the .ll file for codegen... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
John Thompson | Update clang web pages with respect to Windows |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Douglas Gregor | Make sure that EnumConstantDecls always get a type... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Strip off the /clang/tools/clang at the end of the... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
John Thompson | Eliminate tabls |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Chris Lattner | clean up integer preprocessor type definitions, patch... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Sebastian Redl | Make ASTContext::getIntWidth return 1 for all boolean... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Sebastian Redl | The signed/unsigned checker should not warn for value... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Be a little more careful when trying to extract a TypeD... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
John Thompson | Adding -fshort-wchar option. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | De-FIXME a test |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Sebastian Redl | Don't allow definitions of array variables without... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Devang Patel | Enable debug info for global variables at -O1+ |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Fariborz Jahanian | Adds doxygen comment for HasSideEffects method. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Fariborz Jahanian | Added support for static variables which require |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Eliminate some false positives due to a thinko in the... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Sebastian Redl | Add Ubuntu 9.10 libstdc++ install location. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Sebastian Redl | When collecting types for built-in candidates, make... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Add clang_site_config user variable, so that extra... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Sebastian Redl | Allow the element type of arrays to be incomplete in... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Sebastian Redl | Parse C++0x constexpr. Test case follows when this... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Don't run anything other than the compiler in these... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Fixed two places where we needed to force completion... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
John McCall | Implement the conditional-operator part of -Wsign-compa... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Ted Kremenek | Tweak wording and classifications of analyzer diagnostics. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Add EXTRA_TESTDIRS variable for specifying additional... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Mike Stump | References can't be zero; omit zero check for return... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Mike Stump | Refine covariant return value adjustments for thunks... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Mike Stump | Testcase for a recent checkin. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Mike Stump | Update. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Mike Stump | Refine layout for indirect virtual base classes. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Mike Stump | Fix 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Replace DiagnosticClient::setLangOptions with {Begin... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Convert CreateAnalysisConsumer and friends to just... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Remove unused SetPreprocessor method. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Ted Kremenek | AnalysisManager: Don't rely on PathDiagnosicClients... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Remove clang-cc -html-diags option, this doesn't fit... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Ted Kremenek | Acting on Daniel's nagging, remove PathDiagnosticClient... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Make html::{SyntaxHighlight,HighlightMacros} take a... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Make LookUpIdentifierInfo const. This makes the Identif... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | StringRefize Preprocessor::getIdentifierInfo. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Daniel Dunbar | CreatePreprocessor cannot fail |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | When instantiating a UnaryOperator, allow the resulting... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Ted Kremenek | Modify GRExprEngine::EvalBind() to take both a "store... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
John McCall | Implement -Wsign-compare, or at least the actual compar... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Douglas Gregor | Make sure to grab CVR qualifiers from the canonical... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Daniel Dunbar | Kill PreprocessorFactory, which was both morally repugn... |
commit | commitdiff | tree | snapshot |
next |