2010-07-06 |
John McCall | When creating functions to run global initializers... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Remove the now-unused GRState::isEqual method. Instead... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Oops, tabs --> spaces in test. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Improve NULL-checking for CFRetain/CFRelease. We now... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Stop testing for specific basic block numbers in this... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Validated by nightly-test runs on x86 and x86-64 darwin... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Local variables have no linkage, make invalid Entities. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | Generate fewer first class aggregate values for other |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | in the "coerce" case, the ABI handling code ends up... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | fix a bug I introduced in r107624 |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | rearrange some logic, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | fix PR7564 a cast where the bitfield struct init code |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | AppendBitField really can never fail, so return its... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Argyrios Kyrtzidis | Read/write the identifier namespace in PCH for decls... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Argyrios Kyrtzidis | Read/write some source location for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jordy Rose | Support sizeof for VLA expressions (sizeof(someVLA... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Refrase comments. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Although in C++ class name has external linkage, usuall... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Make FieldDecl an invalid Entity since it has no linkage. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Zhongxing Xu | Indexer: make FieldDecl an internal Entity. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jordy Rose | Track extents for VLAs. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Fix a regression of a previous commit of mine (rdar... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Read/write more information of ASTContext for PCH.... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | When adding a visible decl, deserialize the visible... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Don't try to install the __[u]int128_t identifier if... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Write/read ParmVarDecl's UninstantiatedDefaultArg for... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Argyrios Kyrtzidis | Read/write specialization info of static data members... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Nick Lewycky | Add TypeLoc traversal to the RecursiveASTVisitor! Becau... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Nick Lewycky | Fix ObjCInterfaceTypeLoc to inherit from ObjCObjectType... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jordy Rose | Add a new symbol type, SymbolExtent, to represent the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Benjamin Kramer | Unbreak test on platforms where size_t != unsigned... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
John McCall | Mark the operator delete associated with a virtual... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Mangle Objective-C pointers and block pointers in the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
John McCall | Provide convenience routines to save and restore the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Fix mangling of array dimensions in the Microsoft C... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Mangle member pointer types in the Microsoft C++ Mangler. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Argyrios Kyrtzidis | When setting the anonymous namespace at PCH reading... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Fix mangling of function pointers in the Microsoft... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Shantonu Sen | Forward -fno-builtin to clang, add .cp as a supported |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Charles Davis | Fix mangling of array parameters for functions in the... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Douglas Gregor | Lazily declare default constructors. We now delay the... |
commit | commitdiff | tree | snapshot |
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 |
next |