2011-08-23 |
Bruno Cardoso... | Fix _mm256_shuffle_ps mask! Example, for mask=203,... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Ted Kremenek | Start reworking -Wunreachable-code. The original analy... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Ted Kremenek | CFG: record set of C++ 'try' dispatch blocks, which... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Ted Kremenek | Constify the result of CFGStmt::getStmt(). |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Ted Kremenek | Add 'const' version of CompoundStmt::children(). |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Eric Christopher | Revert "[analyzer] Clean up unused bits of CFRefCount." |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Eric Christopher | Whitespace. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Eli Friedman | Refactor and fix checking for initialization of flexibl... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Clean up unused bits of CFRefCount. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Eric Christopher | Right now this requires asserts. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Make CFRefBug and CFRefReportVisitor not... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Cleanup: Move temporary declarations of... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Argyrios Kyrtzidis | Remove one SourceManager::isInFileID overload and use... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Argyrios Kyrtzidis | Amend r138129 (reduction of SLocEntries) which introduc... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Argyrios Kyrtzidis | Introduce SourceManager::isInSLocAddrSpace and use... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Argyrios Kyrtzidis | Rename SourceManager::isBeforeInSourceLocationOffset... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Argyrios Kyrtzidis | TokenLexer::getExpansionLocForMacroDefLoc doesn't need... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Argyrios Kyrtzidis | In Lexer::isAtEndOfMacroExpansion use SourceManager... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Argyrios Kyrtzidis | Move a couple of SourceManager functions out-of-line... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Move function retain-count effect summary... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Ted Kremenek | Fix regression in -Wuninitialized involving VLAs. ... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Move helper method Update from CFRefCount... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Eli Friedman | Cleanup to use helper. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Eli Friedman | Remove function parameter which always used the default... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Move helper method handleAutoreleaseCounts... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Move ReturnStmt retain-count analysis from... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Move symbol death leak analysis from CFRefCo... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Caitlin Sadowski | Thread-safety analysis: adding in a basic lockset track... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Eric Christopher | Add support for a verifier to the driver. Currently... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Fariborz Jahanian | checking for __block variable captured by given |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Nico Weber | enable -fstack-protector on 10.5 for usermode binaries... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Only allocate retain summaries for interesti... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Matt Beaumont-Gay | Fix an incorrect note. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Fariborz Jahanian | block IRgen - Fixes a crash when determining if given... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Jordy Rose | [analyzer] Rename CFRefCount's evalSummary method to... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Eli Friedman | Make sure we don't inline functions marked with __attri... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Jordy Rose | [analyzer] Migrate the handling of retain-count-related... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Anna Zaks | [analyzer] MacOSKeychainAPIChecker: Users of KeyChain... |
commit | commitdiff | tree | snapshot |
2011-08-22 |
Fariborz Jahanian | objc refactoring - minor clean up. |
commit | commitdiff | tree | snapshot |
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 |
next |