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
Age
Commit message (
Expand
)
Author
2013-04-30
Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers
Fariborz Jahanian
2013-04-29
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...
Ted Kremenek
2013-04-29
[analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...
Ted Kremenek
2013-04-29
[analyzer] Remove comparePath's dependency on subscript operator.
Ted Kremenek
2013-04-29
Emit the TLS intialization functions into a list.
Bill Wendling
2013-04-29
c language: diagnose use of "[*]" on any array dimension
Fariborz Jahanian
2013-04-29
Use ArrayRef in AddMethodCandidate.
Rafael Espindola
2013-04-29
When emitting a preprocessed file with implicit module imports, make sure lin...
Argyrios Kyrtzidis
2013-04-29
Revert "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-04-29
Fix a typo in a parse assert.
Fariborz Jahanian
2013-04-29
Small CapturedStmt improvements
Ben Langmuir
2013-04-29
Test commit
Ben Langmuir
2013-04-29
Keep the parser's template depth up to date when parsing local templates and
Richard Smith
2013-04-29
Implement DR580: access checks for template parameters of a class template are
Richard Smith
2013-04-29
Properly reenter multiple contexts when parsing a late-parsed function template
Richard Smith
2013-04-29
Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build
Richard Smith
2013-04-27
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-27
Silence a silly sign compare warning from GCC.
Benjamin Kramer
2013-04-27
Exit early when $PWD isn't set. Remove unused unistd.h include.
Benjamin Kramer
2013-04-27
Use LLVM's preferred current_path API instead of calling getcwd(3) directly.
Benjamin Kramer
2013-04-27
[driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN to
Chad Rosier
2013-04-27
Fix the dangling pointer.
Chad Rosier
2013-04-27
Struct-path aware TBAA: fix handling of may_alias attribute.
Manman Ren
2013-04-27
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
[driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the Windows
Chad Rosier
2013-04-27
Fix an assertion hit in Sema::CheckObjCMethodOverrides.
Argyrios Kyrtzidis
2013-04-26
documenttion parsing. Provide a c-index test
Fariborz Jahanian
2013-04-26
In the ASTImporter, when checking whether two
Sean Callanan
2013-04-26
Move helper classes into anonymous namespaces.
Benjamin Kramer
2013-04-26
[analyzer] An ObjC for-in loop runs 0 times if the collection is nil.
Jordan Rose
2013-04-26
[analyzer] Model casts to bool differently from other numbers.
Jordan Rose
2013-04-26
[PCH/modules] Require the preprocessing record option to match the used PCH, ...
Argyrios Kyrtzidis
2013-04-26
[Modules] Fix an issue where the reconstructed redeclaration chain was incomp...
Argyrios Kyrtzidis
2013-04-26
[frontend] Make -chain-include work when used with modules.
Argyrios Kyrtzidis
2013-04-26
ArrayRefize code. No functionality change.
Benjamin Kramer
2013-04-26
document parsing. When a sub-class (c++ Objective-C) missing
Fariborz Jahanian
2013-04-26
[driver] Implement the -fdebug-compilation-dir in a way that is compatible with
Chad Rosier
2013-04-26
Comment parsing: -fparse-all-comments: recognize empty line comments
Dmitri Gribenko
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
C++1y: support simple variable assignments in constexpr functions.
Richard Smith
2013-04-26
Support debug info for using directives at global/namespace scope.
David Blaikie
2013-04-26
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-25
Revert r180263. It's causing failures.
Bill Wendling
2013-04-25
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-25
[analyzer] Teach DeadStoreChecker to look though BO_Comma and disregard the LHS.
Anna Zaks
2013-04-25
Put friend decls in the correct context.
Rafael Espindola
2013-04-25
Fix header comment.
Benjamin Kramer
2013-04-25
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-25
Fix a case in linkage computation that should check for single line extern "C".
Rafael Espindola
2013-04-25
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
[prev]
[next]