index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2013-02-09
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-09
Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).
Jordan Rose
2013-02-09
[analyzer] Invalidation checker: move the "missing implementation" check
Anna Zaks
2013-02-08
[analyzer] Split IvarInvalidation into two checkers
Anna Zaks
2013-02-08
[analyzer] IvarInvalidation: add annotation for partial invalidation
Anna Zaks
2013-02-08
objective-C: don't issue bogus warning about
Fariborz Jahanian
2013-02-08
Simplify logic for avoiding concatenation after numeric constants.
Jordan Rose
2013-02-08
StmtPrinter: Write large char values using \u or \U.
Jordan Rose
2013-02-08
Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop bo...
Ted Kremenek
2013-02-08
[libclang] Add a test to make sure annotation works fine in the presence of
Argyrios Kyrtzidis
2013-02-08
objective-C modern translation: Fix another random translation bug
Fariborz Jahanian
2013-02-08
objective-C modern translator. Fixes a trivial
Fariborz Jahanian
2013-02-08
Improve filechecking of volatile test.
Tim Northover
2013-02-08
CMake: Include Clang unit tests in check-clang target in standalone builds.
Jordan Rose
2013-02-08
Fix test failure by making sure this file isn't identical to any other file
Nick Lewycky
2013-02-08
Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to...
Richard Smith
2013-02-08
[libclang] Attribute visitation happens out-of-source-order, make sure
Argyrios Kyrtzidis
2013-02-08
Use the target address space value when mangling names.
Tanya Lattner
2013-02-08
Fix stack overflow and improve performance when a module contains many
Richard Smith
2013-02-08
objective-C modern translator. Generate #line
Fariborz Jahanian
2013-02-08
Teach subframework header lookup to suggest modules <rdar://problem/13176200>.
Douglas Gregor
2013-02-07
[analyzer] Report bugs when freeing memory with offset pointer
Anna Zaks
2013-02-07
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
[analyzer] Don't reinitialize static globals more than once along a path
Anna Zaks
2013-02-07
Form the default -fmodules-cache-path= properly.
Douglas Gregor
2013-02-07
objective-C modern translator. More fixups for
Fariborz Jahanian
2013-02-07
Add missing header from r174648
Douglas Gregor
2013-02-07
Retain all hidden methods in the global method pool, because they may become ...
Douglas Gregor
2013-02-07
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
Thread safety analysis: make sure that expressions in attributes are parsed
DeLesley Hutchins
2013-02-07
Testcase for r174477.
Chad Rosier
2013-02-07
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
FileCheckize volatile test
Tim Northover
2013-02-07
Only check for volatile memcpys in test.
Tim Northover
2013-02-07
Add AArch64 wchar definition to test
Tim Northover
2013-02-07
XFAIL test that's inappropriate for AArch64 ABI
Tim Northover
2013-02-07
Permit ABIs where the caller extends the result (test change).
Tim Northover
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
2013-02-07
Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
2013-02-07
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...
Alexander Kornienko
2013-02-07
objective-C modern translator. Fix up the translated
Fariborz Jahanian
2013-02-07
AST dumping: indicate the previous declaration for a redeclaration, and
Richard Smith
2013-02-07
Be a little more permissive with -fmodules-ignore-macro= by removing everythi...
Douglas Gregor
2013-02-07
Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...
Douglas Gregor
2013-02-06
Detect when we end up trying to load conflicting module files.
Douglas Gregor
2013-02-06
Remove unneeded test. We have plenty of subgroup relations between warnings,
Ted Kremenek
2013-02-06
Accept and ignore the -fextended-identifiers option.
Jordan Rose
2013-02-06
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-06
Added test for r174461 that checks that the desired behavior also occurs in O...
Michael Gottesman
[next]