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
79ca34de
Commit
79ca34de
authored
15 years ago
by
Douglas Gregor
Browse files
Options
Downloads
Patches
Plain Diff
Bump the PCH version number
llvm-svn: 75049
parent
e3a53c44
No related branches found
Branches containing commit
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/Frontend/PCHBitCodes.h
+1
-1
1 addition, 1 deletion
clang/include/clang/Frontend/PCHBitCodes.h
with
1 addition
and
1 deletion
clang/include/clang/Frontend/PCHBitCodes.h
+
1
−
1
View file @
79ca34de
...
...
@@ -29,7 +29,7 @@ namespace clang {
/// incompatible with previous versions (such that a reader
/// designed for the previous version could not support reading
/// the new version), this number should be increased.
const
unsigned
VERSION_MAJOR
=
1
;
const
unsigned
VERSION_MAJOR
=
2
;
/// \brief PCH minor version number supported by this version of
/// Clang.
...
...
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