2013-02-25 |
Will Dietz | [ubsan] Emit single check for left shift. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Anna Zaks | [analyzer] Restrict ObjC type inference to methods... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ted Kremenek | [analyzer] Recover all PreStmtPurgeDeadSymbols nodes... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Various additions to ASTMatcher library: |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Anna Zaks | Revert "Add more attributes from the command line to... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Anna Zaks | [analyzer] Address Jordan's code review of r175857. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Jordan Rose | [analyzer] Handle reference parameters with default... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Chad Rosier | Add a front-end test case for r176036. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Michael Han | Fix empty declaration printing. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Jordan Rose | [analyzer] Base regions may be invalid when layered... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Eric Christopher | Add forgotten testcase. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Daniel Jasper | Re-add hack that caused regression. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Adding hasDeclaration overload for TemplateSpecializati... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Support in hasDeclaration for types with getDecl() |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Reverting r176019. Corrupt patch. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Edwin Vane | Support in hasDeclaration for types with getDecl() |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Daniel Jasper | Update generated documentation after recent matcher... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Daniel Jasper | Add matcher for AccessSpecDecls. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ted Kremenek | [analyzer] Relax assumption in FindLastStoreBRVisitor... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ted Kremenek | [analyzer] add the notion of an "interesting" lvalue... |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Bill Wendling | Add more attributes from the command line to functions. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Dmitri Gribenko | Documentation: add an idea for a (weird) clang tool |
commit | commitdiff | tree | snapshot |
2013-02-25 |
David Blaikie | Update Clang for a minor DIBuilder breaking change. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Aaron Ballman | Moving initialization into the initializer list and... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Dmitri Gribenko | Documentation: add an idea for an automatic refactoring |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Daniel Jasper | Allow breaking between a type and name in variable... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Benjamin Kramer | Add the testcase from PR13573, this used to crash. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Ted Kremenek | [analyzer] tracking stores/constraints now works for... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Ted Kremenek | Add "KnownSVal" to represent SVals that cannot be Unkno... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Ted Kremenek | Add regression test for serialized diagnostics for... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Richard Smith | PR15338: Don't assert if -fsanitize=bounds sees array... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Argyrios Kyrtzidis | [preprocessor] Use MacroDirective in the preprocessor... |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Argyrios Kyrtzidis | Add comments for the MacroDirective & MacroInfo classes. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Argyrios Kyrtzidis | In Sema::InstantiateStaticDataMemberDefinition, pass... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Daniel Jasper | Better formatting of conditional expressions. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Reference the canonical commit (r175462) in the value... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Document the value casting API changes. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Prefer 'and' over '&' in comments. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Benjamin Kramer | Shrink SmallPtrSet. It gets swapped a lot which copies... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Benjamin Kramer | Add streamed versions of getQualifiedNameAsString. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Enea Zaffanella | Remove data member MSAsmStmt::AsmLoc, wrongly hiding... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Daniel Jasper | Don't recognize unnamed pointer parameters as casts. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Daniel Jasper | Allow splitting between string literals and identifiers. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Logan Chien | Implement __builtin_eh_return_data_regno() for ARM... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
NAKAMURA Takumi | clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Richard Smith | ubsan: Emit bounds checks for array indexing, vector... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
John McCall | Test that attribute(availability) doesn't override... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
David Blaikie | Remove the CFGElement "Invalid" state. |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Rafael Espindola | Remove the hack that avoided mangling static functions... |
commit | commitdiff | tree | snapshot |
2013-02-23 |
Peter Collingbourne | Revert r175912, "Add support for coldcc to clang" at... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Propagate the split dwarf file information through... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | [libclang] Fix assertion hit when code-completing insid... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Fariborz Jahanian | objective-C arg: provide fixit support when |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Update tests so that we don't test for function-only... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Driver: Pass down the -march setting down to -cc1as... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Make sure we apply attributes to correct places. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Split out the command handling for split debug info... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | [analyzer] Don't canonicalize the RecordDecl used in... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Peter Collingbourne | Add support for coldcc to clang |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | [preprocessing record] Have the MacroDefinitions map... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Replace some typically large vectors with SmallVector. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Rafael Espindola | Make sure pragmas don't attach visibility attributes... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
David Blaikie | Suppress -Wswitch to unbreak the build. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Michael Han | [Sema] Semantic analysis for empty-declaration and... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Use raw_ostream::indent, update comment. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Push the raw_ostream through the template diffing code. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Streamify FormatASTNodeDiagnosticArgument. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | Streamify getNameForDiagnostic and remove the string... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Dmitri Gribenko | Comment parsing: add CommentOptions to allow specifying... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | StmtPrinter: Directly print types to the stream instead... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Timur Iskhodzhanov | Fix MergeFunctionDecl implicit CC for static methods. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Benjamin Kramer | scan-build: Remove debug print. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | C++11 status page: |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Don't crash if we try to apply 'alignas' to a variable... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Don't accidentally and silently accept C++11 attributes... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Update to use references to attribute groups instead... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Per the grammar in [dcl.dcl]p1, a simple-declaration... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Handle alignas(foo...) pack expansions. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | In LookupResult::resolveKind(), when handling multiple... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | When a parameter list in a C function has an error... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | Don't crash when applying an alloc_size attribute on... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Don't skip '_Alignas' when disambiguating 'final'.... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Teach -ast-print how to print trailing-return-types. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Ted Kremenek | [analyzer] Implement "Loop executed 0 times" diagnostic... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7.... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Argyrios Kyrtzidis | [libclang] Fix a crash with invalid code, while skip... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
NAKAMURA Takumi | Decl.cpp/mergeTemplateLV(): Tweak a description. [... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
John McCall | Only suppress instance context if a member is actually |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Anna Zaks | [analyzer] Place all inlining policy checks into one... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Richard Smith | Add -fbracket-depth=N, analogous to -ftemplate-depth... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | [analyzer] Make sure a materialized temporary matches... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Ted Kremenek | Fix regression in modeling assignments of an address... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Make sure we only use the output file as a base for... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Fariborz Jahanian | objective-C arc: Diagnostic can not say to use bridge |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | [analyzer] Fix buildbot by not reusing a variable name. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Jordan Rose | Preproceessor: fix #if skipping under -traditional... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Eric Christopher | Make logic smaller. |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Michael Gottesman | Added a footnote to the documentation for objc_storeStr... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Aaron Ballman | Removing has_getDecl (added in r175532). It cause a... |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Bill Wendling | Apply the 'nobuiltin' attribute to call sites when... |
commit | commitdiff | tree | snapshot |
next |