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
/
AST
Age
Commit message (
Expand
)
Author
2012-09-07
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
objective-c++11: c++11 does not change pod-ness when
Fariborz Jahanian
2012-09-04
Revert r163083 per chandlerc's request.
Joao Matos
2012-09-04
Revert r163078 per chandlerc's request.
Joao Matos
2012-09-04
[ms-inline asm] Fix an illegal index and an 80-column violation.
Chad Rosier
2012-09-03
Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx...
Timur Iskhodzhanov
2012-09-02
Implemented parsing and AST support for the MS __leave exception statement. A...
Joao Matos
2012-09-02
Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...
Joao Matos
2012-08-31
Normalize line endings of r163013 (part 2).
Joao Matos
2012-08-31
Remove windows line endings.
Benjamin Kramer
2012-08-31
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
Remove the useless CommentOptions class.
Dmitri Gribenko
2012-08-31
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-31
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-30
Switch a couple getAs uses to castAs.
Eli Friedman
2012-08-30
objective-C: clang must implicitly convert
Fariborz Jahanian
2012-08-30
Fix a crash in type merging with enum types.
Eli Friedman
2012-08-29
Move TLS check from LValueExprEvaluator::VisitVarDecl to
Hans Wennborg
2012-08-29
Fix r162835 as per Richard's comments.
Hans Wennborg
2012-08-29
The address of a TLS var is not compile-time constant (PR13720)
Hans Wennborg
2012-08-28
[ms-inline asm] Have generateAsmString() return the AsmString computed by Sema.
Chad Rosier
2012-08-28
[ms-inline asm] Add constraints to MSAsmStmt. We don't currently compute
Chad Rosier
2012-08-28
[ms-inline asm] Use dyn_cast<> here to simplify logic.
Chad Rosier
2012-08-28
[ms-inline asm] Make the AsmStmt class non-virtual.
Chad Rosier
2012-08-28
Fix a -Wdocumentation warning.
Dmitri Gribenko
2012-08-28
Merging consecutive comments: be more conservative.
Dmitri Gribenko
2012-08-28
[ms-inline asm] Hoist more common code into the AsmStmt base class. Add stubs
Chad Rosier
2012-08-27
[ms-inline asm] Add virtual function, getClobber, that returns a StringRef.
Chad Rosier
2012-08-27
[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional
Chad Rosier
2012-08-27
[ms-inline asm] Rename GenerateAsmString to generateAsmString to conform with
Chad Rosier
2012-08-27
[ms-inline asm] Hoist common logic into the AsmStmt base class.
Chad Rosier
2012-08-27
[ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmt
Chad Rosier
2012-08-27
Use cast<> instead of static_cast. Patch by Timur Iskhodzhanov!
John McCall
2012-08-25
Fix the mangling of function pointers in the MS ABI.
John McCall
2012-08-25
[ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.
Chad Rosier
2012-08-24
Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
Dmitri Gribenko
2012-08-24
[ms-inline asm] Refactor code. No functional change intended.
Chad Rosier
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
[ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we need
Chad Rosier
2012-08-24
Comment semantic analysis: treat function typedefs as functions so that one can
Dmitri Gribenko
2012-08-23
Attaching comments to decls: since it was decided that Decl::isImplicit should
Dmitri Gribenko
2012-08-23
Change a bunch of cases where we do "getAs<...>->doSomething()" to
Ted Kremenek
2012-08-23
array_pod_sort on the addresses of declaration pointers leads to
Douglas Gregor
2012-08-22
Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag
Dmitri Gribenko
2012-08-22
ASTContext::getCommentForDecl: add comment.
Dmitri Gribenko
2012-08-22
Attaching comments to declarations: when documentation is requested for an
Dmitri Gribenko
2012-08-22
Fix typo in debug method.
Benjamin Kramer
2012-08-21
CommentBriefParser: allow paragraphs to be separated by line of whitespace.
Dmitri Gribenko
2012-08-21
Switch some realignment calculations over to llvm::RoundUpToAlignment.
Richard Smith
[next]