2011-08-04 |
Anna Zaks | KeychainAPI checker: Refactor to make it easier to... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | In the AST reader and writer, slide the preprocessed... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Add some missing record names to the AST output. No... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Implement the local -> global remapping for macro defin... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | The AST reader was forgetting to parse ObjCInferRelated... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Parsing of C++0x lambda expressions, from John Freeman... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Ted Kremenek | This test still hangs on win32, despite XFAIL it. ... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
John McCall | Take -Wvector-conversions out of -Wmost; it needs... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | Add documentation for useBitFieldTypeAlignment. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | Add partial support for using anonymous bitfields ... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
John McCall | Emit wide string literals with the appropriate alignment. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Anna Zaks | KeychainAPI checker: refactor to use early exit. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Anna Zaks | KeychainAPI checker: Add basic diagnostics. Track Memor... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Ted Kremenek | XFAIL arc.m codegen test on win32 because it is current... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Ted Kremenek | [analyzer] Remove 'all-experimental' checker group. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | For APCS the alignment of bitfield types is *not* respe... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Don't introduce a local -> global mapping for CXXBaseSp... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Chandler Carruth | Delete one of the old tests that was ported over to... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Fariborz Jahanian | Refactoring of my last patch. |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Douglas Gregor | Introduce local -> global selector ID mapping into... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Ted Kremenek | [analyzer] rename all experimental checker packages... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
John McCall | Use the general conditional-cleanup framework instead... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Douglas Gregor | Introduce a local-to-global remapping for identifiers... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Kaelyn Uhrain | Improve overloaded function handling in the typo correc... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Ted Kremenek | [analyzer] Introduce MallocOverflowSecurityChecker... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Fariborz Jahanian | objective-c: Methods declared in methods must type... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Jonathan D... | Fix a few typos |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Douglas Gregor | Comment the weird behavior of __has_feature(is_empty... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Douglas Gregor | Make the type of the IntegerLiteral for bitfield paddin... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Douglas Gregor | Remove stray comma |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Douglas Gregor | Introduce a constant for the number of predefined decla... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Chris Lattner | give an example of a 'lowered vtable reference' |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Douglas Gregor | Introduce the local -> global declaration ID mapping... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
John McCall | In ARC, don't try to reclaim the result of a call to... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Bob Wilson | Handle "homogeneous aggregates" as required by the... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Anna Zaks | Static Analyzer diagnostics visualization: when the... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
John McCall | When rewriting a call to a K&R function to lead to... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Eli Friedman | A couple fixes for preprocessor expressions: |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rafael Espindola | Implements alignment for long long and double types... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rafael Espindola | Update for LLVM change in PassManagerBuilder. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Chris Lattner | disable array bounds overflow warning for cases where... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Chad Rosier | Fix cmake for r136702 (at least for the most part)... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Fariborz Jahanian | objective-c rewrite: Fixes rewriting of objective-c... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Chad Rosier | Temporarily revert parts of r136702 to make cmake build... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Douglas Gregor | Change the hashing function for DeclContext lookup... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Ted Kremenek | [analyzer] Drastically simplify ExprEngine::VisitInitLi... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Eli Friedman | PR10566: Make sure codegen for deleting an pointer... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Chad Rosier | When the compiler crashes, the compiler driver now... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Jonathan D... | Following up the earlier refactoring/cleanup work by... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Anna Zaks | KeychainAPI checker: only check the paths on which... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Douglas Gregor | Implement a proper local -> global type ID remapping... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Douglas Gregor | Add a debugging dump for Module (also emitted as part... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Douglas Gregor | Generalize the module offset map to include mapping... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Benjamin Kramer | Make helper functions static. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Richard Trieu | Fix formatting of SemaExpr.cpp, mainly fixing lines... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Bob Wilson | Revert "Re-enable byval for ARM in clang. rdar://probl... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Anna Zaks | Add a skeleton for the Keychain Services API Checker... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Fariborz Jahanian | objective-c: reverse patch for // rdar://9818354 |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Akira Hatanaka | Implement MipsABIInfo::EmitVAArg. This fix enables... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Chad Rosier | Driver: When compiling i386 -fapple-kext code, we fallb... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Akira Hatanaka | Pass records with non-trivial destructors or constructo... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
David Chisnall | Fix linkage type for tentative definition of ivar offse... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Douglas Gregor | Move the serialization of the MODULE_OFFSET_MAP out... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Douglas Gregor | Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFF... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Fariborz Jahanian | Test for // rdar://9846759 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Benjamin Kramer | Remove dead code flagged by GCC's -Wunused-but-set... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Argyrios Kyrtzidis | Not sure why we bother updating FunctionDecl's EndRange... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Argyrios Kyrtzidis | [libclang] Annotation of parameters that got default... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | Introduce a Fix-It for the "missing sentinel" warning... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | Add code completion to produce "else" blocks after... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | When producing code completion results for variadic... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | Add the various parameter-passing keywords for Distribu... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | Fix a thinko in my __is_empty/__is_pod commit. |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | Turn off __has_feature(is_empty) and __has_feature... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | When performing code completion after at @interface... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | When complaining about a non-POD second argument to... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Douglas Gregor | Use the "Bar.h" -> <Foo/Bar.h> remapping for index... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Fariborz Jahanian | objc rewriter - my last patch was not quite right. |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Fariborz Jahanian | objc rewriter - set the flag passed to _Block_object_as... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Douglas Gregor | Teach the ASTImporter to cope with cases where we have... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Eric Christopher | Add support for the 'Q' arm memory constraint. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove explicit argument processing from... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] tighten up ExprEngine::VisitObjCAtSynchroniz... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Ted Kremenek | [analyzer] Remove recursive visitation in ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Douglas Gregor | On Darwin, libc++ may be installed alongside the compil... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jonathan D... | Renamed Loaded member to ImportedBy, as it's easier... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Douglas Gregor | Add a missing \endcode for Doxygen |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Jay Foad | Remove some unnecessary single element array temporaries. |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Argyrios Kyrtzidis | Make DiagnosticErrorTrap keep a count of the errors... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Douglas Gregor | This patch makes the string/character literal tests... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Douglas Gregor | Remove unused debug function |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Douglas Gregor | In the ASTReader, replace the continuous range maps... |
commit | commitdiff | tree | snapshot |
next |