2011-03-02 |
John McCall | Pretty up the wrong-number-of-arguments-for-attribute... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
John McCall | Provide an attribute, objc_method_family, to allow... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
John McCall | Split out a subgroup of -Wconversion called -Wsign... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
John McCall | Hack in something so that we emit better debug informat... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
John McCall | Support a new InheritableAttr subclass, InheritablePara... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
John McCall | Semantic checking for exception specifications should... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Douglas Gregor | When we're substituting into a parameter-type-list... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
John McCall | Move some of the logic about classifying Objective... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Eli Friedman | PR9350: increment/decrement of char (and anything else... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Daniel Dunbar | build: Allow disabling movt/movw from build, for testin... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Douglas Gregor | Push nested-name-specifier source-location information... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ted Kremenek | Teach CFGBuilder to prune trivially unreachable case... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Devang Patel | Encode argument numbering in debug info so that code... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Benjamin Kramer | Since getDriver().getInstalledDir() returns a const... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ted Kremenek | Don't warn about unused values in ternary ?: expression... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Push nested-name-specifier source-location information... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Kill off more names to fix this test |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Dan Gohman | Revert 123553, as sys::fs::unique_file is not finished... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ted Kremenek | Don't warning about shifting by too many bits in dead... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Roman Divacky | Fix the test. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Daniel Dunbar | Driver/Darwin: Be bug compatible with GCC and ignore... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ted Kremenek | For C++, enhance -Warray-bounds to recursively analyze... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Reinstate the introduction of source-location informati... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Roman Divacky | The default CPU on FreeBSD for i386 should be i486... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ted Kremenek | Don't wanr about "negative shifts" in code that is... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Roman Divacky | On FreeBSD, make sure /usr/local/include is *not* in... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Roman Divacky | On FreeBSD, we don't want 'getDriver().Dir + "/../lib... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Roman Divacky | For linking on FreeBSD, don't add a hardcoded "-L/usr... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Roman Divacky | Implement -mrtd which sets the StdCall calling conventi... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Roman Divacky | Add missing options. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Fariborz Jahanian | objc IRGen for Next runtime message API. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Revert r126748, my second attempt at nested-name-specif... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Implement comparison of C++0x scoped enumeration types... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | When digging into a cv-qualified return type that is... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | When building a type for a typename specifier, check... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Reinstate r126737, extending the generation of type... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Revert r126737, the most recent nested-name-specifier... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Rafael Espindola | Disable more warnings so that it is safe to use |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Chandler Carruth | Move the bool-conversions behind the DiagRuntimeBehavio... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ted Kremenek | In preparation for fixing PR 6884, rework CFGElement... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Push nested-name-specifier source location information... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Argyrios Kyrtzidis | [analyzer] Also make sure that the parameter is coming... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Argyrios Kyrtzidis | [analyzer] Remove SVal::getAsVarDecl() and reason about... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ken Dyck | Use CharUnits for TypeAlign variable in LayoutWideBitFi... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Push nested-name-specifier source location information... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Argyrios Kyrtzidis | [analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ken Dyck | Change the return type of GetVirtualPointersSize()... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Argyrios Kyrtzidis | [analyzer] Rename CheckerV2 -> Checker. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Argyrios Kyrtzidis | [analyzer] Remove Checker V1. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Argyrios Kyrtzidis | [analyzer] Remove checker V1 registration and running... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Zhanyong Wan | Improves the coding style in SValBuilder. This patch: |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Douglas Gregor | Fix some regressions in the GCC testsuite due to bad... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Chris Lattner | -fwrapv should turn off the inbounds markers from geps... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Refactor the construction of nested-name-specifiers... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Rafael Espindola | Don't warn about "clang -use-gold-plugin -c ...". With... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Teach Sema::CheckTypenameType to use nested-name-specif... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Devang Patel | Use single code path to handle c++ structs and classes... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Remove unused checker stuff from AnalysisCon... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Push nested-name-specifier location information into... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Fariborz Jahanian | Revert r126678. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Push nested-name-specifier source location information... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Fariborz Jahanian | objc IRGen for Next runtime message API. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Remove '-analyzer-check-objc-mem' flag,... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | Move test/SemaObjC/method-arg-decay.m -> test/Analysis... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Run the ExprEngine depending on the CheckerM... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] The current UninitializedValuesChecker will... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Peter Collingbourne | Kill 18 month old #if 0'd code in StmtXML.cpp |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Remove redundant friend declaration |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Push nested-name-specifier source location information... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Migrate NSErrorChecker and DereferenceChecke... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Introduce "event" mechanism in CheckerManager. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Argyrios Kyrtzidis | [analyzer] Run AST checkers for ObjCMethodDecls. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Eliminate the last remains of TemplateSpecializationTyp... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
David Chisnall | Make -fobjc-nonfragile-abi and -fgnu-runtime imply... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Douglas Gregor | Unbreak CMake build |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Axel Naumann | From Vassil Vassilev: |
commit | commitdiff | tree | snapshot |
2011-02-28 |
NAKAMURA Takumi | test: Add the feature "shell". Frontend/dependency... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chandler Carruth | Add a test case that would have caught the bug fixed... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chandler Carruth | Fix a tiny goof in the Driver's logic which caused... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | Make skipping of vardecls more precise: it's ok to... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | make switch constant folding a bit stronger, handling... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
NAKAMURA Takumi | [PR9321] "make install" does not need install c-index... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
NAKAMURA Takumi | CMake: [PR9321] Don't install include/clang/**/*.td. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Peter Collingbourne | Rename tok::eom to tok::eod. |
commit | commitdiff | tree | snapshot |
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 |
next |