index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
Age
Commit message (
Expand
)
Author
2012-08-14
[ms-inline asm] Address a potential buffer overflow.
Chad Rosier
2012-08-14
[ms-inline asm] Simplify the logic in patchMSAsmString. We no longer need to
Chad Rosier
2012-08-14
Attaching comments to redeclarations: fix wrong assumptions
Dmitri Gribenko
2012-08-14
Remove and simplify unused checking code.
Benjamin Kramer
2012-08-14
Fix horribly broken sema of __attribute__((pcs())).
Benjamin Kramer
2012-08-14
Make __is_convertible_to handle abstract types correctly. PR13591.
Eli Friedman
2012-08-14
Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin
Richard Smith
2012-08-13
[ms-inline asm] Add a helpful assert.
Chad Rosier
2012-08-13
[ms-inline asm] Address a potential buffer overflow.
Chad Rosier
2012-08-13
[ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings.
Chad Rosier
2012-08-13
Factor out computation of whether a typeid's expression is potentially
Richard Smith
2012-08-11
Attaching comments to declarations: find comment attached to any redeclaration
Dmitri Gribenko
2012-08-10
[ms-inline asm] PatchMSAsmString() doesn't correctly patch non-simple asm
Chad Rosier
2012-08-10
[ms-inline asm] Fix a memory leak introduced in r161686.
Chad Rosier
2012-08-10
[ms-inline asm] Add clobbers to AST representation.
Chad Rosier
2012-08-10
[ms-inline asm] Use asserts as these calls are now guarded by identical checks.
Chad Rosier
2012-08-10
Whitespace.
Chad Rosier
2012-08-10
Check access to friend declarations. There's a number of different
John McCall
2012-08-10
Provide isConst/Volatile on CXXMethodDecl.
David Blaikie
2012-08-09
CMake: Add the new dependency from libSema to LLVM's libs.
Benjamin Kramer
2012-08-09
[ms-inline asm] Fix comment.
Chad Rosier
2012-08-09
[ms-inline asm] Use StringRef here, per Jordan's suggestion.
Chad Rosier
2012-08-09
[ms-inline asm] Simplify logic for empty asm statements.
Chad Rosier
2012-08-09
[ms-inline asm] Instantiate the various parts to the AsmParser.
Chad Rosier
2012-08-09
[ms-inline asm] Initialize targets and assembly printers/parsers.
Chad Rosier
2012-08-08
objective-C: refactor/simplify parsing of delayed
Fariborz Jahanian
2012-08-08
PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently.
Richard Smith
2012-08-08
Unify the codepaths for emitting deprecation warnings. The test changes are ...
Eli Friedman
2012-08-08
Address code review comments for Wstrncat-size warning (r161440).
Anna Zaks
2012-08-08
[ms-inline asm] Use more idiomatic logic. Thanks, Bill.
Chad Rosier
2012-08-08
Implicitly annotate __CFStringMakeConstantString with format_arg(1).
Jordan Rose
2012-08-08
Don't add attributes for "#pragma pack" and friends to tag declarations which
Eli Friedman
2012-08-08
[ms-inline asm] Make sure IsSimple is correctly handled.
Chad Rosier
2012-08-08
Remove extraneous comment.
Chad Rosier
2012-08-08
[ms-inline asm] Add a very simple test case. Basically, we're only testing for
Chad Rosier
2012-08-08
[ms-inline asm] Refactor the logic to generate the AsmString into Sema. No
Chad Rosier
2012-08-08
Whitespace.
Chad Rosier
2012-08-08
[ms-inline asm] Add support for detecting simple ms-style inline asm. Simple
Chad Rosier
2012-08-08
Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor.
Chad Rosier
2012-08-08
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2012-08-08
objc: Include all types when issuing warning under
Fariborz Jahanian
2012-08-08
Remove unused variables.
Benjamin Kramer
2012-08-08
Implement final piece of DR963 and also DR587:
Richard Smith
2012-08-08
Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...
Eli Friedman
2012-08-07
objc-arc: Make -Wdirect-ivar-access accessible to all
Fariborz Jahanian
2012-08-07
When building a conditional operator where one operand is a throw-expression
Richard Smith
2012-08-07
-Wunused-private-fields: Don't try to check unresolved initializer expressions
Richard Smith
2012-08-07
objective-c: Exclude -Wdirect-ivar-access for arc.
Fariborz Jahanian
2012-08-07
Remove ScanfArgType and bake that logic into ArgType.
Hans Wennborg
2012-08-07
Rename analyze_format_string::ArgTypeResult to ArgType
Hans Wennborg
[prev]
[next]