2011-02-28 |
Anders Carlsson | Add a -fcxx-exceptions flag to the frontend, which... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Anders Carlsson | Fix CMake build. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Ken Dyck | Retry r126357. Use CharUnits for the Size and DataSize... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Introduce SVal::getAsVarDecl(). |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analzyer] Migrate CallAndMessageChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] ExprEngine should not depend on checkers... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate AdjustedReturnValueChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate AttrNonNullChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] ExprEngine should not depend on checkers... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate VLASizeChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate DivZeroChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate ReturnUndefChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate UndefinedArraySubscriptChecker to... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate UndefinedAssignmentChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate UndefBranchChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate UndefCapturedBlockVarChecker to... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate UndefResultChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate NoReturnFunctionChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Move the DeadStores checker out of the ... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate OSAtomicChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Turn -analyzer-stats into -analyzer-checker... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Remove '-analyzer-experimental-checks' flag. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate MallocChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Have CheckerManager::registerChecker return... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | remove a bogus assertion, add a comment. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | make switch condition constant folding much more aggres... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Anders Carlsson | Factor code out into a helper function, shouldUseExcept... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | fix my containsBreak predicate. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Anders Carlsson | Add -fcxx-exceptions to all tests that use C++ exceptions. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Anders Carlsson | Get rid of the areExceptionsEnabled() getter from LangO... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | First tiny step to implementing PR9322: build infrastru... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | Add some helper methods that will be used in my next... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | add a const version of this accessor. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | When we encounter a dependent template name within a |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Chris Lattner | Change the interface to ConstantFoldsToSimpleInteger... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Douglas Gregor | Eliminate a silly little Parse/Sema dance when parsing... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Benjamin Kramer | Fix an obvious typo. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Oscar Fuentes | CMake: updated list of installable header files. PR9321. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Frits van Bommel | Fix this test case for CMake builds after r126502,... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Daniel Dunbar | cc1: Fix stats printing by default when using -mllvm... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Sean Hunt | Implement delegating constructors partially. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
John McCall | Don't assume that whoever is asking for a message send... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
John McCall | Zero-initialize the struct-return slot of an Objective... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
John McCall | A much-delayed response to Ken Dyck's review: make... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
John McCall | Don't crash during constant-evaluation of 1/(1/0).... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
John McCall | Pretty up the emission of field l-values and use volati... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
John McCall | Provide a bit saying that a builtin undergoes custom... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Fariborz Jahanian | Fix objc rewriting bug casting to qualified objective... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Fariborz Jahanian | Fix a rewriter bug involving call to property's |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Matt Beaumont-Gay | ASTStmtReader is already a friend of DependentScopeDecl... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Ted Kremenek | Update test cases. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Ted Kremenek | Tidy up help text in Checkers.td, and rename StackAddrL... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Ted Kremenek | Enhance scan-build to print out available analyses... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Daniel Dunbar | Driver: Attmpt to fix some possibly UB that MSVC doesn... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Fariborz Jahanian | Sprinkle optional text of the "unavailable' attribute |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Push nested-name-specifier source location information... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Chandler Carruth | Clean up some gross code in the printer here. No more... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Chandler Carruth | Remove the FIXME I introduced last night, and pull... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | CMake: add version information into the clang executabl... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Matt Beaumont-Gay | s/clang-cc1/clang_cc1 |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Fariborz Jahanian | Print optional message for attr(unavailable) in C+... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Push nested-name-specifier source-location information... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Fariborz Jahanian | Teach objc-rewriter to pass -fobjc-exceptions along. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Push nested-name-specifier source location information... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Make sure to give CXXScopeSpec::SetInvalid() a valid... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Push nested-name-specifier source location information... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Direct testing of source-location information on using... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Switch a few CXXScopeSpec::MakeTrivial() calls over... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Maintain nested-name-specifier source-location informat... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Peter Collingbourne | Rename test/Sema/expr-comma-c89.c to expr-comma-c99... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Chandler Carruth | Rough fix for PR9323 that prevents Clang from marking... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Chandler Carruth | Give this warning a flag that can be used to turn it... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Chandler Carruth | Add support for ArchLinux, patch by Kevin Winchester. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
John McCall | Formatting, etc. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
John McCall | Tame an assert; the scope depth of a jump destination... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Use NestedNameSpecifierLoc within out-of-line variables... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Ted Kremenek | Teach TextDiagnosticPrinter to print out '-Werror'... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Nth time's a charm? |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | CMake target check.deps only exists when LLVM_INCLUDE_TESTS |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Update UsingDecl, UnresolvedUsingTypenameDecl, and |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | LLVM_INCLUDE_TESTS applies to unit tests, not the norma... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Douglas Gregor | Don't include Clang's unit tests if LLVM's unit tests... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Argyrios Kyrtzidis | Intoduce '-analyzer-checker-help' flag which outputs... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Chandler Carruth | Fix the rest of PR9316 along with some other bugs spott... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Ted Kremenek | Don't warn about using PredefinedExprs as format string... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Remove '-analyzer-experimental-internal... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Allow a checker to be hidden even if its... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Migrate CastSizeChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Fariborz Jahanian | Fix a rewrite bug. // rdar://9039342 |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rafael Espindola | Use private linkage to avoid symbol conflicts in corner... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chandler Carruth | Likely fix for PR9316 and other unknown bugs: don't... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Douglas Gregor | Retain complete source-location information for C++ |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chandler Carruth | Simplify messages as requested by Chris. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Axel Naumann | From Vassil Vassilev: |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Daniel Dunbar | Revert "Use CharUnits values for Size and DataSize... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | Allow passing a list of comma separated checker names... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Migrate ArrayBoundChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
next |