llvm-project/clang/lib
Aaron Ballman 8b9e236bb4 Giving a Subjects list to DllExport, which allows the removal of some custom semantic handling. The same cannot be done for DllImport, and so comments were left explaining why.
llvm-svn: 196429
2013-12-04 23:23:19 +00:00
..
ARCMigrate ObjectiveC migrator. delegate property must be 2013-11-21 17:49:34 +00:00
AST [objc] Emit warning when the implementation of a secondary initializer calls on 2013-12-03 21:11:49 +00:00
ASTMatchers Another pass at adding missing matchers into the registry. 2013-11-25 15:03:44 +00:00
Analysis Thread safety analysis: fix ICE due to missing null check on dyn_cast. 2013-11-26 19:45:21 +00:00
Basic Add newline at eof. 2013-12-04 03:40:51 +00:00
CodeGen [ms-cxxabi] Construct and destroy call arguments in the correct order 2013-12-04 19:23:12 +00:00
Driver Fix method/variable name typos 2013-12-03 06:53:35 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format Fix the regression caused by r196378 2013-12-04 13:25:26 +00:00
Frontend Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)" 2013-12-04 11:12:26 +00:00
FrontendTool Bring back a StringRef used in some build configurations 2013-11-27 19:44:04 +00:00
Headers Fix a SSE2 intrinsics typo 2013-11-23 22:11:57 +00:00
Index libclang does not depend directly on clangFormat; but clangIndex does 2013-11-13 22:26:04 +00:00
Lex Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest. 2013-12-04 20:19:30 +00:00
Parse ObjectiveC - Introducing objc_bridge_related attribute 2013-12-04 20:32:50 +00:00
Rewrite Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)" 2013-12-04 11:12:26 +00:00
Sema Giving a Subjects list to DllExport, which allows the removal of some custom semantic handling. The same cannot be done for DllImport, and so comments were left explaining why. 2013-12-04 23:23:19 +00:00
Serialization [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the 2013-12-03 21:11:30 +00:00
StaticAnalyzer Correct a user-visible static analyzer message typo 2013-12-02 03:50:25 +00:00
Tooling Remove a whole lot of unused variables 2013-11-27 05:22:15 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00