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 |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Don't pass a GRState to CheckerManager:... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Migrate ReturnPointerRangeChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | compute the integer width, not the memory width here... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | Reimplement DefineTypeSize in terms of APInt. This... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chris Lattner | rework processing of unavailable and deprecated attribu... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Ted Kremenek | Fix tiny error in CFG construction for BinaryConditiona... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chandler Carruth | Tweak this test a bit further to make it easier on... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Douglas Gregor | Test case for previous commit |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Douglas Gregor | Teach NestedNameSpecifier to keep track of namespace... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Ken Dyck | Use CharUnits values for Size and DataSize outside... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Ken Dyck | Use Context.getCharWidth() in place of literal '8's... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Ken Dyck | Make the Size and DataSize members more CharUnits-frien... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Remove unused functions from CheckerManager. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Migrate StreamChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Argyrios Kyrtzidis | [analyzer] Migrate CStringChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Douglas Gregor | Tweak the CXXScopeSpec API a bit, so that we require the |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Douglas Gregor | Teach CXXScopeSpec to handle the extension of a nested... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Chandler Carruth | Handle value dependent LHS as well as RHS. Test both... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Chandler Carruth | Clean up the CMake test execution by nuking this direct... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Chandler Carruth | Implement a warning for known shift overflows on consta... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Ted Kremenek | Fix bogus -Warray-bounds warning involving 'array[true... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Nick Lewycky | Preserve what the user passed to -include when emitting... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Argyrios Kyrtzidis | [analyzer] Migrate StackAddrLeakChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Argyrios Kyrtzidis | [analyzer] Refactor EndOfFunctionNodeBuilder. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Argyrios Kyrtzidis | [analyzer] Migrate IdempotentOperationChecker to CheckerV2. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Matt Beaumont-Gay | fix typo in *all* of the test cases |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Matt Beaumont-Gay | fix typo in test too |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Argyrios Kyrtzidis | [analyzer] const goodness. |
commit | commitdiff | tree | snapshot |
next |