2011-09-10 |
Douglas Gregor | Clean up our handling of Objective-C definitions in... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Anna Zaks | [analyzer] -analyze-function for ObjectiveC should... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Douglas Gregor | Kill of the Decl::PCHLevel field entirely. We now only... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Chandler Carruth | Extend the Stmt AST to make it easier to look through... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | The translation unit is never deserialized |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Eliminate all but one caller of Decl::getPCHLevel() |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Introduce a new predicate Decl::isFromASTFile() to... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Caitlin Sadowski | Thread safety: removing unnecessary import and reorderi... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Caitlin Sadowski | Thread safety: removing unnecessary import |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Julien Lerouge | Remove trailing } in comment. |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Julien Lerouge | Bring llvm.annotation* intrinsics support back to where... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | In the ASTReader, replace the never-NULL Preprocessor... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Kaelyn Uhrain | Add smarter sorting of overload candidates that failed... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Eric Christopher | Carry the debug information from single exit unified... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | In ASTReader, replace the never-NULL ASTContext pointer... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Friends cannot be declared module-private |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Mark the translation unit as having lexical/visible... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Back out r139358 "[PCH] When loading the decls linked... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Specializations cannot be module-hidden. Diagnose attem... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
John McCall | Treat the weak export of block runtime symbols as a... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Fariborz Jahanian | objc rewriter - Add rewriter test for new instancetype |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Don't produce 'instancetype' as the type of a message... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | __module_private__ is inherited by redeclarations of... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Anna Zaks | [analyzer] When running scan-build with -plist on ... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Propagate __module_private__ from previous declarations... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | When type-checking a call to an overloaded, builtin... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Caitlin Sadowski | Thread safety: This patch deals with previously unhandl... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Caitlin Sadowski | Thread Safety: Moving the analysis to a new file |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Caitlin Sadowski | Thread safety: refactoring test cases |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Caitlin Sadowski | Thread safety: refactoring to use an error handler |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Francois Pichet | Update comment because JumpDiagnostics.cpp is not just... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
John McCall | Clean up the sentinel-attribute checking code a lot... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Argyrios Kyrtzidis | Do a lookup for the blocks runtime globals to see if... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Argyrios Kyrtzidis | [PCH] When loading the decls linked to an identifier... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Argyrios Kyrtzidis | Use ArrayRef in ExternalASTSource::SetExternalVisibleDe... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
John McCall | Code formatting; no functionality change. |
commit | commitdiff | tree | snapshot |
2011-09-09 |
John McCall | Contextually converting to 'id' is not a useful operati... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
John McCall | Give conversions of block pointers to ObjC pointers... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Richard Trieu | Clean up the RebuildUnknownAnyExpr visitor in SemaExpr... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Richard Trieu | Changed references of BaseTy, MemInitTy, CXXScopeTy... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Richard Trieu | Change references to StmtTy to Stmt and removed typedef... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Douglas Gregor | Modules: introduce the __module_private__ declaration... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Richard Trieu | Change all references of type ExprTy to Expr and get... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Richard Trieu | Capitialize paramater names in SemaExpr.cpp and resolve... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Douglas Gregor | The integer type of an enumeration type isn't always... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Eric Christopher | Rearrange comment slightly for Bill. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Eric Christopher | Remove WCHAR_MIN and WCHAR_MAX from limits.h. According... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread safety: small edit to unused variation on warnin... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Douglas Gregor | Add some delay between PCH creation and modifying one... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Matt Beaumont-Gay | Extend -Wliteral-conversion to catch "int i = -1.234" |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread Safety: In C++0x Mutexes are the objects that... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Jakob Stoklund... | The frexp, modf, and remquo builtins are not 'const'. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread Safety: adding basic no thread safety analysis... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread safety: Adding basic support for locks required... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread safety: shared vs. exclusive locks |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread safety: small formatting change in test comments |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Douglas Gregor | Look through SubstNonTypeTemplateParmExpr nodes in... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread safety: added support for function scopes in... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Caitlin Sadowski | Thread Safety: Patch to implement delayed parsing of... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Douglas Gregor | Document __has_feature(objc_instancetype). |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Argyrios Kyrtzidis | [libclang] Fix annotation and getting a "macro expansio... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Douglas Gregor | Allow C++0x enumerations with a fixed underlying type in |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Eric Christopher | Add a block comment explaining how the different source... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Abramo Bagnara | Added missing initialization. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
David Blaikie | Adding FixIts to static/inline main declaration diagnos... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Douglas Gregor | Implement the Objective-C 'instancetype' type, which... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Chad Rosier | [driver] i386 kext preprocessor jobs also need their... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Douglas Gregor | Optimize the preprocessor's handling of the __import_mo... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Argyrios Kyrtzidis | [arcmt] Try fixing the windows buildbot. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Argyrios Kyrtzidis | Revert r139222, operator->() in PreprocessingRecord... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Richard Trieu | Change diagnoseAddressOfInvalidType() to use an enum... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Douglas Gregor | When parsing a function-try-block that does not have a |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Kaelyn Uhrain | Fix Sema::CorrectTypo to ignore found but unresolved... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Peter Collingbourne | More missing dependencies picked up by Ninja. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
James Molloy | Fix up MCInstPrinter creation to take the new Subtarget... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Fariborz Jahanian | objc-gc: More sema work for properties declared 'weak' |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Chandler Carruth | Extract the emission of the diagnostic's location into... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Chandler Carruth | Move the HilightRange method from TextDiagnosticPrinter... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Chandler Carruth | Hoist the tab expansion into a helper function. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Chandler Carruth | Don't compute the same line number in two places, once... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Eli Friedman | Make sure the FunctionDecl's created by "#pragma weak... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Argyrios Kyrtzidis | [arcmt] Remove xfail on test for windows, Takumi report... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Argyrios Kyrtzidis | operator->() in PreprocessingRecord::iterator is useles... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Richard Trieu | Rename variables in SemaExpr.cpp to give a more consist... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Richard Trieu | Rename variables in SemaExpr.cpp to give a more consist... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Chandler Carruth | Switch the CharSourceRange array to a small vector... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Eli Friedman | Switch clang over to using fence/atomicrmw/cmpxchg... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Richard Trieu | Rename variables in SemaExpr.cpp to give a more consist... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Richard Trieu | Rename variables in SemaExpr.cpp to give a more consist... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Richard Trieu | Change the self-reference visitor (which gives the... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Fariborz Jahanian | objc-gc: Don't force a __strong type'd property |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Francois Pichet | In Microsoft mode, if we are inside a template class... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Chad Rosier | [driver] When clang crashes, don't try to generate... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Fariborz Jahanian | objc-gc: Adds support for "weak" property attribute... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Chandler Carruth | Remove the doxyment for this now defunct parameter. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Chandler Carruth | Don't recompute the presumed loc twice in 5 lines of... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Chandler Carruth | Use ArrayRef for the fixit hint array rather than a... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Chandler Carruth | Hoist the construction of the FixItHint line into a... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Richard Trieu | Rename variables in SemaExpr.cpp to give a more consist... |
commit | commitdiff | tree | snapshot |
next |