2010-07-02 |
Douglas Gregor | Lazily declare implicit copy constructors. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Read/write CastExpr's CXXBaseSpecifierArray for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fix broken PCH support for CXXDefaultArgExpr. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Introduce a new routine, LookupConstructors(), and... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Lazily declare copy-assignment operators. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Zhanyong Wan | Make RecursiveASTVisitor traverse function parameter... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Lazily declare the implicitly-declared destructor in... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Craig Silverstein | Don't visit implicitly defined functions (default const... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | Move the "current scope" state from the Parser into... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Douglas Gregor | By default, warn about commas at the end of an enumerat... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Handle CXXConstructorDecl, CXXDestructorDecl, and CXXCo... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Provide some test cases for C++ PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Disable Decl::CheckAccessDeclContext() temporarily. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fix reading FunctionDecls from PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fix reading ClassTemplateDecl's ClassTemplateSpecializa... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fully read/write CXXRecordDecl for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fix reading of DependentNameType. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Allow reading of InjectedClassNameType from PCH even... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fix broken reading of member pointer from PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | - Allow a typedef type to be read from PCH even if... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Fix broken reading of "#lines" from PCH. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Generally types expect an initialized TypeDecl; its... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Argyrios Kyrtzidis | Add some side-effect free Create methods for TypeDecl... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Zhongxing Xu | Create a ASTUnitTU class to interface ASTUnit to the... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Zhongxing Xu | add -analyze-function option. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Zhongxing Xu | add -view-call-graph option to wpa. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Zhongxing Xu | Change CallGraph::Prog to be a reference. idx::Program... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Craig Silverstein | Handle typedef function declarations correctly, such as |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Add a new routine Sema::LookupDestructor and make all... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Provide exception specifications for implicitly-declare... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Move the implicit declaration of a default constructor... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Provide exception specifications for implicitly-declare... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | MC: Pass the target instance to the AsmParser constructor. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ted Kremenek | Fix PR 7475 by enhancing the static analyzer to also... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Jordy Rose | Add an ivar to SymbolReaper for the current statement... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Test implicit declaration of copy assignment operator... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Move the implicit declaration of a constructor out... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Teach DeclareImplicitCopyConstructor how to cope with... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Move declaration of a class's implicit copy constructor... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Provide an exception-specification for an implicitly... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Move the implicit declaration of a class's copy-assignm... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Make loops infinitely faster. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Add Sema test case for exception-specifiers implicitly... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Remove unnecessary ASTContext parameter from |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Zhongxing Xu | ExplodedGraph never uses ASTContext, remove it. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Chris Lattner | fix rdar://8147692 - yet another crash due to my abi... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Reinstate fix for PR7526, which was failing because... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Update diagnostic on compatibility page to reflect... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | When performing copy initialization via user-defined... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Revert r107374, which broke bootstrap. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | When building the type of a destructor, make sure to... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Extend the "cannot convert from base class pointer... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | Driver: .dSYM suffix should be appended, not replace... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | Driver/IRgen: Add support for -momit-leaf-frame-pointer. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Add test case that I forgot to commit with r107354... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Be a bit more careful with undefined CXXRecordDecls... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | Revert "IRgen: Make sure any prolog instructions get... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Douglas Gregor | Implement C++ DR481, which clarifies that the scope... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | Driver/Darwin: Add one -L for the DarwinClang toolchain... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Douglas Gregor | Improve diagnostic when we fail to pick an overload... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
John Thompson | Fix vector literal/cast confusion - bug 6895. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Douglas Gregor | Wording tweak from Dan. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Douglas Gregor | Wording tweak from Dan. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Benjamin Kramer | typo. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | Runtime: Always build compiler-rt using the Clang we... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | Move lib/Runtime to runtime/, and build after everythin... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Douglas Gregor | Remove redundant and incomplete bits from the users... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Douglas Gregor | New language-compatibility page, including language... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | libclang: When invoking external clang process to get... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | IRgen: Fix debug info regression in r106970; when we... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | IRgen: Make sure any prolog instructions get debug... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | Rewriter: Use the appropriate printing context instead... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | AST: Propogate printing policy to types in a bunch... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Chris Lattner | Reapply: |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Fariborz Jahanian | Use isFunctionOrMethod for vars declared locallly |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Eric Christopher | Add a return to silence a warning. Alternately a defau... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Zhanyong Wan | Fix RecursiveASTVisitor to traverse the ctor initialize... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Fariborz Jahanian | extern variable declared locally to objective-c++ method |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Sebastian Redl | Make both old and new versions of reference binding... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Douglas Gregor | Clean up the diagnostic complaining about the element... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Douglas Gregor | Complain about the application of a transparent_union... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Chris Lattner | reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Duncan Sands | Add header file needed to compile with g++-4.6, which... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Sebastian Redl | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Fariborz Jahanian | Nasty rewriter bug which turns out to have an easy... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Argyrios Kyrtzidis | Fix rdar://8139785 "implement warning on dead expressio... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Argyrios Kyrtzidis | Fix PCH support for UnresolvedUsingTypenameDecl and... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Argyrios Kyrtzidis | Support DependentSizedArrayType for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Argyrios Kyrtzidis | Support ParenListExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Argyrios Kyrtzidis | Make the constructor explicit. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Charles Davis | Mangle arrays in the Microsoft C++ Mangler. It's not... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Ted Kremenek | Correctly implement the CheckerVisit optimization intro... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | Headers: Define __INT64_TYPE__ in terms of getInt64Type... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | Headers: Change [u]intmax_t to be defined in terms... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Chandler Carruth | Reapply r107235, this time with both my typo fixed... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Chandler Carruth | Revert r107235, it had a silly typo in it, and fixing... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Jordy Rose | Pointers casted as integers still count as locations... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Chandler Carruth | Fix PR7402: We were creating implicit member initialize... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Daniel Dunbar | Revert r107173, "fix PR7519: after thrashing around... |
commit | commitdiff | tree | snapshot |
next |