llvm-project/clang/lib
Mark Lacey d33ff74b19 Simplify the constructor to CodeGenABITypes.
The CodeGenOptions are not used for ABI type selection, so we will just
create one with the default constructor (there is a FloatABI option in
CodeGenOptions that is passed on to LLVM, but not used in Clang for LLVM
IR type generation).

We can use the DiagnosticsEngine on the ASTContext rather than making a
client pass one in explicitly.

llvm-svn: 196450
2013-12-05 01:23:01 +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 Simplify the constructor to CodeGenABITypes. 2013-12-05 01:23:01 +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 Reject template-ids containing literal-operator-ids that have a dependent 2013-12-05 00:58:33 +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 Reject template-ids containing literal-operator-ids that have a dependent 2013-12-05 00:58:33 +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