Skip to content

Commit 0a6f48b

Browse files
committed
✨ Speedy #embed implementation
Superfluous formatting changes
1 parent 8231b72 commit 0a6f48b

File tree

12 files changed

+5165
-5632
lines changed

12 files changed

+5165
-5632
lines changed

clang/include/clang/AST/Expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4818,7 +4818,7 @@ class PPEmbedExpr final : public Expr {
48184818
FoundOne,
48194819
Expanded,
48204820
};
4821-
4821+
48224822
PPEmbedExpr(const ASTContext &Ctx, QualType ResultTy, StringLiteral* Filename, StringLiteral* BinaryData,
48234823
SourceLocation BLoc, SourceLocation RParenLoc,
48244824
DeclContext *Context);

clang/include/clang/Lex/Preprocessor.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2435,8 +2435,7 @@ class Preprocessor {
24352435
/// reference is for system \#include's or not (i.e. using <> instead of "").
24362436
OptionalFileEntryRef
24372437
LookupEmbedFile(SourceLocation FilenameLoc, StringRef Filename, bool isAngled,
2438-
bool OpenFile,
2439-
const FileEntry *LookupFromFile = nullptr,
2438+
bool OpenFile, const FileEntry *LookupFromFile = nullptr,
24402439
SmallVectorImpl<char> *SearchPath = nullptr,
24412440
SmallVectorImpl<char> *RelativePath = nullptr);
24422441

clang/include/clang/Lex/Token.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class Token {
254254
Flags &= ~Flag;
255255
}
256256

257-
/// Return the internal represtation of the flags.
257+
/// Return the internal representation of the flags.
258258
///
259259
/// This is only intended for low-level operations such as writing tokens to
260260
/// disk.

0 commit comments

Comments
 (0)