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-10-12
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-12
Update for r165833.
Chad Rosier
2012-10-12
Fix warnings introduced by r165826.
DeLesley Hutchins
2012-10-12
Thread-safety analysis: support multiple thread-safety attributes on
DeLesley Hutchins
2012-10-12
[ms-inline asm] Remove a bunch of parsing code from the front-end, which will be
Chad Rosier
2012-10-12
Fix typo correction of one qualified name to another.
David Blaikie
2012-10-12
Change (!ptr != 0) to (!ptr) to make the code more readable.
Richard Trieu
2012-10-12
Remove unused variable.
Benjamin Kramer
2012-10-12
Remove dead code introduced in r165751.
Chad Rosier
2012-10-11
Provide a fixit when taking the address of an unqualified member function.
David Blaikie
2012-10-11
[ms-inline asm] Remove a bunch of parsing code from the front-end, which will be
Chad Rosier
2012-10-11
[ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the
Chad Rosier
2012-10-11
Add null check for malformed code.
Ted Kremenek
2012-10-11
-Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case.
Jordan Rose
2012-10-11
-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.
Jordan Rose
2012-10-11
-Warc-repeated-use-of-weak: Check messages to property accessors as well.
Jordan Rose
2012-10-11
Add codegen support for __uuidof().
Nico Weber
2012-10-11
Minor cleanup for r165678; no functional change.
Eli Friedman
2012-10-11
Make sure we perform the variadic method check correctly for calls to a membe...
Eli Friedman
2012-10-10
-Warc-repeated-use-of-weak: look through explicit casts on assigned values.
Jordan Rose
2012-10-10
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.
Jordan Rose
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
Fix stack overflow when trying to create an implicit moving
Argyrios Kyrtzidis
2012-10-09
If a macro has been #undef'd in a precompiled header, we still need to
Douglas Gregor
2012-10-09
Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat...
Benjamin Kramer
2012-10-09
When storing the C++ overridden methods, store them once for the
Argyrios Kyrtzidis
2012-10-08
Use a single note diagnostic for all the precedent/parentheses warnings.
David Blaikie
2012-10-08
StringRef-ify Binary/UnaryOperator::getOpcodeStr
David Blaikie
2012-10-05
Workaround for libstdc++4.6 <atomic> bug: make comment more explicit about wh...
Richard Smith
2012-10-05
Implement -Wshift-op-parentheses for: a << b + c
David Blaikie
2012-10-05
[libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module
Argyrios Kyrtzidis
2012-10-04
Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines
Richard Smith
2012-10-04
Fixed FunctionTypeLoc source range.
Abramo Bagnara
2012-10-04
Fixed instantiated operators source range.
Abramo Bagnara
2012-10-04
Fixed ParamDecl source range for implicit typed k&r parameters.
Abramo Bagnara
2012-10-04
Fix scope location when parsing GNU attributes.
Michael Han
2012-10-04
Permanently end the whole "pragma got handled by the parser too early"
Eli Friedman
2012-10-03
objective-C arc: Warn under arc about a use of an ivar inside a block
Fariborz Jahanian
2012-10-03
Improve C++11 attribute parsing.
Michael Han
2012-10-03
Change how the SelfReferenceChecker handles MemberExpr. Instead of treating
Richard Trieu
2012-10-02
Revert 165058, per Jim request. This requires further discussion.
Chad Rosier
2012-10-02
[ms-inline asm] Rewrite the symbol references as wildcard MCParsedAsmOperands.
Chad Rosier
2012-10-02
[ms-inline asm] Enhance the isSimpleMSAsm() function to handle operands with ...
Chad Rosier
2012-10-02
No need to call the InitializeAll* functions.
Chad Rosier
2012-10-02
Allowing individual targets to determine whether a given calling convention i...
Aaron Ballman
2012-10-02
Tweak diagnostic text to indicate that __weak on a local variable is only all...
Ted Kremenek
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C fu...
Ted Kremenek
2012-10-02
-Wformat: Don't check format strings in uninstantiated templates.
Jordan Rose
[prev]
[next]