index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-02-21
Mark a few 'dump' methods as 'used' to make sure they are included in libclang
Argyrios Kyrtzidis
2012-02-21
Implement non-internal linkage for lambda closure types that need a
Douglas Gregor
2012-02-21
Remove svn:eol-style on the test I just added.
Nico Weber
2012-02-21
Add a test case for r150976.
Nico Weber
2012-02-21
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
Adding a test case for the working-directory fix
Aaron Ballman
2012-02-21
Have ScanReachableSymbols reported reachable regions. Fixes a false positive...
Ted Kremenek
2012-02-21
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
Emit the exact size for the invariant intrinsics.
Nick Lewycky
2012-02-21
[analyzer] + a couple more malloc tests.
Anna Zaks
2012-02-21
[analyzer] Make KeyChainAPI checker inlining-aware.
Anna Zaks
2012-02-20
Make RequireLiteralType work correctly with incomplete array types. PR12037.
Eli Friedman
2012-02-20
[PCH] Recover gracefully if the ASTReader detects that a file is different
Argyrios Kyrtzidis
2012-02-20
Fix a constexpr FIXME: When implicitly instantiating the primary template for an
Richard Smith
2012-02-20
Formatting.
Eric Christopher
2012-02-20
Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false b...
Argyrios Kyrtzidis
2012-02-20
objc IRGen: force CSE of load of ivar offsets by setting
Fariborz Jahanian
2012-02-20
[analyzer] Make Malloc aware of inter-procedural execution + basic
Anna Zaks
2012-02-20
[analyzer] Testing: These checkers are not experimental anymore.
Anna Zaks
2012-02-20
[analyzer] Turn on by default the Malloc Checker and a couple of CString
Anna Zaks
2012-02-20
Make sure that we set up the right declaration contexts when creating
Douglas Gregor
2012-02-20
modern objc translator. Finish off first cut of the
Fariborz Jahanian
2012-02-20
When we resolve the type of an 'auto' variable, clear out the linkage
Douglas Gregor
2012-02-20
Make test case less sensitive to metadata numbering.
Chad Rosier
2012-02-20
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-20
Remove the type retaining from the clang frontend. This is now
Eric Christopher
2012-02-20
Make forward declarations for objective-c types use the new
Eric Christopher
2012-02-20
[clang.py] Format and add documention for Type
Gregory Szorc
2012-02-20
[clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qual...
Gregory Szorc
2012-02-20
[clang.py] Implement Type.argument_types()
Gregory Szorc
2012-02-20
[clang.py] Implement Type.__eq__ and Type.__ne__
Gregory Szorc
2012-02-20
Deserialize the direct-initialization range of a "new" expression
Douglas Gregor
2012-02-20
Fixing the working-directory option so that it stores the proper directory.
Aaron Ballman
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to
Chandler Carruth
2012-02-20
ObjCMessageExpr: Don't leave SelLocsKind uninitialized when the send is impli...
Benjamin Kramer
2012-02-19
Set the location of the template keyword when allocating a new TemplateIdAnno...
Benjamin Kramer
2012-02-19
Make the regular expressions in this test more narrow to ensure we're
Chandler Carruth
2012-02-19
objective-c modern translator: comment out private ivars
Fariborz Jahanian
2012-02-19
[clang.py] Implement Type.is_function_variadic
Gregory Szorc
2012-02-19
Emit a warning when list-initializing a std::initializer_list member.
Sebastian Redl
2012-02-19
Harden test against for operator new(unsigned int).
Benjamin Kramer
2012-02-19
Make heap-allocation of std::initializer_list 'work'.
Sebastian Redl
2012-02-19
Make std::initializer_list member initializers 'work'.
Sebastian Redl
2012-02-19
Refuse to compile global std::initializer_lists instead of doing completely t...
Sebastian Redl
2012-02-19
Get recursive initializer lists to work and add a test. Codegen of std::initi...
Sebastian Redl
2012-02-19
Add a testcase for using objects with list-constructors, and fix a Sema crash...
Sebastian Redl
2012-02-19
Add a testcase to show that temporaries from the initializer list are destroy...
Sebastian Redl
2012-02-19
Add a testcase for start+end implementations of std::initializer_list.
Sebastian Redl
2012-02-19
Fix a crash for nested initializer list initialization. Still does the wrong ...
Sebastian Redl
[next]