Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
88d285cc0fc4ecdbc88d1779dcd2da968aa8b191
88d285c
Fixes location of overriding declaration with no comment of their own.
by Fariborz Jahanian
· 12 years ago
dc0d4e2
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
by Nico Weber
· 12 years ago
0d58339
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
by Bill Wendling
· 12 years ago
d9b56ed
[ms-inline asm] Rework the front-end to use the API introduced in r165946.
by Chad Rosier
· 12 years ago
6553c68
structured document comment: patch to provide comment for overriding function
by Fariborz Jahanian
· 12 years ago
9a022bb
Teach TargetInfo to hold on to the TargetOptions with which it was created.
by Douglas Gregor
· 12 years ago
ba1f040
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clang part: for FunctionPass we need to run asan at a different point, otherwise it will run before inlining
by Kostya Serebryany
· 12 years ago
3d21078
Only report first error when no compilation database is found.
by Daniel Jasper
· 12 years ago
75d37b4
Use enum values instead of magic numbers for indexing into the attribute list.
by Bill Wendling
· 12 years ago
2b49d1f
Introduce the notion of excluded headers into the module map
by Douglas Gregor
· 12 years ago
50e6b18
Attributes Rewrite
by Bill Wendling
· 12 years ago
802cd5b
At -O0, emit an @llvm.trap() call at the end of a value-returning function which
by Richard Smith
· 12 years ago
a2e9489
Make sure temporary files are deleted when recovering from a crash when compiling modules.
by Benjamin Kramer
· 12 years ago
ac447fc
Delete temporary output files when an error occurs during PCH reading.
by Benjamin Kramer
· 12 years ago
10be5ba
Simplify code. No functionality change.
by Benjamin Kramer
· 12 years ago
4d68ed5
Remove operator cast method in favor of querying with the correct method.
by Bill Wendling
· 12 years ago
e91e9ec
Use the Builder to create the stack alignment attribute.
by Bill Wendling
· 12 years ago
2784453
"Implement" codegen support for __noop().
by Nico Weber
· 12 years ago
4308581
Simplify. Suggestion by Sean Silva.
by Nico Weber
· 12 years ago
e5a934d
[analyzer] Remove the "direct bindings only" Environment lookup.
by Jordan Rose
· 12 years ago
42e95ac
[analyzer] Remove unneeded 'inlineCall' checker callback.
by Jordan Rose
· 12 years ago
67bd78f
Update for r165858.
by Chad Rosier
· 12 years ago
de31b28
[ms-inline asm] Remove a bunch of parsing code from the front-end.
by Chad Rosier
· 12 years ago
6505a29
Add TargetInfo for r600.
by Eli Friedman
· 12 years ago
5f608ae
Make -mms-bitfields behave consistently.
by Eli Friedman
· 12 years ago
b2aa66c
-fcatch-undefined-behavior: Trap undefined behavior due to conversions to or
by Richard Smith
· 12 years ago
7461682
Move assertion to not crash tests.
by Ted Kremenek
· 12 years ago
d0f3d71
Silence static analyzer issue by documenting that in this context
by Ted Kremenek
· 12 years ago
5a8fc88
Silence null dereference warnings by documenting context-specific
by Ted Kremenek
· 12 years ago
7642b9a
Further harden checking that scan-view isn't serving up pages outside
by Ted Kremenek
· 12 years ago
441ee1d
Fix potential crash in ObjCContainersChecker by properly validating
by Ted Kremenek
· 12 years ago
186ec9c
Silence dead store warning. It is conceptually possible we will
by Ted Kremenek
· 12 years ago
507d106
Fix potential null deference in CFG printer.
by Ted Kremenek
· 12 years ago
857f568
Remove dead store.
by Ted Kremenek
· 12 years ago
106ddc1
Update for r165833.
by Chad Rosier
· 12 years ago
a143a9d
Fix -ast-print for uses of operator->.
by Eli Friedman
· 12 years ago
6c500b1
Fix warnings introduced by r165826.
by DeLesley Hutchins
· 12 years ago
3ce9fae
Thread-safety analysis: support multiple thread-safety attributes on
by DeLesley Hutchins
· 12 years ago
fba3fb9
[ms-inline asm] Remove a bunch of parsing code from the front-end, which will be
by Chad Rosier
· 12 years ago
c8b2a86
Add missing header from 165821
by Douglas Gregor
· 12 years ago
8b48e08
Sanitize the names of modules determined based on the names of headers
by Douglas Gregor
· 12 years ago
8b799f3
Remove XFAIL,fix test
by Bill Schmidt
· 12 years ago
cfe9f32
XFAIL pending further investigation
by Bill Schmidt
· 12 years ago
6952c01
Fix typo correction of one qualified name to another.
by David Blaikie
· 12 years ago
b1f5fe0
This patch addresses PR13948.
by Bill Schmidt
· 12 years ago
44cbe67
Have scan-view guard against serving up pages outside the root directory.
by Ted Kremenek
· 12 years ago
47fcbba
Change (!ptr != 0) to (!ptr) to make the code more readable.
by Richard Trieu
· 12 years ago
f4deaef
Handle a "#pragma options align" inside a class.
by Argyrios Kyrtzidis
· 12 years ago
71793ef
Add dump support for comments coming from
by Fariborz Jahanian
· 12 years ago
3c5527e
c-index-test.c: /* Use C style comment. */
by NAKAMURA Takumi
· 12 years ago
be9edce
clang/test/Index/index-module.m: Tweak expressions to fit Win32 paths.
by NAKAMURA Takumi
· 12 years ago
ab21005
Remove unused variable.
by Benjamin Kramer
· 12 years ago
716c8df
[PCH] We only need to record C++ overridden methods once for the canonical decl.
by Argyrios Kyrtzidis
· 12 years ago
5dbd990
Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAndSwap if the return type is not a boolean.
by Ted Kremenek
· 12 years ago
54c8a40
Track which particular submodule #undef's a macro, so that the actual
by Douglas Gregor
· 12 years ago
6ec69c3
Remove dead code introduced in r165751.
by Chad Rosier
· 12 years ago
749ace6
search for overridden methods with comment when overriding method
by Fariborz Jahanian
· 12 years ago
b43d87b
Remove pointless classof()'s.
by Sean Silva
· 12 years ago
d680b98
Add missing classof().
by Sean Silva
· 12 years ago
abeadfb
Provide a fixit when taking the address of an unqualified member function.
by David Blaikie
· 12 years ago
80eed72
clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive.
by NAKAMURA Takumi
· 12 years ago
6eefeee
clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now.
by NAKAMURA Takumi
· 12 years ago
55cbb79
clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep.
by NAKAMURA Takumi
· 12 years ago
90a76e5
[ms-inline asm] Remove a bunch of parsing code from the front-end, which will be
by Chad Rosier
· 12 years ago
3440415
[ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the
by Chad Rosier
· 12 years ago
e8219a6
Diagnose the expansion of ambiguous macro definitions. This can happen
by Douglas Gregor
· 12 years ago
42adacb
Remove OSAtomicChecker.
by Ted Kremenek
· 12 years ago
48fa136
Switch over to BodyFarm implementation of OSAtomicCompareAndSwap and
by Ted Kremenek
· 12 years ago
41c1f21
Teach GetBaseType() about BlockPointerTypes.
by Ted Kremenek
· 12 years ago
2916831
Add TargetTransformInfo to the clang driver.
by Nadav Rotem
· 12 years ago
0ef983e
[libclang] Make sure the index_data.main_filename field is initialized
by Argyrios Kyrtzidis
· 12 years ago
1d20e82
[libclang] Remove this test while I investigate why it is crashing on release+asserts.
by Argyrios Kyrtzidis
· 12 years ago
0234bfa
Add null check for malformed code.
by Ted Kremenek
· 12 years ago
8003fd6
[libclang] Add tests for indexing modules and PCHs using modules.
by Argyrios Kyrtzidis
· 12 years ago
90da80c
Fix build failure from r165722
by Derek Schuff
· 12 years ago
3ab50fe
Introduce a simple "hint" scheme to eliminate the quadratic behavior
by Douglas Gregor
· 12 years ago
e9652bf
Make the deserialization of PendingMacroIDs deterministic.
by Douglas Gregor
· 12 years ago
cadaf4b
Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly.
by Micah Villmow
· 12 years ago
f1c1ba0
-Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case.
by Jordan Rose
· 12 years ago
7da46f9
Properly factor Native Client defines to support NaCl as an OS
by Derek Schuff
· 12 years ago
0142f0c
Handle gnu_inline in c++ in a gcc compatible way. Original patch by Tobias
by Rafael Espindola
· 12 years ago
b5cd122
-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.
by Jordan Rose
· 12 years ago
7fffce7
-Warc-repeated-use-of-weak: Check messages to property accessors as well.
by Jordan Rose
· 12 years ago
900ab95
[libclang] Improve AST serialization done by ASTUnit::Save().
by Argyrios Kyrtzidis
· 12 years ago
50d2b26
ObjCMethodDecl::findPropertyDecl: bail out early if not an instance method.
by Jordan Rose
· 12 years ago
babaf31
Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32
by Derek Schuff
· 12 years ago
a2cdd4d
clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for -Asserts.
by NAKAMURA Takumi
· 12 years ago
c5f8046
Add codegen support for __uuidof().
by Nico Weber
· 12 years ago
e861dd9
Add prologue text for list of potential checkers.
by Ted Kremenek
· 12 years ago
9573c3a
clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h.
by NAKAMURA Takumi
· 12 years ago
146e5a4
X86: add F16C support in Clang
by Manman Ren
· 12 years ago
4145228
Remove the ASTDeserializationListener's MacroVisible() callback, which
by Douglas Gregor
· 12 years ago
7097be9
Remove an unused bit from the serialized IdentifierInfo
by Douglas Gregor
· 12 years ago
6c6c54a
Deserialize macro history when we deserialize an identifier that has
by Douglas Gregor
· 12 years ago
8b03277
Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANALYZER_EXEC.
by Ted Kremenek
· 12 years ago
df75b0c
Minor cleanup for r165678; no functional change.
by Eli Friedman
· 12 years ago
2edcde8
Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057.
by Eli Friedman
· 12 years ago
786e620
Reapply "[analyzer] Treat fields of unions as having symbolic offsets."
by Jordan Rose
· 12 years ago
3ea19c8
Fix a crash-on-invalid when parsing a reference to an invalid auto declaration
by David Blaikie
· 12 years ago
b9966bd
objective-C IRgen: When sending a method to 'super'
by Fariborz Jahanian
· 12 years ago
Next »