2009-03-27 |
Douglas Gregor | Initial implementation of parsing, semantic analysis... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Add missing header file change. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Sebastian Redl | Better overload resolution for rvalue references. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | BugReporter: For control-flow edges from 'if', 'for... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Eli Friedman | Finish off semantic analysis for regparm, and remove... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Eli Friedman | Fix test failures caused by reading memory after freein... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | BugReporter: PathDiagnosticBuilder::ExecutionContinues... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | minor cleanups: make getIdentifierNamespace() be a... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mike Stump | Fixup -fcommon and -fno-common to be more gcc compatible. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | reduce # const_casts, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | It is OK to cast to a private base class if the current... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Add a Class field to the base path element structure... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | change Decl::DeclCtx to use a PointerIntPair instead... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Fariborz Jahanian | Besides the warning, issue unsupported diagnostics in |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | push line markers through -E mode. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Update "Getting Started" with more current information... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | analyzer plist: For PathDiagnosticControlFlowPieces... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Emit aggregate "location" for PathDiagnostic to plist... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Move declaration of 'PathDiagnostic' to the end of... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Daniel Dunbar | Driver: Pass -f[no-]pascal-strings on to clang, even... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | PathDiagnostic: replace 'std::list' with 'std::deque' |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | Add iterators to PathDiagnosticControlFlowDiagnostic... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Daniel Dunbar | Driver: -print-libgcc-file-name was searching wrong... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Implement checking for base class access. Right now... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | If the user is trying to apply the -> or . member refer... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Update CMake |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Remove the code insertion hint for implicit int. Too... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | BugReporter: |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Add a stubbed out CheckBaseClassAccess method. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Anders Carlsson | Add SemaAccess.cpp |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Improve recovery when a constructor fails to type-check... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Tests and fixes for templates declared within (non... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Chris Lattner | Fix rdar://6719156 - clang should emit a better error... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Zhongxing Xu | remove the updated notes. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Ted Kremenek | - Fix thinko in implementation of PathDiagnosticLocatio... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mike Stump | Fix searching for gcc, we only want executable files. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Douglas Gregor | Clarify that QualifiedNameType is sugar-only. This... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Fariborz Jahanian | Put back __OBJC2__ definition. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Douglas Gregor | Simplify CXXScopeSpec a lot. No more weird SmallVector... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Douglas Gregor | Revamp our representation of C++ nested-name-specifiers... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | I said _fix_ the build, don't break it. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Fix build. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Add |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | - Add class PathDiagosticLocationPair. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Implement PathDiagnosticLocation::asRange() and PathDia... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Add comment. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Restructure code to silence bogus GCC warning. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | - Implement PathDiagnosticLocation::asLocation. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Because of the use of 'cast<TagDecl>', ASTContext.h... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Mike Stump | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | PathDiagnostics (analyzer): |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Fariborz Jahanian | - Minor change to dump of ivar layout map. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Forward -fno-common to clang. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Test case for darwin::Link |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Add darwin::Link tool. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Add a high-level intro to the memory regions design... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Fix a number of option definition mismatches... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Print the correct target when printing the... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Steve Naroff | Fix <rdar://problem/6697053> instance variable is prote... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Move GetReleaseVersion to static Driver::GetRel... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Daniel Dunbar | Driver: Add ArgList::AddAllArgsTranslated; for forwardi... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | Move "regions" analyzer design document to 'docs'. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Zhongxing Xu | Simplify some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Zhongxing Xu | Check in some design documents to centralize ideas... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Eli Friedman | Sanity-check argument to indirect goto. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | hopefully fix VC++ build error. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | most of this is plumbing to get CompileOptions down... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | make this self contained, declare everything as 'class'. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | sort items. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | add driver and clang-cc to project. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Ted Kremenek | analyzer infrastructure: make a bunch of changes to... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Set the access specifier for templates inside classes. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Factor the member access specifier setting code into... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Handle parsing of templates in member declarations... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Anders Carlsson | Check that the access specifier of a member redeclarati... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Eli Friedman | Fix for PR3869: actually enforce that the argument... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Douglas Gregor | The injected-class-name of class templates and class... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Anders Carlsson | Tighten the setAccess assert. We now allow AS_none... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Implement template instantiation for static data member... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Fariborz Jahanian | More for for objc2's ivar layout map (currently |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Pass access specifiers through to member classes and... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Fix notes regarding the instantiation of member classes... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Instantiation for member classes of class templates... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Chris Lattner | fix PR3880, fixing a comma swallowing bug handling... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Chris Lattner | remove some dead code. ArgTokens can never be empty... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Ted Kremenek | CMake: Also include header files in target when the... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Anders Carlsson | It doesn't make sense to set the access specifier to... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Mike Stump | Remove -f__block as codegen for __block variables shoul... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Mike Stump | Fixup codegen for block literals that bleed copy/dispos... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Mike Stump | Update to account for the great driver renaming. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Predicate to detect when a RecordDecl is really the... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Stub out some declaration kinds that cannot ever be... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Fix parsing of template classes prefixed by nested... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Douglas Gregor | Minor refactoring to eliminate an extra switch during... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Daniel Dunbar | Driver: Implement Darwin_X86 tool chain level argument... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Daniel Dunbar | Driver: Handle -Xarch_, including warning for nasty... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Daniel Dunbar | Driver: Replace Option::ForwardToGCC by Option::DriverO... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Zhongxing Xu | This patch adds two more SymbolData subclasses: SymIntE... |
commit | commitdiff | tree | snapshot |
next |