Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
a6622236
Commit
a6622236
authored
17 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
add some comments.
llvm-svn: 48053
parent
1df27866
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
clang/include/clang/Basic/TargetInfo.h
+7
-6
7 additions, 6 deletions
clang/include/clang/Basic/TargetInfo.h
with
7 additions
and
6 deletions
clang/include/clang/Basic/TargetInfo.h
+
7
−
6
View file @
a6622236
...
...
@@ -48,12 +48,8 @@ public:
virtual
~
TargetInfo
();
///===---- Target
property q
uery
m
ethods
-
-------------------------------===//
///===---- Target
Data Type Q
uery
M
ethods -------------------------------===//
/// getTargetDefines - Appends the target-specific #define values for this
/// target set to the specified buffer.
virtual
void
getTargetDefines
(
std
::
vector
<
char
>
&
DefineBuffer
)
const
=
0
;
/// isCharSigned - Return true if 'char' is 'signed char' or false if it is
/// treated as 'unsigned char'. This is implementation defined according to
/// C99 6.2.5p15. In our implementation, this is target-specific.
...
...
@@ -119,7 +115,6 @@ public:
return
LongDoubleFormat
;
}
/// getIntMaxTWidth - Return the size of intmax_t and uintmax_t for this
/// target, in bits.
unsigned
getIntMaxTWidth
()
const
{
...
...
@@ -127,6 +122,12 @@ public:
return
64
;
}
///===---- Other target property query methods --------------------------===//
/// getTargetDefines - Appends the target-specific #define values for this
/// target set to the specified buffer.
virtual
void
getTargetDefines
(
std
::
vector
<
char
>
&
DefineBuffer
)
const
=
0
;
/// getTargetBuiltins - Return information about target-specific builtins for
/// the current primary target, and info about which builtins are non-portable
/// across the current set of primary and secondary targets.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment