2012-01-06 |
Eli Friedman | Minor refactoring of sentinel warning on blocks. Add... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Fariborz Jahanian | objc++: sythesize a helper function to be used |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Argyrios Kyrtzidis | Fix a memory leak of PragmaNamespaces, rdar://10611796. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Address Richard's review comments on r147561 (Evaluate... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | Always allocate an extra 8 bytes for a deserialized... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Ted Kremenek | After further discussion, rename attribute 'objc_disabl... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Tweak the fix to PR8977: an empty expression-list repre... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | Don't seed the ASTWriter's declaration -> ID mapping... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When we deserialize a declaration from a module file... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When creating declarations that are deserialized from... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Argyrios Kyrtzidis | When loading an AST file, set SourceManager::MainFileID... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Richard Smith | PR10828: Produce a warning when a no-arguments function... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | More lambda work. Tweak the Sema interface slightly... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Chad Rosier | [driver] Add support for passing -lazy_framework/-lazy_... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Change casting slightly to avoid warnings about casting... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When we're performing name lookup for a tag, we still... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Eli Friedman | Minor cleanup; no functional change. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Argyrios Kyrtzidis | Sanity checks in SourceManager::getFileEntryForID(... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
John McCall | The value of a const weak variable is not an integer... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | If we already have a definition for a top-level module... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Fariborz Jahanian | Fixes a code gen bug for setter code for a property of |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Douglas Gregor | When generating includes for all of the headers we... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Anna Zaks | [analyzer] Add another tests to taint tester. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Anna Zaks | [analyzer] Be less pessimistic about invalidation of... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Anna Zaks | [analyzer] Correct the error message in the testing... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ted Kremenek | Rename attribute 'objc_suppress_autosynthesis' to ... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ted Kremenek | Fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Eli Friedman | Fix test on Release builds. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Douglas Gregor | Store the submodules of a module in source order, as... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Fariborz Jahanian | Test case for my previous patch. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Fariborz Jahanian | objc: When issuing warning for missing synthesis for |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Eli Friedman | Add an APValue representation for the difference betwee... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Chris Lattner | fix test on -Asserts builds. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Chris Lattner | implement rdar://10639962 by keeping track of increased... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ted Kremenek | Add missing #endif in documentation. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Fariborz Jahanian | Support __has_attribute for objc_suppress_autosynthesis |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Daniel Dunbar | Driver/Darwin: Remove a hack that avoided passing ... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Douglas Gregor | Add __has_feature(modules) to indicate when modules... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Eli Friedman | Fix test so it doesn't depend on the host's calling... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Douglas Gregor | Implement declaration merging for variables in disjoint... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Douglas Gregor | Implement declaration merging for non-template function... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Douglas Gregor | Implement declaration merging for typedefs loaded from... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Benjamin Kramer | Penryn doesn't support sse4.2, don't enable it in the... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
David Chisnall | Restore r147493 and remove the part of the test that... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ted Kremenek | Extend ConditionBRVisitor to handle condition variable... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Douglas Gregor | Don't treat 'import' as a contextual keyword when we... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Rafael Espindola | Process attributes in explicit function template instan... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Eli Friedman | Add an explicit LambdaExprContext to Declarator, to... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Akira Hatanaka | Have functions return structures smaller than 128-bit... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Eli Friedman | Fix messed-up indentation in r147515. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Eli Friedman | Stub out the Sema interface for lambda expressions... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Rafael Espindola | Revert r147493. It broke test/CodeGenObjC/constant... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ted Kremenek | Teach the static analyzer to not treat XPC types as... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ted Kremenek | Minor code formatting cleanups. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Fariborz Jahanian | In non-gc, non-arc mode, property of 'Class' type |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Eli Friedman | Get rid of an unnecessary check; the AST for init-lists... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Ted Kremenek | Enhance UnixAPIChecker to also warn about zero-sized... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Minor tweak to name lookup for C/Objective-C: after... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Test "merging" of typedef types across distinct modules... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Eli Friedman | Support constant evaluation for OpenCL nested vector... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Ted Kremenek | Add initial version of checker to check if virtual... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
David Chisnall | Initialise constant Objective-C string isa pointers... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Fariborz Jahanian | objc: diagnose misplacement of objc_suppress_autosynthesis |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Chad Rosier | Fixed by Chandler in r147434. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Implement cross-module declaration merging for tag... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Ted Kremenek | Force set-xcode-analyzer to use the system version... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Add __has_feature(objc_modules) |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Add a test for the driver-level -fmodules/-fno-modules... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Ted Kremenek | Add test case for PR 9774, which got fixed along the... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Abramo Bagnara | Added testcases for -Wdisabled-macro-expansion. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Re-uglify #public and #private to #__public_macro and... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Fariborz Jahanian | objc: use objc_suppress_autosynthesis attribute on... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Eliminate the uglified keyword __import_module__ for... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Joerg Sonnenberger | Don't depend on undefined macros being 0, there are... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Fariborz Jahanian | objc: introduce objc_suppress_autosynthesis class |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Under -fmodules, accept #public <macroname> and #privat... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Introduce a non-uglified syntax for module imports... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Don't attempt to merge a deserialized declaration with... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Factor the merging of declarations in the AST reader... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Add -fno-modules to the driver, to turn off modules... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Add a "Modules" language option, which subsumes the... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Douglas Gregor | Rename the command-line option for mapping #include... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rafael Espindola | Process attributes in explicit template instatiation... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Chandler Carruth | Teach the frontend to provide the builtin preprocessor... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Richard Smith | Add assertion to char32_t that the value is valid,... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Diagnose cases where the definition of a particular... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Chandler Carruth | Fix PR11685 by implementing -ffast-math and its various... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Abramo Bagnara | Added a missing case for -Wdisabled-macro-expansion. |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Rafael Espindola | Small cosmetic cleanups in code I will change anyway. |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Rafael Espindola | Small refactoring so that only one of the mergeVisibili... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Eliminate ObjCProtocolDecl's end-of-definition location... |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Fix canonicalization of protocol-qualified types |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Douglas Gregor | Move ObjCProtocolDecl::EndLoc into its DefinitionData... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate the ForwardDecl/InitiallyForwardDecl bits... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Abramo Bagnara | Added -Wdisabled-macro-expansion warning. |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Implement declaration merging for Objective-C protocols... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate redundant, empty function |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate ObjCForwardProtocolDecl, which is redundant... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Don't bother rewriting an Objective-C class or protocol... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Douglas Gregor | Eliminate ASTMutationListener::UpdatedAttributeList... |
commit | commitdiff | tree | snapshot |
next |