2011-08-22 |
Anna Zaks | Static Analyzer Diagnostics: Allow checkers to add... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Fariborz Jahanian | objc - use existing API for temporary switch of |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Ted Kremenek | Do not perform check for missing '[super dealloc]'... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Anna Zaks | Clean up the CFRefBugReport - remove the members, which... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Eli Friedman | Don't warn on varaidic macros in C++0x mode. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Fariborz Jahanian | objc - minor comment fix up and cleanup. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Fariborz Jahanian | objc - Simplify switing objc decl context by using |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Nico Weber | Warn on missing [super dealloc] calls. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Chandler Carruth | Fix a crash-on-valid that has been here for a very... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Fariborz Jahanian | objc- checking for objc decl context range is unreliabl... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Argyrios Kyrtzidis | Fix a bug in objc @encoding of C++ classes. |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Fariborz Jahanian | Restore patch I reversed in r138040. Known buildbot |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Zhongxing Xu | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Argyrios Kyrtzidis | Fix gcc build. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Argyrios Kyrtzidis | Boost the efficiency of SourceManager::getMacroArgExpan... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Jordy Rose | [analyzer] Migrate the aliasing effects of CFRetain... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Jordy Rose | [analyzer] Remove FIXME; Ted reminded me that -init... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Jordy Rose | [analyzer] Migrate return value handling from CFRefCoun... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Jordy Rose | [analyzer] Replace calls to getNameAsString() with... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Benjamin Kramer | Fix compile on platforms that don't implicitly include... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Jordy Rose | [analyzer] RetainReleaseChecker always wants region... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Jordy Rose | Fix indentation. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Jordy Rose | [analyzer] Move handling of hardcoded noreturn ("panic... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
NAKAMURA Takumi | test/lit.cfg: Enable "crash-recovery" tests on Win32... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Chad Rosier | Typo spotted by Ivan Krasin. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Chandler Carruth | Remove this test. It requires C++ standard library... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Ted Kremenek | [analyzer] Handle reads of ObjCPropertyRefExprs implici... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Ted Kremenek | [analyzer] Simplify ExprEngine::VisitBinaryOperator... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Ted Kremenek | Start partitioning ExprEngine.cpp into separate .cpp... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Ted Kremenek | Rename CXXExprEngine.cpp to ExprEngineCXX.cpp. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
NAKAMURA Takumi | test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Douglas Gregor | Make the loading of multiple records for the same ident... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Douglas Gregor | Clean out some minor cruft in the AST reader; no functi... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Douglas Gregor | Introduce a module visitation function that starts... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Anna Zaks | Static Analyzer Diagnostics: Move the responsibility... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Ted Kremenek | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Remove XFAIL/XTARGET since this is passing on the other... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Migrate, update and FileCheckize: |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Migrate, update and FileCheckize: |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Migrate, FileCheckize and update: |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Migrate and update: |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Remove this file, it's not much of a test and string... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Migrate, FileCheckize and update: |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Eric Christopher | Migrate, FileCheckize and update: |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Modify the check line to be happier on windows. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Remove dead file. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate, FileCheckize and update: |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Devang Patel | Add new test. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Anna Zaks | Static Analyzer Diagnostics: Switch CFRefCount to using... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Try removing xfail and xtarget to see if this brings... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2007-01-02-UnboundedArray.cpp from llvm/test... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate: |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Argyrios Kyrtzidis | For assigning SourceLocations to macro arg tokens,... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Argyrios Kyrtzidis | Rename TokenLexer::getMacroExpansionLocation -> getExpa... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Argyrios Kyrtzidis | Refactor common functionality into SourceManager::getFi... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Anna Zaks | Static Analyzer Diagnostics: Kill the addVisitorCreator... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Remove 2008-10-29-WrongOffset.cpp since it requires... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2007-10-01-StructResize.cpp from llvm/test... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2008-10-29-WrongOffset.cpp from llvm/test/Front... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Remove this test. It's failing and it's not that good... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-06-16-DebugInfoCrash.cpp from llvm/test... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-07-16-PrivateCopyConstructor.cpp from... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-08-05-ZeroInitWidth.cpp from llvm/test... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-08-11-VectorRetTy.cpp from llvm/test/Front... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-09-09-packed-layout.cpp test from llvm... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-10-27-crash.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Migrate 2009-12-23-MissingSext.cpp from test/FrontendC... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Douglas Gregor | Remove another unused function from ModuleManager.... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Douglas Gregor | Remove unused function ModuleManager::exportLookup() |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Nick Lewycky | Do not depend on the standard library on the system... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Beaumont-Gay | Improve the correctness and accuracy of the message... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Fariborz Jahanian | objc-arc: @property definitions should default to ... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Fariborz Jahanian | Revers r138040. Need to look at a few buildbot failures. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Fariborz Jahanian | objective-c: Bring objective-c handling of decl context |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Ted Kremenek | Rename -Wstrl-incorrect-size to -Wstrlcpy-strlcat-size... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Benjamin Kramer | Reflow code. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Craig Topper | Warn about and truncate UCNs that are too big for their... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Douglas Gregor | Teach ModuleManager::addModule() to check whether a... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Anna Zaks | Fix a memory leak in the analyzer - BugReports didn... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Chandler Carruth | Fix the rest of the indent goofiness here. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Chandler Carruth | Fix an egregious formatting goof. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Eric Christopher | Add a completely hacky workaround for pch kext files... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Enhance -Wstrl-incorrect-size to not report a FIXIT... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Anna Zaks | Static Analyzer Diagnostics: Move custom diagnostic... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | [libclang] Remove NestedNameSpecifierVisit, as Clang... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Kaelyn Uhrain | Don't accept a typo correction if the corrected identif... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Remove main() *errors* from warning group. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Reapply r137903, but fix the definition of size_t in... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Argyrios Kyrtzidis | [libclang] Support code-completion inside macro arguments. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | Temporarily revert r137925 to appease buildbots. Origin... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Anna Zaks | Add a test for checking that custom diagnostic visitors... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Kaelyn Uhrain | Rework DiagnoseInvalidRedeclaration to add the ability... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Argyrios Kyrtzidis | [libclang] Annotate correctly macro argument tokens. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | Use StringRef, rather than C string APIs. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Manuel Klimek | Fixes traversal of class template nodes on template... |
commit | commitdiff | tree | snapshot |
next |